Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
Update ch.qos.logback:logback-classic 1.4.14 → 1.5.3.
Update org.slf4j:slf4j-api 2.0.10 → 2.0.12.
Update org.junit.jupiter:junit-jupiter-api 5.10.1 → 5.10.2.
Update org.junit.jupiter:junit-jupiter-engine 5.10.1 → 5.10.2.
  • Loading branch information
io7m committed Mar 31, 2024
1 parent 9fe9bc9 commit d31ebba
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
10 changes: 9 additions & 1 deletion README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,19 @@
<c:change date="2023-06-11T00:00:00+00:00" summary="Initial major release."/>
</c:changes>
</c:release>
<c:release date="2023-11-03T22:17:15+00:00" is-open="false" ticket-system="com.github.io7m.quixote" version="1.1.0">
<c:release date="2023-11-03T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.quixote" version="1.1.0">
<c:changes>
<c:change date="2023-11-03T00:00:00+00:00" summary="Add an API for controlling the web server address binding."/>
</c:changes>
</c:release>
<c:release date="2024-03-31T20:38:47+00:00" is-open="true" ticket-system="com.github.io7m.quixote" version="1.2.0">
<c:changes>
<c:change date="2024-03-31T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic:1.4.14 → 1.5.3"/>
<c:change date="2024-03-31T00:00:00+00:00" summary="Update org.slf4j:slf4j-api:2.0.10 → 2.0.12"/>
<c:change date="2024-03-31T00:00:00+00:00" summary="Update org.junit.jupiter:junit-jupiter-api:5.10.1 → 5.10.2"/>
<c:change date="2024-03-31T20:38:47+00:00" summary="Update org.junit.jupiter:junit-jupiter-engine:5.10.1 → 5.10.2"/>
</c:changes>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="true" id="com.github.io7m.quixote" url="https://www.github.com/io7m/quixote/issues/"/>
Expand Down
13 changes: 9 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,16 @@
</modules>

<properties>
<com.io7m.xstructural.version>1.8.0</com.io7m.xstructural.version>
<!-- Configuration. -->
<io7m.api.previousVersion>1.1.0</io7m.api.previousVersion>
<io7m.java.targetJavaVersion>21</io7m.java.targetJavaVersion>

<!-- io7m dependencies. -->
<com.io7m.xstructural.version>1.8.0</com.io7m.xstructural.version>

<!-- Third-party dependencies. -->
<jooq.version>3.17.5</jooq.version>
<junit.version>5.10.1</junit.version>
<junit.version>5.10.2</junit.version>
</properties>

<licenses>
Expand Down Expand Up @@ -90,12 +95,12 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.14</version>
<version>1.5.3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.10</version>
<version>2.0.12</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
Expand Down

0 comments on commit d31ebba

Please sign in to comment.