Skip to content

Commit

Permalink
re-generate samples
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhirsch committed May 9, 2024
1 parent 4c4c626 commit 14c3125
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions samples/server/petstore/java-microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit-version}</version>
<scope>test</scope>
</dependency>
<!-- Eclipse MicroProfile Rest Client -->
Expand Down Expand Up @@ -148,7 +148,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<swagger.core.version>1.5.18</swagger.core.version>
<jetty.version>9.2.9.v20150224</jetty.version>
<junit.version>4.13.2</junit.version>
<junit.version>5.10.2</junit.version>
<logback.version>1.4.14</logback.version>
<cxf.version>3.2.7</cxf.version>
<jackson.jaxrs.version>2.15.2</jackson.jaxrs.version>
Expand Down

0 comments on commit 14c3125

Please sign in to comment.