File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
operator-build-maven-plugin Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 69
69
password : ${{ secrets.PUBLISH_SECRET }}
70
70
71
71
- name : Build and push container image
72
- uses : docker/build-push-action@v5
72
+ uses : docker/build-push-action@v6
73
73
with :
74
74
context : .
75
75
platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 30
30
<dependency >
31
31
<groupId >org.apache.maven.plugin-tools</groupId >
32
32
<artifactId >maven-plugin-annotations</artifactId >
33
- <version >3.13.0 </version >
33
+ <version >3.13.1 </version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >org.junit.jupiter</groupId >
59
59
<plugin >
60
60
<groupId >org.apache.maven.plugins</groupId >
61
61
<artifactId >maven-plugin-plugin</artifactId >
62
- <version >3.13.0 </version >
62
+ <version >3.13.1 </version >
63
63
<configuration >
64
64
<mojoDependencies >
65
65
<param >oracle.kubernetes:jsonschema-maven-plugin</param >
Original file line number Diff line number Diff line change 682
682
<exec-maven-plugin-version >3.3.0</exec-maven-plugin-version >
683
683
<checkstyle-version >10.17.0</checkstyle-version >
684
684
<directory-maven-version >1.0</directory-maven-version >
685
- <maven-jxr-plugin-version >3.3.2 </maven-jxr-plugin-version >
685
+ <maven-jxr-plugin-version >3.4.0 </maven-jxr-plugin-version >
686
686
<maven-gpg-plugin-version >3.2.4</maven-gpg-plugin-version >
687
687
<hamcrest-junit-version >2.0.0.0</hamcrest-junit-version >
688
688
<simplestub-version >1.3.3</simplestub-version >
You can’t perform that action at this time.
0 commit comments