Skip to content

Commit

Permalink
Bump the development-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 2 updates: com.github.spotbugs and com.gradle.enterprise.


Updates `com.github.spotbugs` from 6.0.13 to 6.0.14

Updates `com.gradle.enterprise` from 3.17.2 to 3.17.3

---
updated-dependencies:
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: com.gradle.enterprise
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 11, 2024
1 parent fe94156 commit 0c76f0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
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.13'
id 'com.github.spotbugs' version '6.0.14'
}

apply plugin: 'io.spring.nohttp'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginManagement {
}

plugins {
id 'com.gradle.enterprise' version '3.17.2'
id 'com.gradle.enterprise' version '3.17.3'
id 'io.spring.ge.conventions' version '0.0.17'
}

Expand Down

0 comments on commit 0c76f0f

Please sign in to comment.