Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Update de.dentrassi.crypto:pem-keystore 2.2.2 → 2.3.0.
Update commons-io:commons-io 2.13.0 → 2.15.1.
Update ch.qos.logback:logback-classic 1.4.7 → 1.4.14.
Update org.slf4j:slf4j-api 2.0.7 → 2.0.10.
Update org.eclipse.jetty:jetty-http 12.0.0.beta1 → 12.0.5.
Update org.eclipse.jetty:jetty-server 12.0.0.beta1 → 12.0.5.
Update org.eclipse.jetty:jetty-util 12.0.0.beta1 → 12.0.5.
Update org.junit.jupiter:junit-jupiter-api 5.9.3 → 5.10.1.
Update org.junit.jupiter:junit-jupiter-engine 5.9.3 → 5.10.1.
Update org.immutables:value 2.9.3 → 2.10.0.
  • Loading branch information
io7m committed Jan 2, 2024
1 parent 03f73b6 commit 377a6bc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@

<properties>
<io7m.api.previousVersion>0.0.1</io7m.api.previousVersion>
<com.io7m.wastebasket.org.immutables.version>2.9.3</com.io7m.wastebasket.org.immutables.version>
<jetty.version>12.0.0.beta1</jetty.version>
<junit.version>5.9.3</junit.version>
<com.io7m.wastebasket.org.immutables.version>2.10.0</com.io7m.wastebasket.org.immutables.version>
<jetty.version>12.0.5</jetty.version>
<junit.version>5.10.1</junit.version>
<bouncycastle.version>1.70</bouncycastle.version>
</properties>

Expand Down Expand Up @@ -140,22 +140,22 @@
<dependency>
<groupId>de.dentrassi.crypto</groupId>
<artifactId>pem-keystore</artifactId>
<version>2.2.2</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.13.0</version>
<version>2.15.1</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.7</version>
<version>1.4.14</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.7</version>
<version>2.0.10</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 377a6bc

Please sign in to comment.