Skip to content

Commit 30c04b2

Browse files
Bump the development-dependencies group across 3 directories with 2 updates (#125)
Bumps the development-dependencies group with 2 updates in the / directory: [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) and com.github.spotbugs. Bumps the development-dependencies group with 1 update in the /samples/time-spel-log directory: [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin). Bumps the development-dependencies group with 1 update in the /samples/zip-split-rabbit-binder directory: [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin). Updates `io.spring.dependency-management` from 1.1.6 to 1.1.7 - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.6...v1.1.7) Updates `com.github.spotbugs` from 6.0.26 to 6.0.27 Updates `io.spring.dependency-management` from 1.1.6 to 1.1.7 - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.6...v1.1.7) Updates `io.spring.dependency-management` from 1.1.6 to 1.1.7 - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.6...v1.1.7) --- 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 - dependency-name: io.spring.dependency-management 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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f531bf2 commit 30c04b2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ buildscript {
55

66
plugins {
77
id 'base'
8-
id 'io.spring.dependency-management' version '1.1.6'
8+
id 'io.spring.dependency-management' version '1.1.7'
99
id 'io.spring.javaformat' version "${javaFormatVersion}"
10-
id 'com.github.spotbugs' version '6.0.26'
10+
id 'com.github.spotbugs' version '6.0.27'
1111
id 'org.ajoberstar.grgit' version '5.2.2'
1212
}
1313

samples/time-spel-log/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
33
id 'org.springframework.boot' version '3.2.12'
4-
id 'io.spring.dependency-management' version '1.1.6'
4+
id 'io.spring.dependency-management' version '1.1.7'
55
}
66

77
group = 'com.example'

samples/zip-split-rabbit-binder/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
33
id 'org.springframework.boot' version '3.2.12'
4-
id 'io.spring.dependency-management' version '1.1.6'
4+
id 'io.spring.dependency-management' version '1.1.7'
55
}
66

77
group = 'com.example'

0 commit comments

Comments
 (0)