File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
versioned_docs/version-v22 Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ repositories {
2525}
2626
2727dependencies {
28- implementation 'com.graphql-java:graphql-java:22.2 '
28+ implementation 'com.graphql-java:graphql-java:22.3 '
2929}
3030```
3131</TabItem >
@@ -38,7 +38,7 @@ repositories {
3838}
3939
4040dependencies {
41- implementation(" com.graphql-java:graphql-java:22.2 " )
41+ implementation(" com.graphql-java:graphql-java:22.3 " )
4242}
4343```
4444</TabItem >
@@ -51,7 +51,7 @@ Dependency:
5151<dependency >
5252 <groupId >com.graphql-java</groupId >
5353 <artifactId >graphql-java</artifactId >
54- <version >22.2 </version >
54+ <version >22.3 </version >
5555</dependency >
5656```
5757
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ repositories {
2525}
2626
2727dependencies {
28- implementation 'com.graphql-java:graphql-java:22.2 '
28+ implementation 'com.graphql-java:graphql-java:22.3 '
2929}
3030```
3131</TabItem >
@@ -38,7 +38,7 @@ repositories {
3838}
3939
4040dependencies {
41- implementation(" com.graphql-java:graphql-java:22.2 " )
41+ implementation(" com.graphql-java:graphql-java:22.3 " )
4242}
4343```
4444</TabItem >
@@ -51,7 +51,7 @@ Dependency:
5151<dependency >
5252 <groupId >com.graphql-java</groupId >
5353 <artifactId >graphql-java</artifactId >
54- <version >22.2 </version >
54+ <version >22.3 </version >
5555</dependency >
5656```
5757
You can’t perform that action at this time.
0 commit comments