Skip to content

Commit

Permalink
feat: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
erdos committed Nov 15, 2023
1 parent abe38a5 commit 1e4914c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
:min-lein-version "2.0.0"
:java-source-paths ["java-src"]
:javac-options ["-target" "8" "-source" "8"]
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/data.xml "0.2.0-alpha6"]
[org.slf4j/slf4j-api "1.7.32"]]
:dependencies [[org.clojure/clojure "1.11.1"]
[org.clojure/data.xml "0.2.0-alpha8"]
[org.slf4j/slf4j-api "2.0.9"]]
:pom-addition ([:properties ["maven.compiler.source" "8"] ["maven.compiler.target" "8"]])
:pom-plugins [[org.apache.maven.plugins/maven-surefire-plugin "2.20"]]
:main io.github.erdos.stencil.Main
Expand Down
2 changes: 1 addition & 1 deletion service/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.11.1"]
[io.github.erdos/stencil-core "0.5.8-SNAPSHOT"]
[org.slf4j/slf4j-api "2.0.0-alpha7"]
[org.slf4j/slf4j-api "2.0.9"]
[org.mozilla/rhino-engine "1.7.14"]
[http-kit "2.5.0"]
[ring/ring-json "0.5.0"]]
Expand Down

0 comments on commit 1e4914c

Please sign in to comment.