Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
switch to org.junit.jupiter:junit-jupiter:5.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarf committed Dec 6, 2022
1 parent a7ecdef commit 4072ae3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
<wiremock.version>2.35.0</wiremock.version>
<httpclient.version>4.5.14</httpclient.version>
<junit.version>4.13.2</junit.version>
<jupiter.version>5.9.1</jupiter.version>
<tomcat.version>9.0.69</tomcat.version>
<findify-s3mock.version>0.2.6</findify-s3mock.version>
<checkstyle.version>10.5.0</checkstyle.version>
Expand Down Expand Up @@ -345,6 +346,11 @@
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>${jupiter.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
Expand Down

0 comments on commit 4072ae3

Please sign in to comment.