File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22 :deps {
33 ; ; dependency-check-core transitively brings in two versions of
44 ; ; this dependency, so we explicitly depend on the latest
5- com.google.errorprone/error_prone_annotations {:mvn/version " 2.42 .0" }
5+ com.google.errorprone/error_prone_annotations {:mvn/version " 2.43 .0" }
66 clansi/clansi {:mvn/version " 1.0.0" }
77
88 org.clojure/clojure {:mvn/version " 1.12.3" }
99 org.clojure/data.json {:mvn/version " 2.5.1" }
1010 org.clojure/java.classpath {:mvn/version " 1.1.0" }
1111 org.slf4j/slf4j-simple {:mvn/version " 2.0.17" }
12- org.owasp/dependency-check-core {:mvn/version " 12.1.6 " }
12+ org.owasp/dependency-check-core {:mvn/version " 12.1.8 " }
1313
1414 rm-hull/table {:mvn/version " 0.7.1" }
1515
Original file line number Diff line number Diff line change 77
88 ; ; dependency-check-core transitively brings in two versions of
99 ; ; these dependencies, so we explicitly depend on the latest
10- [com.google.errorprone/error_prone_annotations " 2.42 .0" ]
10+ [com.google.errorprone/error_prone_annotations " 2.43 .0" ]
1111 [commons-logging/commons-logging " 1.3.5" ]
1212
1313 [org.clojure/clojure " 1.12.3" ]
1414 [org.clojure/data.json " 2.5.1" ]
1515 [org.slf4j/slf4j-simple " 2.0.17" ]
16- [org.owasp/dependency-check-core " 12.1.6 " :exclusions [commons-logging]]
16+ [org.owasp/dependency-check-core " 12.1.8 " :exclusions [commons-logging]]
1717
1818 [rm-hull/table " 0.7.1" ]
1919
You can’t perform that action at this time.
0 commit comments