Skip to content

Commit 339a7ad

Browse files
Bump com.apollographql.apollo:apollo-runtime from 4.3.1 to 4.3.2
Bumps [com.apollographql.apollo:apollo-runtime](https://github.com/apollographql/apollo-kotlin) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/apollographql/apollo-kotlin/releases) - [Changelog](https://github.com/apollographql/apollo-kotlin/blob/main/CHANGELOG.md) - [Commits](apollographql/apollo-kotlin@v4.3.1...v4.3.2) --- updated-dependencies: - dependency-name: com.apollographql.apollo:apollo-runtime dependency-version: 4.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2f66328 commit 339a7ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id "java-gradle-plugin"
33
id "java"
44
id "groovy"
5-
id 'com.apollographql.apollo' version '4.3.1'
5+
id 'com.apollographql.apollo' version '4.3.2'
66
}
77

88
sourceCompatibility = JavaVersion.VERSION_17
@@ -86,7 +86,7 @@ dependencies {
8686
implementation ('org.gretty:gretty:4.1.7') {
8787
exclude group: 'org.springframework.boot', module: 'spring-boot-loader-tools'
8888
}
89-
implementation 'com.apollographql.apollo:apollo-runtime:4.3.1'
89+
implementation 'com.apollographql.apollo:apollo-runtime:4.3.2'
9090
implementation 'com.github.ben-manes:gradle-versions-plugin:0.52.0'
9191
implementation 'com.github.spullara.mustache.java:compiler:0.9.14'
9292
implementation 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.47'

0 commit comments

Comments
 (0)