Skip to content

Commit 3a9692e

Browse files
build(deps): bump spring.lib.version from 3.5.7 to 4.0.0 (#478)
Bumps `spring.lib.version` from 3.5.7 to 4.0.0. Updates `org.springframework.boot:spring-boot-starter-actuator` from 3.5.7 to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.7...v4.0.0) Updates `org.springframework.boot:spring-boot-starter-web` from 3.5.7 to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.7...v4.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-actuator dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93c5344 commit 3a9692e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<jdk.version>18</jdk.version>
1515
<maven.compiler.source>${jdk.version}</maven.compiler.source>
1616
<maven.compiler.target>${jdk.version}</maven.compiler.target>
17-
<spring.lib.version>3.5.7</spring.lib.version>
17+
<spring.lib.version>4.0.0</spring.lib.version>
1818
<bull.version>3.0.0</bull.version>
1919
<lombok.version>1.18.42</lombok.version>
2020
<springdoc.version>1.8.0</springdoc.version>

0 commit comments

Comments
 (0)