Skip to content

Commit

Permalink
fix(Docker): Set correct maven version
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Jun 30, 2023
1 parent 27df478 commit 2f45c88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/java/ansible/openjdk11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
vars:
- java_package: openjdk-11-jdk
# renovate: datasource=maven versioning=maven
- maven_version: 3.9.2
- maven_version: 3.9.3
pre_tasks:
- name: Install JDK
apt:
Expand Down
2 changes: 1 addition & 1 deletion docker/java/ansible/openjdk17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
vars:
- java_package: openjdk-17-jdk
# renovate: datasource=maven versioning=maven
- maven_version: 3.9.2
- maven_version: 3.9.3
pre_tasks:
- name: Install JDK
apt:
Expand Down

0 comments on commit 2f45c88

Please sign in to comment.