Skip to content

Commit 3d9573c

Browse files
committed
Dependency updates
1 parent cf54b6f commit 3d9573c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

operator-build-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>org.apache.maven</groupId>
2626
<artifactId>maven-plugin-api</artifactId>
27-
<version>3.9.2</version>
27+
<version>3.9.3</version>
2828
<scope>provided</scope>
2929
</dependency>
3030
<dependency>
@@ -83,4 +83,4 @@
8383
</plugin>
8484
</plugins>
8585
</build>
86-
</project>
86+
</project>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@
615615
<exec-maven-plugin-version>3.1.0</exec-maven-plugin-version>
616616
<spotbugs-maven-plugin-version>4.7.3.5</spotbugs-maven-plugin-version>
617617
<spotbugs-version>4.7.3</spotbugs-version>
618-
<checkstyle-version>10.12.0</checkstyle-version>
618+
<checkstyle-version>10.12.1</checkstyle-version>
619619
<directory-maven-version>1.0</directory-maven-version>
620620
<maven-jxr-plugin-version>3.3.0</maven-jxr-plugin-version>
621621
<maven-gpg-plugin-version>3.1.0</maven-gpg-plugin-version>
@@ -624,9 +624,9 @@
624624
<jakarta-json-version>2.0.1</jakarta-json-version>
625625
<jms-api-version>2.0.1</jms-api-version>
626626
<kjetland-mbknor-jsonschema-version>1.0.39</kjetland-mbknor-jsonschema-version>
627-
<networknt-jsonschmema-validator-version>1.0.84</networknt-jsonschmema-validator-version>
627+
<networknt-jsonschmema-validator-version>1.0.85</networknt-jsonschmema-validator-version>
628628
<commons-exec-version>1.3</commons-exec-version>
629-
<commons-codec-version>1.15</commons-codec-version>
629+
<commons-codec-version>1.16.0</commons-codec-version>
630630
<httpunit-version>1.7.3</httpunit-version>
631631
<voyager-client-version>0.1.0</voyager-client-version>
632632
<jsonpath-version>2.8.0</jsonpath-version>

0 commit comments

Comments
 (0)