Skip to content

Commit fc53159

Browse files
committed
Update dependencies
Update org.junit.jupiter:junit-jupiter-engine 5.10.1 → 5.10.2. Update org.slf4j:slf4j-api 2.0.10 → 2.0.12. Update ch.qos.logback:logback-classic 1.4.14 → 1.5.3. Update nl.jqno.equalsverifier:equalsverifier 3.15.5 → 3.15.8. Update org.mockito:mockito-core 5.8.0 → 5.11.0. Update net.bytebuddy:byte-buddy-agent 1.14.11 → 1.14.12. Update net.bytebuddy:byte-buddy 1.14.11 → 1.14.12. Update org.apache.maven.plugin-tools:maven-plugin-annotations 3.10.2 → 3.11.0. Update org.immutables:value 2.10.0 → 2.10.1. Update net.jqwik:jqwik-api 1.8.2 → 1.8.4. Update net.jqwik:jqwik-engine 1.8.2 → 1.8.4. Update com.io7m.quarrel:com.io7m.quarrel.core 1.4.0 → 1.6.0. Update com.io7m.quarrel:com.io7m.quarrel.ext.logback 1.4.0 → 1.6.0. Update com.io7m.quarrel:com.io7m.quarrel.ext.xstructural 1.4.0 → 1.6.0.
1 parent bfc8db9 commit fc53159

File tree

2 files changed

+30
-12
lines changed

2 files changed

+30
-12
lines changed

README-CHANGES.xml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,29 @@
1111
<c:change date="2023-06-02T00:00:00+00:00" summary="Classes in the time package were not implementing CBSerializableType."/>
1212
</c:changes>
1313
</c:release>
14-
<c:release date="2023-06-02T16:05:38+00:00" is-open="false" ticket-system="com.github.io7m.cedarbridge" version="1.2.0">
14+
<c:release date="2023-06-02T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.cedarbridge" version="1.2.0">
1515
<c:changes>
1616
<c:change date="2023-06-02T00:00:00+00:00" summary="The time package was not being loaded by the Maven plugin when generating documentation."/>
1717
</c:changes>
1818
</c:release>
19+
<c:release date="2024-03-20T20:03:31+00:00" is-open="true" ticket-system="com.github.io7m.cedarbridge" version="1.3.0">
20+
<c:changes>
21+
<c:change date="2024-03-20T00:00:00+00:00" summary="Update org.junit.jupiter:junit-jupiter-engine:5.10.1 → 5.10.2"/>
22+
<c:change date="2024-03-20T00:00:00+00:00" summary="Update org.slf4j:slf4j-api:2.0.10 → 2.0.12"/>
23+
<c:change date="2024-03-20T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic:1.4.14 → 1.5.3"/>
24+
<c:change date="2024-03-20T00:00:00+00:00" summary="Update nl.jqno.equalsverifier:equalsverifier:3.15.5 → 3.15.8"/>
25+
<c:change date="2024-03-20T00:00:00+00:00" summary="Update org.mockito:mockito-core:5.8.0 → 5.11.0"/>
26+
<c:change date="2024-03-20T00:00:00+00:00" summary="Update net.bytebuddy:byte-buddy-agent:1.14.11 → 1.14.12"/>
27+
<c:change date="2024-03-20T00:00:00+00:00" summary="Update net.bytebuddy:byte-buddy:1.14.11 → 1.14.12"/>
28+
<c:change date="2024-03-20T00:00:00+00:00" summary="Update org.apache.maven.plugin-tools:maven-plugin-annotations:3.10.2 → 3.11.0"/>
29+
<c:change date="2024-03-20T00:00:00+00:00" summary="Update org.immutables:value:2.10.0 → 2.10.1"/>
30+
<c:change date="2024-03-20T00:00:00+00:00" summary="Update net.jqwik:jqwik-api:1.8.2 → 1.8.4"/>
31+
<c:change date="2024-03-20T00:00:00+00:00" summary="Update net.jqwik:jqwik-engine:1.8.2 → 1.8.4"/>
32+
<c:change date="2024-03-20T00:00:00+00:00" summary="Update com.io7m.quarrel:com.io7m.quarrel.core:1.4.0 → 1.6.0"/>
33+
<c:change date="2024-03-20T00:00:00+00:00" summary="Update com.io7m.quarrel:com.io7m.quarrel.ext.logback:1.4.0 → 1.6.0"/>
34+
<c:change date="2024-03-20T20:03:31+00:00" summary="Update com.io7m.quarrel:com.io7m.quarrel.ext.xstructural:1.4.0 → 1.6.0"/>
35+
</c:changes>
36+
</c:release>
1937
</c:releases>
2038
<c:ticket-systems>
2139
<c:ticket-system default="true" id="com.github.io7m.cedarbridge" url="https://www.github.com/io7m/cedarbridge/issues/"/>

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@
6262
<properties>
6363
<com.io7m.jbssio.version>2.0.0</com.io7m.jbssio.version>
6464
<com.io7m.jsx.version>3.0.1</com.io7m.jsx.version>
65-
<com.io7m.quarrel.version>1.4.0</com.io7m.quarrel.version>
65+
<com.io7m.quarrel.version>1.6.0</com.io7m.quarrel.version>
6666
<com.io7m.xstructural.version>1.8.0</com.io7m.xstructural.version>
6767
<io7m.api.previousVersion>1.2.0</io7m.api.previousVersion>
6868
<io7m.maven-api.version>3.9.6</io7m.maven-api.version>
69-
<jqwik.version>1.8.2</jqwik.version>
70-
<org.immutables.version>2.10.0</org.immutables.version>
69+
<jqwik.version>1.8.4</jqwik.version>
70+
<org.immutables.version>2.10.1</org.immutables.version>
7171
</properties>
7272

7373
<licenses>
@@ -177,7 +177,7 @@
177177
<dependency>
178178
<groupId>org.junit.jupiter</groupId>
179179
<artifactId>junit-jupiter-engine</artifactId>
180-
<version>5.10.1</version>
180+
<version>5.10.2</version>
181181
</dependency>
182182
<dependency>
183183
<groupId>com.io7m.jaffirm</groupId>
@@ -217,12 +217,12 @@
217217
<dependency>
218218
<groupId>org.slf4j</groupId>
219219
<artifactId>slf4j-api</artifactId>
220-
<version>2.0.10</version>
220+
<version>2.0.12</version>
221221
</dependency>
222222
<dependency>
223223
<groupId>ch.qos.logback</groupId>
224224
<artifactId>logback-classic</artifactId>
225-
<version>1.4.14</version>
225+
<version>1.5.3</version>
226226
</dependency>
227227
<dependency>
228228
<groupId>com.squareup</groupId>
@@ -244,7 +244,7 @@
244244
<dependency>
245245
<groupId>nl.jqno.equalsverifier</groupId>
246246
<artifactId>equalsverifier</artifactId>
247-
<version>3.15.5</version>
247+
<version>3.15.8</version>
248248
</dependency>
249249
<dependency>
250250
<groupId>net.jqwik</groupId>
@@ -261,17 +261,17 @@
261261
<dependency>
262262
<groupId>org.mockito</groupId>
263263
<artifactId>mockito-core</artifactId>
264-
<version>5.8.0</version>
264+
<version>5.11.0</version>
265265
</dependency>
266266
<dependency>
267267
<groupId>net.bytebuddy</groupId>
268268
<artifactId>byte-buddy-agent</artifactId>
269-
<version>1.14.11</version>
269+
<version>1.14.12</version>
270270
</dependency>
271271
<dependency>
272272
<groupId>net.bytebuddy</groupId>
273273
<artifactId>byte-buddy</artifactId>
274-
<version>1.14.11</version>
274+
<version>1.14.12</version>
275275
</dependency>
276276

277277
<!-- CLI -->
@@ -300,7 +300,7 @@
300300
<dependency>
301301
<groupId>org.apache.maven.plugin-tools</groupId>
302302
<artifactId>maven-plugin-annotations</artifactId>
303-
<version>3.10.2</version>
303+
<version>3.11.0</version>
304304
<scope>provided</scope>
305305
</dependency>
306306
<dependency>

0 commit comments

Comments
 (0)