Skip to content

Commit

Permalink
Bumps CTIM version to 1.3.10 (#1385)
Browse files Browse the repository at this point in the history
* Bumps CTIM version to 1.3.10

* Updates dependabot files
  • Loading branch information
turbodog99 authored Sep 26, 2023
1 parent 519e583 commit 5907759
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dependabot/dependency-tree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ctia:ctia:jar:1.1.1-SNAPSHOT
+- metosin:schema-tools:jar:0.12.2:compile
+- threatgrid:flanders:jar:0.1.23:compile
| \- org.clojure:core.match:jar:0.3.0:compile
+- threatgrid:ctim:jar:1.3.9:compile
+- threatgrid:ctim:jar:1.3.10:compile
| +- org.mozilla:rhino:jar:1.7.7.1:compile
| \- kovacnica:clojure.network.ip:jar:0.1.3:compile
| \- org.clojure:clojurescript:jar:1.7.122:compile
Expand Down
2 changes: 1 addition & 1 deletion dependabot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@
<dependency>
<groupId>threatgrid</groupId>
<artifactId>ctim</artifactId>
<version>1.3.9</version>
<version>1.3.10</version>
<exclusions>
<exclusion>
<artifactId>slf4j-nop</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
[prismatic/schema "1.2.0"]
[metosin/schema-tools "0.12.2"]
[threatgrid/flanders "0.1.23"]
[threatgrid/ctim "1.3.9"]
[threatgrid/ctim "1.3.10"]
[instaparse "1.4.10"] ;; com.gfredericks/test.chuck > threatgrid/ctim
[threatgrid/clj-momo "0.3.5"]
[threatgrid/ductile "0.4.5"]
Expand Down Expand Up @@ -290,7 +290,7 @@
;; 10m
:repl-timeout 600000}
;; lein-git-down config
;;
;;
;; to simultaneously work on an upstream dependency and have
;; Travis pick up on it:
;; 1. add an entry mapping the upstream's maven coordinate to its dev GitHub repository
Expand Down

0 comments on commit 5907759

Please sign in to comment.