Skip to content

Commit

Permalink
Bump the development-dependencies group with 3 updates (#3351)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jul 13, 2024
1 parent ae34852 commit cc39b2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ plugins {
id 'idea'
id 'org.ajoberstar.grgit' version '5.2.2'
id 'io.spring.nohttp' version '0.0.11'
id 'io.spring.dependency-management' version '1.1.5' apply false
id 'com.github.spotbugs' version '6.0.18'
id 'io.spring.dependency-management' version '1.1.6' apply false
id 'com.github.spotbugs' version '6.0.19'
}

apply plugin: 'io.spring.nohttp'
Expand Down Expand Up @@ -62,7 +62,7 @@ ext {
kafkaVersion = '3.7.1'
kotlinCoroutinesVersion = '1.8.1'
log4jVersion = '2.23.1'
micrometerDocsVersion = '1.0.2'
micrometerDocsVersion = '1.0.3'
micrometerVersion = '1.13.1'
micrometerTracingVersion = '1.3.1'
mockitoVersion = '5.10.0'
Expand Down

0 comments on commit cc39b2f

Please sign in to comment.