Skip to content

Commit b9cdc1f

Browse files
committed
Dependency updates
1 parent 8ed22fe commit b9cdc1f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

operator-build-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>org.apache.maven.plugin-tools</groupId>
3030
<artifactId>maven-plugin-annotations</artifactId>
31-
<version>3.13.1</version>
31+
<version>3.14.0</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.junit.jupiter</groupId>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -650,13 +650,13 @@
650650
<maven-javadoc-plugin-version>3.8.0</maven-javadoc-plugin-version>
651651
<maven-failsafe-plugin-version>3.3.1</maven-failsafe-plugin-version>
652652
<maven-dependency-plugin-version>3.7.1</maven-dependency-plugin-version>
653-
<exec-maven-plugin-version>3.4.0</exec-maven-plugin-version>
653+
<exec-maven-plugin-version>3.4.1</exec-maven-plugin-version>
654654
<spotbugs-maven-plugin-version>4.8.6.2</spotbugs-maven-plugin-version>
655655
<spotbugs-version>4.8.6</spotbugs-version>
656656
<checkstyle-version>10.17.0</checkstyle-version>
657657
<directory-maven-version>1.0</directory-maven-version>
658658
<maven-jxr-plugin-version>3.4.0</maven-jxr-plugin-version>
659-
<maven-gpg-plugin-version>3.2.4</maven-gpg-plugin-version>
659+
<maven-gpg-plugin-version>3.2.5</maven-gpg-plugin-version>
660660
<hamcrest-junit-version>2.0.0.0</hamcrest-junit-version>
661661
<simplestub-version>1.3.3</simplestub-version>
662662
<jakarta-json-version>2.0.1</jakarta-json-version>
@@ -672,14 +672,14 @@
672672
<maven-plugin-version>1.0.0</maven-plugin-version>
673673
<assertj.core.version>3.26.3</assertj.core.version>
674674
<commons.io.version>2.16.1</commons.io.version>
675-
<commons.compress.version>1.26.2</commons.compress.version>
675+
<commons.compress.version>1.27.1</commons.compress.version>
676676
<awaitility-version>4.2.2</awaitility-version>
677677
<client-java-version>16.0.3</client-java-version>
678678
<kotlin-stdlib-version>2.0.10</kotlin-stdlib-version>
679679
<okhttp-version>4.12.0</okhttp-version>
680680
<okio-version>3.9.0</okio-version>
681681
<bc-jdk18on-version>1.78.1</bc-jdk18on-version>
682-
<junit.jupiter.version>5.10.3</junit.jupiter.version>
682+
<junit.jupiter.version>5.11.0</junit.jupiter.version>
683683
<junit.vintage.version>5.7.1</junit.vintage.version>
684684
<junit.platform.version>1.7.0</junit.platform.version>
685685
<junit.platform.surefire.version>1.3.2</junit.platform.surefire.version>

0 commit comments

Comments
 (0)