Skip to content

Commit

Permalink
updated pom
Browse files Browse the repository at this point in the history
  • Loading branch information
awkay committed Dec 26, 2024
1 parent edadab4 commit f462d6e
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.fulcrologic</groupId>
<artifactId>fulcro</artifactId>
Expand Down Expand Up @@ -69,12 +70,12 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<version>1.10.3</version>
<version>1.11.3</version>
</dependency>
<dependency>
<groupId>com.fulcrologic</groupId>
<artifactId>guardrails</artifactId>
<version>1.1.11</version>
<version>1.2.9</version>
</dependency>
<dependency>
<groupId>edn-query-language</groupId>
Expand All @@ -84,7 +85,7 @@
<dependency>
<groupId>com.taoensso</groupId>
<artifactId>encore</artifactId>
<version>3.45.0</version>
<version>3.127.0</version>
</dependency>
<dependency>
<groupId>com.cognitect</groupId>
Expand All @@ -94,17 +95,12 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojurescript</artifactId>
<version>1.10.866</version>
</dependency>
<dependency>
<groupId>com.taoensso</groupId>
<artifactId>sente</artifactId>
<version>1.16.2</version>
<version>1.11.132</version>
</dependency>
<dependency>
<groupId>com.taoensso</groupId>
<artifactId>timbre</artifactId>
<version>4.10.0</version>
<version>6.5.0</version>
</dependency>
<dependency>
<groupId>com.cognitect</groupId>
Expand Down

0 comments on commit f462d6e

Please sign in to comment.