Skip to content

Commit a7993f9

Browse files
Merge branch 'main' into dependabot/maven/org.apache.maven.plugins-maven-jar-plugin-3.5.0
2 parents 8612c78 + 2bb119a commit a7993f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check-out
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
- name: Set up JDK 11
1717
uses: actions/setup-java@v5
1818
with:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<plugin>
6868
<groupId>io.fabric8</groupId>
6969
<artifactId>docker-maven-plugin</artifactId>
70-
<version>0.46.0</version>
70+
<version>0.48.0</version>
7171
<configuration>
7272
<logDate>default</logDate>
7373
<autoPull>true</autoPull>

0 commit comments

Comments
 (0)