Skip to content

Commit

Permalink
Upgrade test-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
runeflobakk committed Feb 20, 2024
1 parent 61a715f commit e951504
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.1</version>
<version>5.10.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -63,7 +63,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-bom</artifactId>
<version>2.0.10</version>
<version>2.0.12</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -85,7 +85,7 @@
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.15.5</version>
<version>3.15.6</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -113,7 +113,7 @@
<dependency>
<groupId>no.digipost</groupId>
<artifactId>jul-to-slf4j-junit-extension</artifactId>
<version>1.0</version>
<version>1.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e951504

Please sign in to comment.