Skip to content

Commit

Permalink
ci(assembly): upgrade docker to java 21
Browse files Browse the repository at this point in the history
upgrade maven plusgin dependencies
  • Loading branch information
Marthym committed Nov 1, 2023
1 parent a0d2668 commit b3a9738
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<artifactId>jib-maven-plugin</artifactId>
<configuration>
<from>
<image>eclipse-temurin:17-jre-alpine@sha256:956b8bccdb62e0681010a4127e8dba8b9d3f3247dd4004e11e4bdcec71bb7cb8</image>
<image>eclipse-temurin:21-jre-alpine@sha256:6b990458235e07c018abfc2d21f6f284789e3f97cf542402ad226b3724d8ea7b</image>
</from>
<to>
<image>marthym/baywatch:${project.version}</image>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@

<exec-maven-plugin.version>3.1.0</exec-maven-plugin.version>
<jacoco-maven-plugin.version>0.8.10</jacoco-maven-plugin.version>
<jib-maven-plugin.version>3.3.2</jib-maven-plugin.version>
<jib-maven-plugin.version>3.4.0</jib-maven-plugin.version>
<maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version>
<maven-clean-plugin.version>3.2.0</maven-clean-plugin.version>
<maven-clean-plugin.version>3.3.2</maven-clean-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-dependency-plugin.version>3.6.0</maven-dependency-plugin.version>
<maven-dependency-plugin.version>3.6.1</maven-dependency-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-surefire-plugin.version>3.1.0</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.2.1</maven-surefire-plugin.version>
<pl-git-commit-id-plugin.version>4.9.10</pl-git-commit-id-plugin.version>
<versions-maven-plugin.version>2.16.0</versions-maven-plugin.version>
<versions-maven-plugin.version>2.16.1</versions-maven-plugin.version>
</properties>

<build>
Expand Down

0 comments on commit b3a9738

Please sign in to comment.