Skip to content

Commit f0686b0

Browse files
Bump the development-dependencies group with 2 updates
Bumps the development-dependencies group with 2 updates: 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.13 --- 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 506045a commit f0686b0

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 '4.1.1'
2222
id 'io.spring.nohttp' version '0.0.11'
23-
id 'io.spring.dependency-management' version '1.1.4' apply false
23+
id 'io.spring.dependency-management' version '1.1.5' apply false
2424
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
2525
id 'org.asciidoctor.jvm.convert' version '3.3.2'
26-
id 'com.github.spotbugs' version '6.0.12'
26+
id 'com.github.spotbugs' version '6.0.13'
2727
}
2828

2929
description = 'Spring AMQP'

0 commit comments

Comments
 (0)