Skip to content

Commit

Permalink
Upgrade Maven to 3.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
markhobson committed Oct 20, 2024
1 parent fa4e0fc commit e4c2ab0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Docker image for Java automated UI tests.
Includes:

* JDK 11/17/21
* Maven 3.9.6
* Maven 3.9.9
* Chrome 130.0.6723.58
* ChromeDriver 130.0.6723.58

Expand Down
2 changes: 1 addition & 1 deletion jdk-11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3.9.6-eclipse-temurin-11
FROM maven:3.9.9-eclipse-temurin-11

# Google Chrome

Expand Down
2 changes: 1 addition & 1 deletion jdk-17/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3.9.6-eclipse-temurin-17
FROM maven:3.9.9-eclipse-temurin-17

# Google Chrome

Expand Down
2 changes: 1 addition & 1 deletion jdk-21/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3.9.6-eclipse-temurin-21
FROM maven:3.9.9-eclipse-temurin-21

# Google Chrome

Expand Down

0 comments on commit e4c2ab0

Please sign in to comment.