Skip to content

Commit 9ae819a

Browse files
build(deps): bump spring.boot.version from 3.4.2 to 3.4.3
Bumps `spring.boot.version` from 3.4.2 to 3.4.3. Updates `org.springframework.boot:spring-boot` from 3.4.2 to 3.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3) Updates `org.springframework.boot:spring-boot-autoconfigure` from 3.4.2 to 3.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3) Updates `org.springframework.boot:spring-boot-actuator` from 3.4.2 to 3.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3) Updates `org.springframework.boot:spring-boot-test` from 3.4.2 to 3.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3) Updates `org.springframework.boot:spring-boot-starter-web` from 3.4.2 to 3.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3) Updates `org.springframework.boot:spring-boot-starter-actuator` from 3.4.2 to 3.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-actuator dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-test dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-actuator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 40c4698 commit 9ae819a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/examples-release-17/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@
117117
</build>
118118
<properties>
119119
<junit-jupiter.version>5.11.4</junit-jupiter.version>
120-
<spring.boot.version>3.4.2</spring.boot.version>
120+
<spring.boot.version>3.4.3</spring.boot.version>
121121
</properties>
122122
</project>

examples/examples-release-18/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@
118118
</build>
119119
<properties>
120120
<junit-jupiter.version>5.11.4</junit-jupiter.version>
121-
<spring.boot.version>3.4.2</spring.boot.version>
121+
<spring.boot.version>3.4.3</spring.boot.version>
122122
</properties>
123123
</project>

examples/examples-release-19/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@
122122
</build>
123123
<properties>
124124
<junit-jupiter.version>5.11.4</junit-jupiter.version>
125-
<spring.boot.version>3.4.2</spring.boot.version>
125+
<spring.boot.version>3.4.3</spring.boot.version>
126126
</properties>
127127
</project>

examples/examples-release-20/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@
122122
</build>
123123
<properties>
124124
<junit-jupiter.version>5.11.4</junit-jupiter.version>
125-
<spring.boot.version>3.4.2</spring.boot.version>
125+
<spring.boot.version>3.4.3</spring.boot.version>
126126
</properties>
127127
</project>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<apache.commons.compress>1.27.1</apache.commons.compress>
6666
<apache.commons.io>2.18.0</apache.commons.io>
6767
<common.codec.version>1.18.0</common.codec.version>
68-
<spring.boot.version>3.4.2</spring.boot.version>
68+
<spring.boot.version>3.4.3</spring.boot.version>
6969
<spring.version>6.2.3</spring.version>
7070
<prometheus.client.version>0.16.0</prometheus.client.version>
7171
<reflections.version>0.10.2</reflections.version>

0 commit comments

Comments
 (0)