Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kifj committed Oct 12, 2024
1 parent 1597bcf commit 46805cd
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 @@ -49,7 +49,7 @@
<jacoco.version>0.8.12</jacoco.version>
<jacoco.append>true</jacoco.append>
<arquillian.version>1.9.1.Final</arquillian.version>
<arquillian.wildfly.version>5.1.0.Beta4</arquillian.wildfly.version>
<arquillian.wildfly.version>5.1.0.Beta6</arquillian.wildfly.version>
<jkube.version>1.17.0</jkube.version>
<testcontainers.version>1.20.2</testcontainers.version>
</properties>
Expand Down Expand Up @@ -343,7 +343,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.3</version>
<version>42.7.4</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -538,12 +538,12 @@
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.8.2</version>
<version>2.9.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -602,7 +602,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<reportSets>
<reportSet>
<reports>
Expand Down

0 comments on commit 46805cd

Please sign in to comment.