Skip to content

Commit 52d8a06

Browse files
dependabot[bot]jzheaux
authored andcommitted
Bump com.github.ben-manes:gradle-versions-plugin from 0.36.0 to 0.52.0
Bumps com.github.ben-manes:gradle-versions-plugin from 0.36.0 to 0.52.0. --- updated-dependencies: - dependency-name: com.github.ben-manes:gradle-versions-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b5dce0 commit 52d8a06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: build.gradle

+1-1
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.36.0"
7+
classpath "com.github.ben-manes:gradle-versions-plugin:0.52.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'

Diff for: buildSrc/build.gradle

+1-1
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:2.5.14'
90-
implementation 'com.github.ben-manes:gradle-versions-plugin:0.38.0'
90+
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.43'
9393
implementation 'io.spring.gradle:spring-security-release-plugin:1.0.3'

0 commit comments

Comments
 (0)