File tree 2 files changed +3
-3
lines changed
operator-build-maven-plugin
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
<dependency >
29
29
<groupId >org.apache.maven.plugin-tools</groupId >
30
30
<artifactId >maven-plugin-annotations</artifactId >
31
- <version >3.11 .0</version >
31
+ <version >3.12 .0</version >
32
32
</dependency >
33
33
<dependency >
34
34
<groupId >org.junit.jupiter</groupId >
64
64
<plugin >
65
65
<groupId >org.apache.maven.plugins</groupId >
66
66
<artifactId >maven-plugin-plugin</artifactId >
67
- <version >3.11 .0</version >
67
+ <version >3.12 .0</version >
68
68
<configuration >
69
69
<mojoDependencies >
70
70
<param >oracle.kubernetes:jsonschema-maven-plugin</param >
Original file line number Diff line number Diff line change 690
690
<domain-swagger-file >${project.basedir} /swagger/domain.json</domain-swagger-file >
691
691
<skip .unit.tests>false</skip .unit.tests>
692
692
<skip .dependency-check>false</skip .dependency-check>
693
- <jacoco .version>0.8.11 </jacoco .version>
693
+ <jacoco .version>0.8.12 </jacoco .version>
694
694
<git-commit-id-plugin-version >4.9.10</git-commit-id-plugin-version >
695
695
<htmlunit-version >2.70.0</htmlunit-version >
696
696
<checkstyle .config.location>${root.basedir} /build-tools/checkstyle/customized_google_checks.xml</checkstyle .config.location>
You can’t perform that action at this time.
0 commit comments