Skip to content

Commit 94ca061

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent 2c61e05 commit 94ca061

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
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.88.1376 (2024-03-25 / 8308e16)
210

311
## Fixed

pom.xml

Lines changed: 7 additions & 7 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>kaocha</artifactId>
6-
<version>1.87.1366</version>
6+
<version>1.88.1376</version>
77
<name>kaocha</name>
88
<description>Full featured next generation test runner for Clojure.</description>
99
<url>https://github.com/lambdaisland/kaocha</url>
@@ -25,18 +25,18 @@
2525
<url>https://github.com/lambdaisland/kaocha</url>
2626
<connection>scm:git:git://github.com/lambdaisland/kaocha.git</connection>
2727
<developerConnection>scm:git:ssh://[email protected]/lambdaisland/kaocha.git</developerConnection>
28-
<tag>17970292cc99710818f01ac63b61b62dbd3afa23</tag>
28+
<tag>2c61e0571778cbf44181fcf711d7ba75d88cbbb0</tag>
2929
</scm>
3030
<dependencies>
3131
<dependency>
3232
<groupId>org.clojure</groupId>
3333
<artifactId>clojure</artifactId>
34-
<version>1.11.1</version>
34+
<version>1.11.2</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>lambdaisland</groupId>
3838
<artifactId>deep-diff2</artifactId>
39-
<version>2.10.211</version>
39+
<version>2.11.216</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>expound</groupId>
@@ -46,12 +46,12 @@
4646
<dependency>
4747
<groupId>org.clojure</groupId>
4848
<artifactId>spec.alpha</artifactId>
49-
<version>0.3.218</version>
49+
<version>0.4.233</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.clojure</groupId>
5353
<artifactId>tools.cli</artifactId>
54-
<version>1.0.219</version>
54+
<version>1.1.230</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>slingshot</groupId>
@@ -157,7 +157,7 @@
157157
<configuration>
158158
<archive>
159159
<manifestEntries>
160-
<git-revision>17970292cc99710818f01ac63b61b62dbd3afa23</git-revision>
160+
<git-revision>2c61e0571778cbf44181fcf711d7ba75d88cbbb0</git-revision>
161161
</manifestEntries>
162162
</archive>
163163
</configuration>

0 commit comments

Comments
 (0)