Skip to content

Commit

Permalink
build(deps): bump maven (#241)
Browse files Browse the repository at this point in the history
Bumps maven from 3.9.3-eclipse-temurin-17 to 3.9.5-eclipse-temurin-21.

---
updated-dependencies:
- dependency-name: maven
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent a4a0518 commit 4ecf1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#Build application stage
#We need maven.
FROM maven:3.9.3-eclipse-temurin-17
FROM maven:3.9.5-eclipse-temurin-21
WORKDIR /usr/src/java-app

#build the application
Expand Down

0 comments on commit 4ecf1bc

Please sign in to comment.