Skip to content

Commit a9fcdc3

Browse files
authored
maint: bump internal build and internal test deps (#211)
Of note: took some time to catch up to sci for sci testing
1 parent c947f79 commit a9fcdc3

File tree

5 files changed

+50
-2054
lines changed

5 files changed

+50
-2054
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install GraalVM
3737
uses: graalvm/setup-graalvm@v1
3838
with:
39-
version: '22.3.0'
39+
version: '22.3.1'
4040
java-version: ${{ matrix.graal-java }}
4141
components: 'native-image'
4242
github-token: ${{ secrets.GITHUB_TOKEN }}

deps.edn

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
;;
2222
:lint-cache {:replace-paths ["src"]} ;; when building classpath we want to exclude resources
2323
;; so we do not pick up our own clj-kondo config exports
24-
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2022.12.10"}}
24+
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2023.01.20"}}
2525
:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}
2626
:main-opts ["-m" "clj-kondo.main"]}
2727

@@ -58,7 +58,7 @@
5858
:extra-paths ["target/test-doc-blocks/test"]}
5959

6060
;; kaocha for testing clojure versions>= v1.9
61-
:kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version "1.71.1119"}
61+
:kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version "1.76.1230"}
6262
lambdaisland/kaocha-junit-xml {:mvn/version "1.17.101"}
6363
lambdaisland/kaocha-cloverage {:mvn/version "1.1.89"}}
6464
:main-opts ["-m" "kaocha.runner"]}
@@ -91,7 +91,7 @@
9191
cli-matic/cli-matic {:mvn/version "0.5.4"}}}
9292

9393
:apply-import-vars {:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}
94-
:extra-deps {metosin/malli {:mvn/version "0.9.2"}
94+
:extra-deps {metosin/malli {:mvn/version "0.10.1"}
9595
io.aviso/pretty {:mvn/version "1.3"}}
9696
:ns-default lread.apply-import-vars}
9797

@@ -106,8 +106,8 @@
106106
:extra-deps {com.github.clj-easy/graal-build-time {:mvn/version "0.1.4"}}}
107107

108108
:sci-test {:extra-paths ["target/generated/sci-test/src"]
109-
:extra-deps {lread/sci-test {:git/url "https://github.com/lread/sci-test.git"
110-
:sha "347aebec961982e4e512a767e45e6c49b7e8203b"}}}
109+
:extra-deps {lread/sci-test {:git/url "https://github.com/lread/sci-test.git"
110+
:sha "34d9a1156fb68bdc0a726b24c8e210c36c1fe9f9" }}}
111111

112112
:native-test {:extra-paths ["target/generated/graal"]}
113113

@@ -125,7 +125,7 @@
125125
;;
126126
;; Deployment
127127
;
128-
:build {:deps {org.clojure/tools.build {:mvn/version "0.8.4"}
128+
:build {:deps {org.clojure/tools.build {:mvn/version "0.9.2"}
129129
slipset/deps-deploy {:mvn/version "0.2.0"}
130130
com.camsaul/whitespace-linter {:mvn/version "2022.07.21.02.09"}}
131131
:extra-paths ["src" "build"]
@@ -134,8 +134,8 @@
134134
;;
135135
;; Maintenance support
136136
;;
137-
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.2.962"}
138-
org.slf4j/slf4j-simple {:mvn/version "2.0.5"} ;; to rid ourselves of logger warnings
137+
:outdated {:extra-deps {com.github.liquidz/antq {:mvn/version "2.2.983"}
138+
org.slf4j/slf4j-simple {:mvn/version "2.0.6"} ;; to rid ourselves of logger warnings
139139
}
140140
:override-deps {org.clojure/clojure {:mvn/version "1.11.1"}}
141141
:main-opts ["-m" "antq.core"

0 commit comments

Comments
 (0)