Skip to content

Commit 9c34d64

Browse files
committed
Dependency updates
1 parent 01fff6a commit 9c34d64

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

operator-build-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
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.15.0</version>
31+
<version>3.15.1</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.junit.jupiter</groupId>
@@ -64,7 +64,7 @@
6464
<plugin>
6565
<groupId>org.apache.maven.plugins</groupId>
6666
<artifactId>maven-plugin-plugin</artifactId>
67-
<version>3.15.0</version>
67+
<version>3.15.1</version>
6868
<configuration>
6969
<mojoDependencies>
7070
<param>oracle.kubernetes:jsonschema-maven-plugin</param>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@
662662
<jakarta-json-version>2.0.1</jakarta-json-version>
663663
<jms-api-version>2.0.1</jms-api-version>
664664
<kjetland-mbknor-jsonschema-version>1.0.39</kjetland-mbknor-jsonschema-version>
665-
<networknt-jsonschmema-validator-version>1.5.2</networknt-jsonschmema-validator-version>
665+
<networknt-jsonschmema-validator-version>1.5.3</networknt-jsonschmema-validator-version>
666666
<commons-exec-version>1.4.0</commons-exec-version>
667667
<commons-codec-version>1.17.1</commons-codec-version>
668668
<httpunit-version>1.7.3</httpunit-version>
@@ -678,7 +678,7 @@
678678
<kotlin-stdlib-version>2.0.21</kotlin-stdlib-version>
679679
<okhttp-version>4.12.0</okhttp-version>
680680
<okio-version>3.9.1</okio-version>
681-
<bc-jdk18on-version>1.78.1</bc-jdk18on-version>
681+
<bc-jdk18on-version>1.79</bc-jdk18on-version>
682682
<junit.jupiter.version>5.11.3</junit.jupiter.version>
683683
<junit.vintage.version>5.7.1</junit.vintage.version>
684684
<junit.platform.version>1.7.0</junit.platform.version>

0 commit comments

Comments
 (0)