Skip to content

Commit 8d5f51f

Browse files
committed
Dependency updates
1 parent 79d56f4 commit 8d5f51f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.11.0</version>
31+
<version>3.12.0</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.11.0</version>
67+
<version>3.12.0</version>
6868
<configuration>
6969
<mojoDependencies>
7070
<param>oracle.kubernetes:jsonschema-maven-plugin</param>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@
690690
<domain-swagger-file>${project.basedir}/swagger/domain.json</domain-swagger-file>
691691
<skip.unit.tests>false</skip.unit.tests>
692692
<skip.dependency-check>false</skip.dependency-check>
693-
<jacoco.version>0.8.11</jacoco.version>
693+
<jacoco.version>0.8.12</jacoco.version>
694694
<git-commit-id-plugin-version>4.9.10</git-commit-id-plugin-version>
695695
<htmlunit-version>2.70.0</htmlunit-version>
696696
<checkstyle.config.location>${root.basedir}/build-tools/checkstyle/customized_google_checks.xml</checkstyle.config.location>

0 commit comments

Comments
 (0)