Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2022
1 parent ca4c97a commit fe593fc
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>dev.vality</groupId>
<artifactId>service-parent-pom</artifactId>
<version>1.0.17</version>
<version>1.0.20</version>
</parent>

<artifactId>beholder</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>jar</packaging>

<name>beholder</name>
Expand Down Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>dev.vality</groupId>
<artifactId>swag-payments</artifactId>
<version>1.627-0089567-client</version>
<version>1.627-0081.634-d71aebc-server</version>
</dependency>

<!--spring-->
Expand Down Expand Up @@ -137,20 +137,17 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.17.2</version>
<scope>test</scope>
<version>1.17.2</v1.17.6</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.17.2</version>
<scope>test</scope>
<version>1.17.2</v1.17.6</scope>
</dependency>
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core-java11</artifactId>
<version>6.1.6</version>
<scope>test</scope>
<version>6.1.6</ve6.3.2</scope>
</dependency>

</dependencies>
Expand Down Expand Up @@ -192,7 +189,7 @@
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-filtering</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit fe593fc

Please sign in to comment.