Skip to content

Commit 98f159f

Browse files
Bump the production-dependencies group with 4 updates (#1121)
Bumps the production-dependencies group with 4 updates: [org.projectlombok:lombok](https://github.com/projectlombok/lombok), [joda-time:joda-time](https://github.com/JodaOrg/joda-time), [com.google.guava:guava](https://github.com/google/guava) and [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire). 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 `joda-time:joda-time` from 2.13.1 to 2.14.0 - [Release notes](https://github.com/JodaOrg/joda-time/releases) - [Changelog](https://github.com/JodaOrg/joda-time/blob/main/RELEASE-NOTES.txt) - [Commits](JodaOrg/joda-time@v2.13.1...v2.14.0) Updates `com.google.guava:guava` from 33.4.5-jre to 33.4.6-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) 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) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: joda-time:joda-time dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e3d6005 commit 98f159f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,27 +64,27 @@
6464
<kotlin.version>2.1.20</kotlin.version>
6565
<kotlinx-serialization.version>1.8.0</kotlinx-serialization.version>
6666
<kotlinx-datetime.version>0.6.2</kotlinx-datetime.version>
67-
<lombok.version>1.18.36</lombok.version>
67+
<lombok.version>1.18.38</lombok.version>
6868
<lombok-maven-plugin.version>1.18.20.0</lombok-maven-plugin.version>
6969
<junit.version>4.13.2</junit.version>
7070
<mockito.version>5.16.1</mockito.version>
7171
<podam.version>8.0.2.RELEASE</podam.version>
7272
<log4j.version>2.24.3</log4j.version>
7373
<awaitility.version>4.3.0</awaitility.version>
74-
<joda-time.version>2.13.1</joda-time.version>
74+
<joda-time.version>2.14.0</joda-time.version>
7575
<meanbean.version>2.0.3</meanbean.version>
7676
<snakeyaml.version>2.4</snakeyaml.version>
7777
<jakarta.xml.bind-api.version>4.0.2</jakarta.xml.bind-api.version>
7878
<jaxb-impl.version>4.0.5</jaxb-impl.version>
7979
<javafaker.version>1.0.2</javafaker.version>
80-
<guava.version>33.4.5-jre</guava.version>
80+
<guava.version>33.4.6-jre</guava.version>
8181
<threetenbp.version>1.7.1</threetenbp.version>
8282

8383
<!-- Error Prone version > 2.31.0 can't run on JDK 11. see https://errorprone.info/docs/installation -->
8484
<error-prone.version>2.31.0</error-prone.version>
8585

8686
<jacoco.version>0.8.12</jacoco.version>
87-
<surefire.version>3.5.2</surefire.version>
87+
<surefire.version>3.5.3</surefire.version>
8888
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
8989
<maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version>
9090
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>

0 commit comments

Comments
 (0)