Skip to content

Commit

Permalink
build(deps): updates java version
Browse files Browse the repository at this point in the history
  • Loading branch information
GentlemanHal committed Oct 24, 2024
1 parent 92c3ee9 commit 7fe55e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
executors:
clojure:
docker:
- image: cimg/openjdk:21.0.2
- image: cimg/openjdk:23.0.1
working_directory: ~/nevergreen

commands:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nevergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 22.0.1
java-version: 23.0.1

- name: Install clojure tools-deps
uses: DeLaGuardo/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .sdkmanrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java=21.0.2-zulu
java=23.0.1-zulu
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM azul/zulu-openjdk-alpine:21.0.2-jre
FROM azul/zulu-openjdk-alpine:23.0.1-jre

MAINTAINER Build Canaries <[email protected]>

Expand Down

0 comments on commit 7fe55e5

Please sign in to comment.