Skip to content

Commit

Permalink
Merge pull request #69 from retailnext/renovate/java-jdk-17.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency java-jdk to v17.0.8+7
  • Loading branch information
eriksw authored Aug 7, 2023
2 parents c781f2c + 0b0c1f7 commit 8719ecd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
env:
# renovate: datasource=java-version depName=java-jdk
JAVA_VERSION: '17'
JAVA_VERSION: '17.0.8+7'
# renovate: datasource=maven depName=org.apache.maven:maven
MAVEN_VERSION: '3.9.3'
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Pull Request Build
on: pull_request
env:
# renovate: datasource=java-version depName=java-jdk
JAVA_VERSION: '17'
JAVA_VERSION: '17.0.8+7'
# renovate: datasource=maven depName=org.apache.maven:maven
MAVEN_VERSION: '3.9.3'
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- created
env:
# renovate: datasource=java-version depName=java-jdk
JAVA_VERSION: '17'
JAVA_VERSION: '17.0.8+7'
# renovate: datasource=maven depName=org.apache.maven:maven
MAVEN_VERSION: '3.9.3'
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: "CodeQL"
env:
# renovate: datasource=java-version depName=java-jdk
JAVA_VERSION: '17'
JAVA_VERSION: '17.0.8+7'
# renovate: datasource=maven depName=org.apache.maven:maven
MAVEN_VERSION: '3.9.3'
on:
Expand Down

0 comments on commit 8719ecd

Please sign in to comment.