Skip to content

Commit d1c870a

Browse files
authored
Update stale dependencies
1 parent d74b2c0 commit d1c870a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
org.clojure/java.classpath {:mvn/version "1.1.0"}
44
;; dependency-check-core transitively brings in two versions of
55
;; this dependency, so we explicitly depend on the latest
6-
com.google.errorprone/error_prone_annotations {:mvn/version "2.38.0"}
6+
com.google.errorprone/error_prone_annotations {:mvn/version "2.41.0"}
77
clansi/clansi {:mvn/version "1.0.0"}
88
org.clojure/data.json {:mvn/version "2.5.1"}
99
org.slf4j/slf4j-simple {:mvn/version "2.0.17"}

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[clansi "1.0.0"]
88
;; dependency-check-core transitively brings in two versions of
99
;; this dependency, so we explicitly depend on the latest
10-
[com.google.errorprone/error_prone_annotations "2.38.0"]
10+
[com.google.errorprone/error_prone_annotations "2.41.0"]
1111
[org.clojure/data.json "2.5.1"]
1212
[org.slf4j/slf4j-simple "2.0.17"]
1313
[org.owasp/dependency-check-core "12.1.3"]

0 commit comments

Comments
 (0)