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.junit.jupiter:junit-jupiter-engine 5.10.1 → 5.10.2.
  • Loading branch information
io7m committed Mar 11, 2024
1 parent ef94d6f commit 29a8bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.14</version>
<version>1.5.3</version>
</dependency>

<dependency>
Expand All @@ -110,7 +110,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.10.1</version>
<version>5.10.2</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 29a8bc2

Please sign in to comment.