Skip to content

Commit

Permalink
chore(deps): update dependency java-jdk to v23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 18, 2024
1 parent 29151b4 commit 21b5b4c
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.2+9'
JAVA_VERSION: '23.0.0+37'
# renovate: datasource=maven depName=org.apache.maven:maven
MAVEN_VERSION: '3.9.9'
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.2+9'
JAVA_VERSION: '23.0.0+37'
# renovate: datasource=maven depName=org.apache.maven:maven
MAVEN_VERSION: '3.9.9'
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.2+9'
JAVA_VERSION: '23.0.0+37'
# renovate: datasource=maven depName=org.apache.maven:maven
MAVEN_VERSION: '3.9.9'
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.2+9'
JAVA_VERSION: '23.0.0+37'
# renovate: datasource=maven depName=org.apache.maven:maven
MAVEN_VERSION: '3.9.9'
on:
Expand Down

0 comments on commit 21b5b4c

Please sign in to comment.