Skip to content

Commit 43a22ce

Browse files
Bump the development-dependencies group with 3 updates (#2749)
Bumps the development-dependencies group with 3 updates: [io.micrometer:micrometer-docs-generator](https://github.com/micrometer-metrics/micrometer-docs-generator), io.spring.dependency-management and com.github.spotbugs. Updates `io.micrometer:micrometer-docs-generator` from 1.0.2 to 1.0.3 - [Release notes](https://github.com/micrometer-metrics/micrometer-docs-generator/releases) - [Commits](micrometer-metrics/micrometer-docs-generator@v1.0.2...v1.0.3) Updates `io.spring.dependency-management` from 1.1.5 to 1.1.6 Updates `com.github.spotbugs` from 6.0.18 to 6.0.19 --- updated-dependencies: - dependency-name: io.micrometer:micrometer-docs-generator dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-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 6bef083 commit 43a22ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ plugins {
2020
id 'idea'
2121
id 'org.ajoberstar.grgit' version '5.2.2'
2222
id 'io.spring.nohttp' version '0.0.11'
23-
id 'io.spring.dependency-management' version '1.1.5' apply false
23+
id 'io.spring.dependency-management' version '1.1.6' 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.18'
26+
id 'com.github.spotbugs' version '6.0.19'
2727
}
2828

2929
description = 'Spring AMQP'
@@ -59,7 +59,7 @@ ext {
5959
log4jVersion = '2.23.1'
6060
logbackVersion = '1.5.6'
6161
lz4Version = '1.8.0'
62-
micrometerDocsVersion = '1.0.2'
62+
micrometerDocsVersion = '1.0.3'
6363
micrometerVersion = '1.14.0-SNAPSHOT'
6464
micrometerTracingVersion = '1.4.0-SNAPSHOT'
6565
mockitoVersion = '5.12.0'

0 commit comments

Comments
 (0)