Skip to content

Commit

Permalink
update dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Feb 19, 2024
1 parent 6d589af commit f7daf7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<mavenVersion>3.8.8</mavenVersion>

<!-- default published in install deps.edn -->
<clojure.default>1.10.3</clojure.default>
<clojure.default>1.11.1</clojure.default>
</properties>

<dependencies>
Expand Down Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>data.xml</artifactId>
<version>0.2.0-alpha8</version>
<version>0.2.0-alpha9</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
Expand All @@ -104,7 +104,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.cli</artifactId>
<version>1.0.219</version>
<version>1.1.230</version>
</dependency>
<dependency>
<groupId>com.cognitect.aws</groupId>
Expand Down

0 comments on commit f7daf7e

Please sign in to comment.