Skip to content

Commit 20cafe3

Browse files
fix(deps): update protobuf version updates
1 parent 1c56ca0 commit 20cafe3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = 3.0-SNAPSHOT
55
annotationsVersion = 24.1.0
66
graphQLJavaVersion = 22.3
77
# generated proto v3 messages can be used with v3 and v4
8-
protobufVersion = 3.25.5
8+
protobufVersion = 3.25.6
99
slf4jVersion = 2.0.16
1010
springBootVersion = 3.3.6
1111

graphql-java-support/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description = "GraphQL Java server support for Apollo Federation"
22

33
plugins {
44
id("com.apollographql.federation.java-conventions")
5-
id("com.google.protobuf") version "0.9.4"
5+
id("com.google.protobuf") version "0.9.5"
66
}
77

88
val annotationsVersion: String by project

0 commit comments

Comments
 (0)