Skip to content

Commit

Permalink
Upgrade graphql-java version to 21.2 (#297)
Browse files Browse the repository at this point in the history
Bump graphql-java-annotions version to 21.2

Signed-off-by: Gregor Eichelberger <gregor.eichelberger@tuwien.ac.at>
  • Loading branch information
geichelberger authored Oct 24, 2023
1 parent ca00c2b commit 4fc9ac8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ If you would like to use a tool that creates a graphql spring boot server using

```groovy
dependencies {
compile "io.github.graphql-java:graphql-java-annotations:21.1"
compile "io.github.graphql-java:graphql-java-annotations:21.2"
}
```

Expand All @@ -47,7 +47,7 @@ dependencies {
<dependency>
<groupId>io.github.graphql-java</groupId>
<artifactId>graphql-java-annotations</artifactId>
<version>21.1</version>
<version>21.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gradle.projectsEvaluated {

dependencies {
implementation 'javax.validation:validation-api:1.1.0.Final'
implementation 'com.graphql-java:graphql-java:21.1'
implementation 'com.graphql-java:graphql-java:21.2'
implementation 'com.graphql-java:graphql-java-extended-scalars:21.0'
implementation 'javax.xml.bind:jaxb-api:2.3.1'

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8

version = 21.1
version = 21.2

0 comments on commit 4fc9ac8

Please sign in to comment.