Skip to content

Commit 0b6cc31

Browse files
Bump the development-dependencies group with 2 updates (#3246)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe94156 commit 0b6cc31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
id 'org.ajoberstar.grgit' version '5.2.2'
2323
id 'io.spring.nohttp' version '0.0.11'
2424
id 'io.spring.dependency-management' version '1.1.5' apply false
25-
id 'com.github.spotbugs' version '6.0.13'
25+
id 'com.github.spotbugs' version '6.0.14'
2626
}
2727

2828
apply plugin: 'io.spring.nohttp'

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginManagement {
77
}
88

99
plugins {
10-
id 'com.gradle.enterprise' version '3.17.2'
10+
id 'com.gradle.enterprise' version '3.17.3'
1111
id 'io.spring.ge.conventions' version '0.0.17'
1212
}
1313

0 commit comments

Comments
 (0)