Skip to content

Commit fac2995

Browse files
Bump the guide-dependencies-gradle group across 2 directories with 1 update (#10)
Bumps the guide-dependencies-gradle group with 1 update in the /complete directory: [org.springframework.boot](https://github.com/spring-projects/spring-boot). Bumps the guide-dependencies-gradle group with 1 update in the /initial directory: [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot` from 3.2.0 to 3.3.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.0...v3.3.2) Updates `org.springframework.boot` from 3.2.0 to 3.3.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.0...v3.3.2) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor dependency-group: guide-dependencies-gradle - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor dependency-group: guide-dependencies-gradle ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b5520c4 commit fac2995

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

complete/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.2.0'
3+
id 'org.springframework.boot' version '3.3.2'
44
}
55

66
apply plugin: 'io.spring.dependency-management'

initial/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.2.0'
3+
id 'org.springframework.boot' version '3.3.2'
44
}
55

66
apply plugin: 'io.spring.dependency-management'

0 commit comments

Comments
 (0)