Skip to content

Commit 15a92e5

Browse files
committed
Dependency updates
1 parent 74c4d65 commit 15a92e5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
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

operator-build-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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>
@@ -59,7 +59,7 @@
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>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@
682682
<exec-maven-plugin-version>3.3.0</exec-maven-plugin-version>
683683
<checkstyle-version>10.17.0</checkstyle-version>
684684
<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>
686686
<maven-gpg-plugin-version>3.2.4</maven-gpg-plugin-version>
687687
<hamcrest-junit-version>2.0.0.0</hamcrest-junit-version>
688688
<simplestub-version>1.3.3</simplestub-version>

0 commit comments

Comments
 (0)