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 Dec 23, 2022
1 parent 684432b commit 7f4f8da
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>dev.vality</groupId>
<artifactId>service-parent-pom</artifactId>
<version>1.0.18</version>
<version>1.0.20</version>
</parent>

<artifactId>magista</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<packaging>jar</packaging>

<name>magista</name>
Expand Down Expand Up @@ -124,12 +124,12 @@
<dependency>
<groupId>dev.vality</groupId>
<artifactId>payout-manager-proto</artifactId>
<version>1.36-063163d</version>
<version>1.38-635dc24</version>
</dependency>
<dependency>
<groupId>dev.vality</groupId>
<artifactId>magista-proto</artifactId>
<version>1.44-5352f74</version>
<version>1.46-cf0eff8</version>
</dependency>
<dependency>
<groupId>dev.vality.woody</groupId>
Expand All @@ -154,7 +154,7 @@
<dependency>
<groupId>dev.vality</groupId>
<artifactId>machinegun-proto</artifactId>
<version>1.39-07767de</version>
<version>1.41-96f7f11</version>
</dependency>

<!--Test libs-->
Expand All @@ -171,7 +171,7 @@
<dependency>
<groupId>dev.vality</groupId>
<artifactId>testcontainers-annotations</artifactId>
<version>1.4.1</version>
<version>1.4.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -212,7 +212,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 7f4f8da

Please sign in to comment.