Skip to content

Commit

Permalink
Update Maven dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza Rahman committed Aug 19, 2023
1 parent 30ff5a2 commit 29adb44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.9.1</version>
<version>5.10.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-impl-maven</artifactId>
<version>3.1.4</version>
<version>3.1.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -170,11 +170,11 @@
<version>${payara.version}</version>
<scope>test</scope>
</dependency>
<!-- Payara Micro Managed Container Adaptor -->
<!-- Payara Micro Managed Container Adaptor -->
<dependency>
<groupId>fish.payara.arquillian</groupId>
<artifactId>arquillian-payara-micro-managed</artifactId>
<version>2.4.5</version>
<version>2.5</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -188,7 +188,7 @@
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven3-plugin</artifactId>
<version>1.10.7</version>
<version>1.10.9</version>
<configuration>
<container>
<containerId>payara</containerId>
Expand Down

0 comments on commit 29adb44

Please sign in to comment.