Skip to content

Commit 91bd9a7

Browse files
committed
Dependency updates
1 parent 8613f9d commit 91bd9a7

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
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.ow2.asm</groupId>
4747
<artifactId>asm</artifactId>
48-
<version>9.6</version>
48+
<version>9.7</version>
4949
<scope>test</scope>
5050
</dependency>
5151
</dependencies>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@
676676
<checkstyle-version>10.14.2</checkstyle-version>
677677
<directory-maven-version>1.0</directory-maven-version>
678678
<maven-jxr-plugin-version>3.3.2</maven-jxr-plugin-version>
679-
<maven-gpg-plugin-version>3.2.1</maven-gpg-plugin-version>
679+
<maven-gpg-plugin-version>3.2.2</maven-gpg-plugin-version>
680680
<hamcrest-junit-version>2.0.0.0</hamcrest-junit-version>
681681
<simplestub-version>1.3.3</simplestub-version>
682682
<jakarta-json-version>2.0.1</jakarta-json-version>
@@ -692,7 +692,7 @@
692692
<mojo-build-helper-version>3.5.0</mojo-build-helper-version>
693693
<maven-plugin-version>1.0.0</maven-plugin-version>
694694
<assertj.core.version>3.25.3</assertj.core.version>
695-
<commons.io.version>2.15.1</commons.io.version>
695+
<commons.io.version>2.16.0</commons.io.version>
696696
<awaitility-version>4.2.1</awaitility-version>
697697
<client-java-version>19.0.1</client-java-version>
698698
<findbugs-version>3.0.1u2</findbugs-version>
@@ -725,7 +725,7 @@
725725
<jacoco.version>0.8.11</jacoco.version>
726726
<git-commit-id-plugin-version>4.9.10</git-commit-id-plugin-version>
727727
<htmlunit-version>2.70.0</htmlunit-version>
728-
<jython-standalone-version>2.5.1</jython-standalone-version>
728+
<jython-standalone-version>2.7.3</jython-standalone-version>
729729
<checkstyle.config.location>${root.basedir}/build-tools/checkstyle/customized_google_checks.xml</checkstyle.config.location>
730730
<no-reports>false</no-reports>
731731
</properties>

0 commit comments

Comments
 (0)