Skip to content

Commit 82db913

Browse files
committed
Dependency updates
1 parent cdde30c commit 82db913

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

operator-build-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Copyright (c) 2017, 2023, Oracle and/or its affiliates.
1+
<!-- Copyright (c) 2017, 2024, Oracle and/or its affiliates.
22
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. -->
33
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.apache.maven</groupId>
2424
<artifactId>maven-plugin-api</artifactId>
25-
<version>3.9.5</version>
25+
<version>3.9.6</version>
2626
<scope>provided</scope>
2727
</dependency>
2828
<dependency>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@
635635
<spotbugs-version>4.8.3</spotbugs-version>
636636
<checkstyle-version>10.12.5</checkstyle-version>
637637
<directory-maven-version>1.0</directory-maven-version>
638-
<maven-jxr-plugin-version>3.3.1</maven-jxr-plugin-version>
638+
<maven-jxr-plugin-version>3.3.2</maven-jxr-plugin-version>
639639
<maven-gpg-plugin-version>3.1.0</maven-gpg-plugin-version>
640640
<hamcrest-junit-version>2.0.0.0</hamcrest-junit-version>
641641
<simplestub-version>1.3.2</simplestub-version>
@@ -650,23 +650,23 @@
650650
<jsonpath-version>2.8.0</jsonpath-version>
651651
<mojo-build-helper-version>3.5.0</mojo-build-helper-version>
652652
<maven-plugin-version>1.0.0</maven-plugin-version>
653-
<assertj.core.version>3.24.2</assertj.core.version>
653+
<assertj.core.version>3.25.1</assertj.core.version>
654654
<commons.io.version>2.15.1</commons.io.version>
655655
<awaitility-version>4.2.0</awaitility-version>
656656
<client-java-version>16.0.3</client-java-version>
657657
<kotlin-stdlib-version>1.9.22</kotlin-stdlib-version>
658658
<okhttp-version>4.12.0</okhttp-version>
659-
<okio-version>3.6.0</okio-version>
659+
<okio-version>3.7.0</okio-version>
660660
<bc-jdk18on-version>1.77</bc-jdk18on-version>
661661
<junit.jupiter.version>5.10.1</junit.jupiter.version>
662662
<junit.vintage.version>5.7.1</junit.vintage.version>
663663
<junit.platform.version>1.7.0</junit.platform.version>
664664
<junit.platform.surefire.version>1.3.2</junit.platform.surefire.version>
665665
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
666666
<jersey-version>3.1.5</jersey-version>
667-
<jackson-version>2.16.0</jackson-version>
667+
<jackson-version>2.16.1</jackson-version>
668668
<snakeyaml-version>1.33</snakeyaml-version>
669-
<jackson-databind-version>2.16.0</jackson-databind-version>
669+
<jackson-databind-version>2.16.1</jackson-databind-version>
670670
<dependency-check-version>9.0.7</dependency-check-version>
671671
<root-generated-swagger>${project.basedir}/src-generated-swagger</root-generated-swagger>
672672
<src-generated-swagger>${root-generated-swagger}/main/java</src-generated-swagger>

0 commit comments

Comments
 (0)