Skip to content

Commit

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

---
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 Jun 3, 2024
1 parent 299f5bd commit 234fb17
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.5-eclipse-temurin-21
FROM maven:3.9.6-eclipse-temurin-22
WORKDIR /usr/src/java-app

#build the application
Expand Down

0 comments on commit 234fb17

Please sign in to comment.