Skip to content

Commit b3aa666

Browse files
Bump the development-dependencies group across 1 directory with 2 updates (#9121)
Bumps the development-dependencies group with 2 updates in the / directory: io.spring.dependency-management and com.github.spotbugs. Updates `io.spring.dependency-management` from 1.1.4 to 1.1.5 Updates `com.github.spotbugs` from 6.0.12 to 6.0.14 --- updated-dependencies: - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 20325fc commit b3aa666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ plugins {
1818
id 'base'
1919
id 'io.spring.nohttp' version '0.0.11' apply false
2020
id 'org.ajoberstar.grgit' version '5.2.2'
21-
id 'io.spring.dependency-management' version '1.1.4'
21+
id 'io.spring.dependency-management' version '1.1.5'
2222
id 'org.jetbrains.dokka' version '1.9.20'
2323
id 'org.antora' version '1.0.0'
2424
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
25-
id 'com.github.spotbugs' version '6.0.12'
25+
id 'com.github.spotbugs' version '6.0.14'
2626
}
2727

2828
if (isCI) {

0 commit comments

Comments
 (0)