Skip to content

Commit 7d50c4b

Browse files
committed
Dependency updates
1 parent 57427fb commit 7d50c4b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

operator-build-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.ow2.asm</groupId>
4545
<artifactId>asm</artifactId>
46-
<version>9.6</version>
46+
<version>9.7</version>
4747
<scope>test</scope>
4848
</dependency>
4949
</dependencies>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -648,10 +648,10 @@
648648
<exec-maven-plugin-version>3.2.0</exec-maven-plugin-version>
649649
<spotbugs-maven-plugin-version>4.8.3.1</spotbugs-maven-plugin-version>
650650
<spotbugs-version>4.8.3</spotbugs-version>
651-
<checkstyle-version>10.14.2</checkstyle-version>
651+
<checkstyle-version>10.15.0</checkstyle-version>
652652
<directory-maven-version>1.0</directory-maven-version>
653653
<maven-jxr-plugin-version>3.3.2</maven-jxr-plugin-version>
654-
<maven-gpg-plugin-version>3.2.1</maven-gpg-plugin-version>
654+
<maven-gpg-plugin-version>3.2.2</maven-gpg-plugin-version>
655655
<hamcrest-junit-version>2.0.0.0</hamcrest-junit-version>
656656
<simplestub-version>1.3.3</simplestub-version>
657657
<jakarta-json-version>2.0.1</jakarta-json-version>
@@ -666,7 +666,7 @@
666666
<mojo-build-helper-version>3.5.0</mojo-build-helper-version>
667667
<maven-plugin-version>1.0.0</maven-plugin-version>
668668
<assertj.core.version>3.25.3</assertj.core.version>
669-
<commons.io.version>2.15.1</commons.io.version>
669+
<commons.io.version>2.16.0</commons.io.version>
670670
<awaitility-version>4.2.1</awaitility-version>
671671
<client-java-version>16.0.3</client-java-version>
672672
<kotlin-stdlib-version>1.9.23</kotlin-stdlib-version>

0 commit comments

Comments
 (0)