Skip to content

Commit

Permalink
chore(deps): update dependency java-jdk to v22.0.2+9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 17, 2024
1 parent e110a2f commit b58a779
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: '22.0.1+8'
JAVA_VERSION: '22.0.2+9'
# renovate: datasource=maven depName=org.apache.maven:maven
MAVEN_VERSION: '3.9.8'
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: '22.0.1+8'
JAVA_VERSION: '22.0.2+9'
# renovate: datasource=maven depName=org.apache.maven:maven
MAVEN_VERSION: '3.9.8'
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:
- published
env:
# renovate: datasource=java-version depName=java-jdk
JAVA_VERSION: '22.0.1+8'
JAVA_VERSION: '22.0.2+9'
# renovate: datasource=maven depName=org.apache.maven:maven
MAVEN_VERSION: '3.9.8'
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: '22.0.1+8'
JAVA_VERSION: '22.0.2+9'
# renovate: datasource=maven depName=org.apache.maven:maven
MAVEN_VERSION: '3.9.8'
on:
Expand Down

0 comments on commit b58a779

Please sign in to comment.