Skip to content

Commit 282f3fe

Browse files
authored
test & ci: bump deps (#300)
Of note: new patch release of GraalVM (used for native image tests)
1 parent 955c076 commit 282f3fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/native-image-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ windows, ubuntu, macos ]
20-
java-version: [ '22.0.1' ]
20+
java-version: [ '22.0.2' ]
2121
test: [ native, native-sci ]
2222
clojure-version: [ '1.11', '1.12' ]
2323

deps.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
;;
161161
;; Maintenance support
162162
;;
163-
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.8.1201"}
163+
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.8.1206"}
164164
org.slf4j/slf4j-simple {:mvn/version "2.0.13"} ;; to rid ourselves of logger warnings
165165
}
166166
:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}

0 commit comments

Comments
 (0)