File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ theme = "hugo-sustain"
55pygmentsUseClasses =true
66
77[params ]
8- latestReleases = [" v16.1 " , " v14.1" ]
8+ latestReleases = [" v16.2 " , " v14.1" ]
99 latestDocs = " v16"
1010
1111# # Main Menu
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Dependency:
2828{{< highlight groovy "linenos=table" >}}
2929
3030 dependencies {
31- compile 'com.graphql-java:graphql-java:16.1 '
31+ compile 'com.graphql-java:graphql-java:16.2 '
3232 }
3333{{< / highlight >}}
3434
@@ -42,7 +42,7 @@ Dependency:
4242 <dependency>
4343 <groupId>com.graphql-java</groupId>
4444 <artifactId>graphql-java</artifactId>
45- <version>16.1 </version>
45+ <version>16.2 </version>
4646 </dependency>
4747{{< / highlight >}}
4848
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Dependency:
2828{{< highlight groovy "linenos=table" >}}
2929
3030 dependencies {
31- compile 'com.graphql-java:graphql-java:16.1 '
31+ compile 'com.graphql-java:graphql-java:16.2 '
3232 }
3333{{< / highlight >}}
3434
@@ -42,7 +42,7 @@ Dependency:
4242 <dependency>
4343 <groupId>com.graphql-java</groupId>
4444 <artifactId>graphql-java</artifactId>
45- <version>16.1< /version>
45+ <version>16.2 /version>
4646 </dependency>
4747{{< / highlight >}}
4848
You can’t perform that action at this time.
0 commit comments