Skip to content

Commit bebb4a2

Browse files
Bump the all-maven group with 5 updates
Bumps the all-maven group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.5.7` | `4.0.0` | | software.amazon.awssdk:bom | `2.38.7` | `2.39.2` | | [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.38` | `1.18.42` | | org.apache.commons:commons-lang3 | `3.19.0` | `3.20.0` | | [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) | `3.5.7` | `4.0.0` | Updates `org.springframework.boot:spring-boot-starter-parent` 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 `software.amazon.awssdk:bom` from 2.38.7 to 2.39.2 Updates `org.projectlombok:lombok` from 1.18.38 to 1.18.42 - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.38...v1.18.42) Updates `org.apache.commons:commons-lang3` from 3.19.0 to 3.20.0 Updates `org.springframework.boot:spring-boot-maven-plugin` 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-parent dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-maven - dependency-name: software.amazon.awssdk:bom dependency-version: 2.39.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-maven - dependency-name: org.projectlombok:lombok dependency-version: 1.18.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-maven - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-maven - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-maven ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2ecc2a6 commit bebb4a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>3.5.7</version>
15+
<version>4.0.0</version>
1616
</parent>
1717

1818
<properties>
1919
<maven.compiler.release>25</maven.compiler.release>
20-
<lombok.version>1.18.38</lombok.version>
21-
<aws.sdk.version>2.38.7</aws.sdk.version>
20+
<lombok.version>1.18.42</lombok.version>
21+
<aws.sdk.version>2.39.2</aws.sdk.version>
2222
</properties>
2323

2424
<dependencyManagement>
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.apache.commons</groupId>
4545
<artifactId>commons-lang3</artifactId>
46-
<version>3.19.0</version>
46+
<version>3.20.0</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>software.amazon.awssdk</groupId>
@@ -85,7 +85,7 @@
8585
<plugin>
8686
<groupId>org.springframework.boot</groupId>
8787
<artifactId>spring-boot-maven-plugin</artifactId>
88-
<version>3.5.7</version>
88+
<version>4.0.0</version>
8989
</plugin>
9090
<plugin>
9191
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)