Skip to content

Commit c1f8472

Browse files
deps(deps): bump the spring group with 2 updates
Bumps the spring group with 2 updates: [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) and [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot:spring-boot-dependencies` from 3.4.1 to 3.5.13 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.1...v3.5.13) Updates `org.springframework.boot:spring-boot-starter-test` from 3.4.1 to 3.5.13 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.1...v3.5.13) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 3.5.13 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: spring - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 3.5.13 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: spring ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 61ccff2 commit c1f8472

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • aether-datafixers-functional-tests
  • aether-datafixers-spring-boot-starter

aether-datafixers-functional-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<!-- Skip coverage requirements for test-only module -->
4545
<jacoco.skip>true</jacoco.skip>
4646
<!-- Spring Boot version for tests -->
47-
<spring.boot.version>3.4.1</spring.boot.version>
47+
<spring.boot.version>3.5.13</spring.boot.version>
4848
</properties>
4949

5050
<dependencies>

aether-datafixers-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
DynamicOps integration, MigrationService with fluent API, and Actuator endpoints.</description>
1919

2020
<properties>
21-
<spring-boot.version>3.4.1</spring-boot.version>
21+
<spring-boot.version>3.5.13</spring-boot.version>
2222
</properties>
2323

2424
<dependencyManagement>

0 commit comments

Comments
 (0)