Skip to content

Commit

Permalink
test & ci: bump deps (#300)
Browse files Browse the repository at this point in the history
Of note: new patch release of GraalVM (used for native image tests)
  • Loading branch information
lread authored Jul 17, 2024
1 parent 955c076 commit 282f3fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/native-image-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ windows, ubuntu, macos ]
java-version: [ '22.0.1' ]
java-version: [ '22.0.2' ]
test: [ native, native-sci ]
clojure-version: [ '1.11', '1.12' ]

Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
;;
;; Maintenance support
;;
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.8.1201"}
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.8.1206"}
org.slf4j/slf4j-simple {:mvn/version "2.0.13"} ;; to rid ourselves of logger warnings
}
:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}
Expand Down

0 comments on commit 282f3fe

Please sign in to comment.