Skip to content

Commit bdc6f4c

Browse files
Bump the maven group across 1 directory with 4 updates
Bumps the maven group with 4 updates in the / directory: [org.projectlombok:lombok](https://github.com/projectlombok/lombok), [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire), [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) and [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot). Updates `org.projectlombok:lombok` from 1.18.36 to 1.18.38 - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.36...v1.18.38) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.2...surefire-3.5.3) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.2...surefire-3.5.3) Updates `org.springframework.boot:spring-boot-dependencies` from 3.4.3 to 3.4.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.3...v3.4.4) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aa6ca50 commit bdc6f4c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@
4444
<maven.compiler.target>${java.version}</maven.compiler.target>
4545

4646
<jaxb.version>4.0.2</jaxb.version>
47-
<lombok.version>1.18.36</lombok.version>
47+
<lombok.version>1.18.38</lombok.version>
4848

4949
<!-- Test dependency versions -->
5050
<junit.version>5.12.1</junit.version>
5151
<assertj.version>3.27.3</assertj.version>
5252
<mockito.version>5.11.0</mockito.version>
5353

5454
<!-- Plugin versions -->
55-
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
56-
<maven-failsafe-plugin.version>3.5.2</maven-failsafe-plugin.version>
55+
<maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
56+
<maven-failsafe-plugin.version>3.5.3</maven-failsafe-plugin.version>
5757
<maven-jaxb2-plugin.version>0.15.2</maven-jaxb2-plugin.version>
5858
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
5959
<maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version>

spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<url>https://www.lfenergy.org/projects/shapeshifter/</url>
1717

1818
<properties>
19-
<spring-boot.version>3.4.3</spring-boot.version>
19+
<spring-boot.version>3.4.4</spring-boot.version>
2020
<swagger-annotations.version>2.2.29</swagger-annotations.version>
2121
</properties>
2222

0 commit comments

Comments
 (0)