Skip to content

Commit 0d90f7e

Browse files
renovate[bot]BFergerson
authored andcommitted
fix(deps): update apollo graphql packages to v3.6.1 (#861)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c9e671f commit 0d90f7e

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
@@ -18,7 +18,7 @@ platformPlugins = java
1818
# See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for details.
1919
kotlin.stdlib.default.dependency = true
2020

21-
apolloVersion=3.6.0
21+
apolloVersion=3.6.1
2222
vertxVersion=4.3.4
2323
slf4jVersion=1.7.33
2424
jacksonVersion=2.13.4

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginManagement {
77
id 'org.jetbrains.kotlin.plugin.serialization' version kotlinVersion apply false
88
id 'com.avast.gradle.docker-compose' version "0.16.9" apply false
99
id 'io.gitlab.arturbosch.detekt' version "1.21.0" apply false
10-
id 'com.apollographql.apollo3' version "3.6.0" apply false
10+
id 'com.apollographql.apollo3' version "3.6.1" apply false
1111
id 'com.diffplug.spotless' version '6.11.0' apply false
1212
}
1313
}

0 commit comments

Comments
 (0)