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 6969 password : ${{ secrets.PUBLISH_SECRET }}
7070
7171 - name : Build and push container image
72- uses : docker/build-push-action@v5
72+ uses : docker/build-push-action@v6
7373 with :
7474 context : .
7575 platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 3030 <dependency >
3131 <groupId >org.apache.maven.plugin-tools</groupId >
3232 <artifactId >maven-plugin-annotations</artifactId >
33- <version >3.13.0 </version >
33+ <version >3.13.1 </version >
3434 </dependency >
3535 <dependency >
3636 <groupId >org.junit.jupiter</groupId >
5959 <plugin >
6060 <groupId >org.apache.maven.plugins</groupId >
6161 <artifactId >maven-plugin-plugin</artifactId >
62- <version >3.13.0 </version >
62+ <version >3.13.1 </version >
6363 <configuration >
6464 <mojoDependencies >
6565 <param >oracle.kubernetes:jsonschema-maven-plugin</param >
Original file line number Diff line number Diff line change 680680 <exec-maven-plugin-version >3.3.0</exec-maven-plugin-version >
681681 <checkstyle-version >10.17.0</checkstyle-version >
682682 <directory-maven-version >1.0</directory-maven-version >
683- <maven-jxr-plugin-version >3.3.2 </maven-jxr-plugin-version >
683+ <maven-jxr-plugin-version >3.4.0 </maven-jxr-plugin-version >
684684 <maven-gpg-plugin-version >3.2.4</maven-gpg-plugin-version >
685685 <hamcrest-junit-version >2.0.0.0</hamcrest-junit-version >
686686 <simplestub-version >1.3.3</simplestub-version >
You can’t perform that action at this time.
0 commit comments