Skip to content

Commit

Permalink
Merge pull request #219 from tailrocks/renovate/apollo-graphql-packages
Browse files Browse the repository at this point in the history
Update Apollo GraphQL packages to v3.8.5
  • Loading branch information
donbeave authored Jul 21, 2024
2 parents 7f63551 + b914337 commit 471759a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jambalaya-tenancy-junit = "0.7.0"
jambalaya-tenancy-spock = "0.7.0"

# Libraries
apollo = "3.8.2"
apollo = "3.8.5"
common-protos = "2.29.0"
graphql-data-loader = "3.2.2"
grpc = "1.59.1"
Expand Down
2 changes: 1 addition & 1 deletion jambalaya-example-kotlin-test-graphql/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
`java-library`

// https://plugins.gradle.org/plugin/com.apollographql.apollo3
id("com.apollographql.apollo3") version "3.8.2"
id("com.apollographql.apollo3") version "3.8.5"
}

val javaVersion = 17
Expand Down

0 comments on commit 471759a

Please sign in to comment.