Skip to content

Commit 7ac4abe

Browse files
Bump com.apollographql.apollo:apollo-runtime from 5.0.0 to 5.0.1
Bumps [com.apollographql.apollo:apollo-runtime](https://github.com/apollographql/apollo-kotlin) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/apollographql/apollo-kotlin/releases) - [Changelog](https://github.com/apollographql/apollo-kotlin/blob/main/CHANGELOG.md) - [Commits](apollographql/apollo-kotlin@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: com.apollographql.apollo:apollo-runtime dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2352ee9 commit 7ac4abe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

buildSrc/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id "groovy-gradle-plugin"
44
id "java"
55
id "groovy"
6-
id 'com.apollographql.apollo' version '5.0.0'
6+
id 'com.apollographql.apollo' version '5.0.1'
77
}
88

99
java {
@@ -90,7 +90,7 @@ dependencies {
9090
implementation ('org.gretty:gretty:5.0.2') {
9191
exclude group: 'org.springframework.boot', module: 'spring-boot-loader-tools'
9292
}
93-
implementation 'com.apollographql.apollo:apollo-runtime:5.0.0'
93+
implementation 'com.apollographql.apollo:apollo-runtime:5.0.1'
9494
implementation 'com.github.ben-manes:gradle-versions-plugin:0.54.0'
9595
implementation 'com.github.spullara.mustache.java:compiler:0.9.14'
9696
implementation 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.47'

0 commit comments

Comments
 (0)