Skip to content

Commit d332ac1

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 3d271b6 commit d332ac1

File tree

2 files changed

+21
-18
lines changed

2 files changed

+21
-18
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Unreleased
2+
3+
## Added
4+
5+
## Fixed
6+
7+
## Changed
8+
19
# 1.5.85 (2025-02-28 / 24334fc)
210

311
## Added

pom.xml

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>lambdaisland</groupId>
55
<artifactId>funnel</artifactId>
6-
<version>1.4.71</version>
6+
<version>1.5.85</version>
77
<name>funnel</name>
88
<description>Transit-over-WebSocket Message Hub</description>
99
<url>https://github.com/lambdaisland/funnel</url>
@@ -25,43 +25,38 @@
2525
<url>https://github.com/lambdaisland/funnel</url>
2626
<connection>scm:git:git://github.com/lambdaisland/funnel.git</connection>
2727
<developerConnection>scm:git:ssh://[email protected]/lambdaisland/funnel.git</developerConnection>
28-
<tag>f2a8d935de4a087418ae0b8be0870694a4c9df70</tag>
28+
<tag>3d271b62dcdb27ba64a22d33d8e5223d9cb6d624</tag>
2929
</scm>
3030
<dependencies>
31-
<dependency>
32-
<groupId>org.clojure</groupId>
33-
<artifactId>clojure</artifactId>
34-
<version>1.10.3</version>
35-
</dependency>
3631
<dependency>
3732
<groupId>org.java-websocket</groupId>
3833
<artifactId>Java-WebSocket</artifactId>
39-
<version>1.5.2</version>
34+
<version>1.6.0</version>
4035
</dependency>
4136
<dependency>
4237
<groupId>org.clojure</groupId>
4338
<artifactId>tools.cli</artifactId>
44-
<version>1.0.206</version>
45-
</dependency>
46-
<dependency>
47-
<groupId>io.pedestal</groupId>
48-
<artifactId>pedestal.log</artifactId>
49-
<version>0.5.9</version>
39+
<version>1.1.230</version>
5040
</dependency>
5141
<dependency>
5242
<groupId>org.slf4j</groupId>
5343
<artifactId>slf4j-jdk14</artifactId>
54-
<version>1.7.32</version>
44+
<version>2.0.17</version>
5545
</dependency>
5646
<dependency>
5747
<groupId>org.clojure</groupId>
5848
<artifactId>core.async</artifactId>
59-
<version>1.5.648</version>
49+
<version>1.7.701</version>
6050
</dependency>
6151
<dependency>
6252
<groupId>com.cognitect</groupId>
6353
<artifactId>transit-clj</artifactId>
64-
<version>1.0.324</version>
54+
<version>1.0.333</version>
55+
</dependency>
56+
<dependency>
57+
<groupId>com.cnuernber</groupId>
58+
<artifactId>charred</artifactId>
59+
<version>1.036</version>
6560
</dependency>
6661
</dependencies>
6762
<build>
@@ -91,7 +86,7 @@
9186
<configuration>
9287
<archive>
9388
<manifestEntries>
94-
<git-revision>f2a8d935de4a087418ae0b8be0870694a4c9df70</git-revision>
89+
<git-revision>3d271b62dcdb27ba64a22d33d8e5223d9cb6d624</git-revision>
9590
</manifestEntries>
9691
</archive>
9792
</configuration>

0 commit comments

Comments
 (0)