Skip to content

Commit

Permalink
Upgrade ctim
Browse files Browse the repository at this point in the history
1.3.18 -> 1.3.19
  • Loading branch information
DeLaGuardo committed Nov 12, 2024
1 parent 7297e1b commit 4e62a00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dependabot/dependency-tree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ctia:ctia:jar:1.1.1-SNAPSHOT
+- metosin:schema-tools:jar:0.13.1:compile
+- threatgrid:flanders:jar:1.0.2:compile
| \- org.clojure:core.match:jar:1.0.0:compile
+- threatgrid:ctim:jar:1.3.18:compile
+- threatgrid:ctim:jar:1.3.19: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 @@ -478,7 +478,7 @@
<dependency>
<groupId>threatgrid</groupId>
<artifactId>ctim</artifactId>
<version>1.3.18</version>
<version>1.3.19</version>
<exclusions>
<exclusion>
<artifactId>slf4j-nop</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@
[prismatic/schema "1.4.1"]
[metosin/schema-tools "0.13.1"]
[threatgrid/flanders "1.0.2"]
[threatgrid/ctim "1.3.18"]
[threatgrid/ctim "1.3.19"]
[instaparse "1.4.10"] ;; com.gfredericks/test.chuck > threatgrid/ctim
[threatgrid/clj-momo "0.3.5"]
[threatgrid/ductile "0.5.0"]

[com.arohner/uri "0.1.2"]

;; Web server
[metosin/compojure-api "1.1.13" ]
[metosin/compojure-api "1.1.13"]
[ring-middleware-format "0.7.4"]
;; optional ring-middleware-format dep (Note: ring-middleware-format is also a transitive dep for compojure-api)
;; see: https://github.com/ngrunwald/ring-middleware-format/issues/74
Expand Down Expand Up @@ -211,7 +211,6 @@
(:out (clojure.java.shell/sh
"git" "symbolic-ref" "--short" "HEAD")))})}]


:profiles {:dev {:jvm-opts ["-XX:-OmitStackTraceInFastThrow"]
:dependencies [[puppetlabs/trapperkeeper ~trapperkeeper-version
:classifier "test"]
Expand All @@ -229,7 +228,7 @@
:source-paths ["dev"]}
:ci {:pedantic? :abort
:global-vars {*warn-on-reflection* true}
:jvm-opts [ ;; actually print stack traces instead of useless
:jvm-opts [;; actually print stack traces instead of useless
;; "Full report at: /tmp/clojure-8187773283812483853.edn"
"-Dclojure.main.report=stderr"
"-XX:-OmitStackTraceInFastThrow"]}
Expand Down

0 comments on commit 4e62a00

Please sign in to comment.