Skip to content

Commit 1fb95a2

Browse files
Bump the development-dependencies group with 2 updates (#2934)
Bumps the development-dependencies group with 2 updates: io.spring.dependency-management and com.github.spotbugs. Updates `io.spring.dependency-management` from 1.1.6 to 1.1.7 Updates `com.github.spotbugs` from 6.0.26 to 6.0.27 --- 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 410b584 commit 1fb95a2

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
@@ -20,10 +20,10 @@ plugins {
2020
id 'idea'
2121
id 'org.ajoberstar.grgit' version '5.3.0'
2222
id 'io.spring.nohttp' version '0.0.11'
23-
id 'io.spring.dependency-management' version '1.1.6' apply false
23+
id 'io.spring.dependency-management' version '1.1.7' apply false
2424
id 'org.antora' version '1.0.0'
2525
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
26-
id 'com.github.spotbugs' version '6.0.26'
26+
id 'com.github.spotbugs' version '6.0.27'
2727
id 'io.freefair.aggregate-javadoc' version '8.10.2'
2828
}
2929

0 commit comments

Comments
 (0)