Skip to content

Commit 30f6215

Browse files
Bump com.github.ben-manes:gradle-versions-plugin from 0.52.0 to 0.53.0
Bumps com.github.ben-manes:gradle-versions-plugin from 0.52.0 to 0.53.0. --- updated-dependencies: - dependency-name: com.github.ben-manes:gradle-versions-plugin dependency-version: 0.53.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c9b09ef commit 30f6215

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
mavenCentral()
55
}
66
dependencies {
7-
classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0"
7+
classpath "com.github.ben-manes:gradle-versions-plugin:0.53.0"
88
classpath "io.spring.gradle:dependency-management-plugin:1.1.7"
99
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.34.1"
1010
classpath 'org.hidetake:gradle-ssh-plugin:2.10.1'

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ dependencies {
8787
exclude group: 'org.springframework.boot', module: 'spring-boot-loader-tools'
8888
}
8989
implementation 'com.apollographql.apollo:apollo-runtime:4.3.3'
90-
implementation 'com.github.ben-manes:gradle-versions-plugin:0.52.0'
90+
implementation 'com.github.ben-manes:gradle-versions-plugin:0.53.0'
9191
implementation 'com.github.spullara.mustache.java:compiler:0.9.14'
9292
implementation 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.47'
9393
implementation 'io.spring.gradle:spring-security-release-plugin:1.0.11'

0 commit comments

Comments
 (0)