Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = 3.0-SNAPSHOT
annotationsVersion = 24.1.0
graphQLJavaVersion = 22.3
# generated proto v3 messages can be used with v3 and v4
protobufVersion = 3.25.5
protobufVersion = 3.25.8
slf4jVersion = 2.0.16
springBootVersion = 3.3.6

Expand Down
2 changes: 1 addition & 1 deletion graphql-java-support/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "GraphQL Java server support for Apollo Federation"

plugins {
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
Expand Down