Skip to content

Commit 62f71be

Browse files
chore: [DevOps] bump the production-minor-patch group with 4 updates
Bumps the production-minor-patch group with 4 updates: [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle), [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot), [org.springframework.boot:spring-boot](https://github.com/spring-projects/spring-boot) and [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot). Updates `com.puppycrawl.tools:checkstyle` from 12.1.0 to 12.1.1 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-12.1.0...checkstyle-12.1.1) Updates `org.springframework.boot:spring-boot-autoconfigure` from 3.5.6 to 3.5.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7) Updates `org.springframework.boot:spring-boot` from 3.5.6 to 3.5.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7) Updates `org.springframework.boot:spring-boot-starter-web` from 3.5.6 to 3.5.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7) Updates `org.springframework.boot:spring-boot` from 3.5.6 to 3.5.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7) Updates `org.springframework.boot:spring-boot-starter-web` from 3.5.6 to 3.5.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 12.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: org.springframework.boot:spring-boot dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: org.springframework.boot:spring-boot dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6465576 commit 62f71be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<wiremock.version>3.13.1</wiremock.version>
6161
<assertj-core.version>3.27.6</assertj-core.version>
6262
<slf4j.version>2.0.17</slf4j.version>
63-
<checkstyle.version>12.1.0</checkstyle.version>
63+
<checkstyle.version>12.1.1</checkstyle.version>
6464
<system-stubs.version>2.1.3</system-stubs.version>
6565
<surefire.version>3.5.4</surefire.version>
6666
<springframework.version>6.2.12</springframework.version>

sample-code/spring-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</developers>
3434
<properties>
3535
<project.rootdir>${project.basedir}/../../</project.rootdir>
36-
<spring-boot.version>3.5.6</spring-boot.version>
36+
<spring-boot.version>3.5.7</spring-boot.version>
3737
<logback.version>1.5.20</logback.version>
3838
<cf-logging.version>3.8.6</cf-logging.version>
3939
<apache-tomcat-embed.version>11.0.13</apache-tomcat-embed.version>

0 commit comments

Comments
 (0)