We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c56ca0 commit 20cafe3Copy full SHA for 20cafe3
gradle.properties
@@ -5,7 +5,7 @@ version = 3.0-SNAPSHOT
5
annotationsVersion = 24.1.0
6
graphQLJavaVersion = 22.3
7
# generated proto v3 messages can be used with v3 and v4
8
-protobufVersion = 3.25.5
+protobufVersion = 3.25.6
9
slf4jVersion = 2.0.16
10
springBootVersion = 3.3.6
11
graphql-java-support/build.gradle.kts
@@ -2,7 +2,7 @@ description = "GraphQL Java server support for Apollo Federation"
2
3
plugins {
4
id("com.apollographql.federation.java-conventions")
- id("com.google.protobuf") version "0.9.4"
+ id("com.google.protobuf") version "0.9.5"
}
val annotationsVersion: String by project
0 commit comments