Skip to content

Commit

Permalink
Update all maven test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2023
1 parent ae2a8bd commit f55f05e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>binbase</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<packaging>jar</packaging>

<name>binbase</name>
Expand All @@ -29,7 +29,7 @@
<db.password>postgres</db.password>
<db.schema>binbase</db.schema>
<damsel.version>1.568-9362c08</damsel.version>
<testcontainers.annotations.version>1.4.0</testcontainers.annotations.version>
<testcontainers.annotations.version>1.4.0</te1.4.3
</properties>

<dependencies>
Expand Down Expand Up @@ -168,13 +168,12 @@
<dependency>
<groupId>io.github.benas</groupId>
<artifactId>random-beans</artifactId>
<version>3.6.0</version>
<scope>test</scope>
<version>3.6.0</ve3.9.0</scope>
</dependency>
<dependency>
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit f55f05e

Please sign in to comment.