|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>lambdaisland</groupId> |
5 | 5 | <artifactId>kaocha</artifactId> |
6 | | - <version>1.87.1366</version> |
| 6 | + <version>1.88.1376</version> |
7 | 7 | <name>kaocha</name> |
8 | 8 | <description>Full featured next generation test runner for Clojure.</description> |
9 | 9 | <url>https://github.com/lambdaisland/kaocha</url> |
|
25 | 25 | <url>https://github.com/lambdaisland/kaocha</url> |
26 | 26 | <connection>scm:git:git://github.com/lambdaisland/kaocha.git</connection> |
27 | 27 | < developerConnection>scm:git:ssh:// [email protected]/lambdaisland/kaocha.git</ developerConnection> |
28 | | - <tag>17970292cc99710818f01ac63b61b62dbd3afa23</tag> |
| 28 | + <tag>2c61e0571778cbf44181fcf711d7ba75d88cbbb0</tag> |
29 | 29 | </scm> |
30 | 30 | <dependencies> |
31 | 31 | <dependency> |
32 | 32 | <groupId>org.clojure</groupId> |
33 | 33 | <artifactId>clojure</artifactId> |
34 | | - <version>1.11.1</version> |
| 34 | + <version>1.11.2</version> |
35 | 35 | </dependency> |
36 | 36 | <dependency> |
37 | 37 | <groupId>lambdaisland</groupId> |
38 | 38 | <artifactId>deep-diff2</artifactId> |
39 | | - <version>2.10.211</version> |
| 39 | + <version>2.11.216</version> |
40 | 40 | </dependency> |
41 | 41 | <dependency> |
42 | 42 | <groupId>expound</groupId> |
|
46 | 46 | <dependency> |
47 | 47 | <groupId>org.clojure</groupId> |
48 | 48 | <artifactId>spec.alpha</artifactId> |
49 | | - <version>0.3.218</version> |
| 49 | + <version>0.4.233</version> |
50 | 50 | </dependency> |
51 | 51 | <dependency> |
52 | 52 | <groupId>org.clojure</groupId> |
53 | 53 | <artifactId>tools.cli</artifactId> |
54 | | - <version>1.0.219</version> |
| 54 | + <version>1.1.230</version> |
55 | 55 | </dependency> |
56 | 56 | <dependency> |
57 | 57 | <groupId>slingshot</groupId> |
|
157 | 157 | <configuration> |
158 | 158 | <archive> |
159 | 159 | <manifestEntries> |
160 | | - <git-revision>17970292cc99710818f01ac63b61b62dbd3afa23</git-revision> |
| 160 | + <git-revision>2c61e0571778cbf44181fcf711d7ba75d88cbbb0</git-revision> |
161 | 161 | </manifestEntries> |
162 | 162 | </archive> |
163 | 163 | </configuration> |
|
0 commit comments