Skip to content

Commit 5acf120

Browse files
upgrade graphql-java version to 21.5 (#304)
1 parent 2e0f87a commit 5acf120

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you would like to use a tool that creates a graphql spring boot server using
3737

3838
```groovy
3939
dependencies {
40-
compile "io.github.graphql-java:graphql-java-annotations:21.2"
40+
compile "io.github.graphql-java:graphql-java-annotations:21.5"
4141
}
4242
```
4343

@@ -47,7 +47,7 @@ dependencies {
4747
<dependency>
4848
<groupId>io.github.graphql-java</groupId>
4949
<artifactId>graphql-java-annotations</artifactId>
50-
<version>21.2</version>
50+
<version>21.5</version>
5151
</dependency>
5252
```
5353

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ gradle.projectsEvaluated {
5959

6060
dependencies {
6161
implementation 'javax.validation:validation-api:1.1.0.Final'
62-
implementation 'com.graphql-java:graphql-java:21.2'
62+
implementation 'com.graphql-java:graphql-java:21.5'
6363
implementation 'com.graphql-java:graphql-java-extended-scalars:21.0'
6464
implementation 'javax.xml.bind:jaxb-api:2.3.1'
6565

0 commit comments

Comments
 (0)