Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeberhard committed Jan 16, 2024
1 parent a0fbef0 commit 017a3ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions operator-build-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.10.2</version>
<version>3.11.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down Expand Up @@ -64,7 +64,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.10.2</version>
<version>3.11.0</version>
<configuration>
<mojoDependencies>
<param>oracle.kubernetes:jsonschema-maven-plugin</param>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@
<maven-failsafe-plugin-version>3.2.5</maven-failsafe-plugin-version>
<maven-dependency-plugin-version>3.6.1</maven-dependency-plugin-version>
<exec-maven-plugin-version>3.1.1</exec-maven-plugin-version>
<spotbugs-maven-plugin-version>4.8.2.0</spotbugs-maven-plugin-version>
<spotbugs-maven-plugin-version>4.8.3.0</spotbugs-maven-plugin-version>
<spotbugs-version>4.8.3</spotbugs-version>
<checkstyle-version>10.12.7</checkstyle-version>
<directory-maven-version>1.0</directory-maven-version>
Expand Down Expand Up @@ -684,7 +684,7 @@
<jose4j-version>0.9.4</jose4j-version>
<snakeyaml-version>1.33</snakeyaml-version>
<jackson-databind-version>2.16.1</jackson-databind-version>
<dependency-check-version>9.0.7</dependency-check-version>
<dependency-check-version>9.0.8</dependency-check-version>
<root-generated-swagger>${project.basedir}/src-generated-swagger</root-generated-swagger>
<src-generated-swagger>${root-generated-swagger}/main/java</src-generated-swagger>
<domain-swagger-file>${project.basedir}/swagger/domain.json</domain-swagger-file>
Expand Down

0 comments on commit 017a3ce

Please sign in to comment.