Bump deps

This commit is contained in:
Egor Cherniak 2023-05-19 09:57:20 +03:00
parent d3aaccad44
commit 85cbc8329a
No known key found for this signature in database
GPG Key ID: 26F47333B7BE4ED9

20
pom.xml
View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>dev.vality</groupId> <groupId>dev.vality</groupId>
<artifactId>service-parent-pom</artifactId> <artifactId>service-parent-pom</artifactId>
<version>1.0.17</version> <version>1.0.20</version>
</parent> </parent>
<artifactId>beholder</artifactId> <artifactId>beholder</artifactId>
@ -28,18 +28,10 @@
<dependencies> <dependencies>
<!--vality--> <!--vality-->
<dependency>
<groupId>dev.vality.woody</groupId>
<artifactId>woody-thrift</artifactId>
</dependency>
<dependency>
<groupId>dev.vality</groupId>
<artifactId>shared-resources</artifactId>
</dependency>
<dependency> <dependency>
<groupId>dev.vality</groupId> <groupId>dev.vality</groupId>
<artifactId>swag-payments</artifactId> <artifactId>swag-payments</artifactId>
<version>1.627-0089567-client</version> <version>1.639-01da4bb-client</version>
</dependency> </dependency>
<!--spring--> <!--spring-->
@ -119,7 +111,7 @@
<dependency> <dependency>
<groupId>org.json</groupId> <groupId>org.json</groupId>
<artifactId>json</artifactId> <artifactId>json</artifactId>
<version>20220320</version> <version>20230227</version>
</dependency> </dependency>
<!--test--> <!--test-->
@ -137,7 +129,7 @@
<dependency> <dependency>
<groupId>org.testcontainers</groupId> <groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId> <artifactId>testcontainers</artifactId>
<version>1.17.2</version> <version>1.17.6</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
@ -149,7 +141,7 @@
<dependency> <dependency>
<groupId>com.github.oshi</groupId> <groupId>com.github.oshi</groupId>
<artifactId>oshi-core-java11</artifactId> <artifactId>oshi-core-java11</artifactId>
<version>6.1.6</version> <version>6.4.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
@ -192,7 +184,7 @@
<dependency> <dependency>
<groupId>org.apache.maven.shared</groupId> <groupId>org.apache.maven.shared</groupId>
<artifactId>maven-filtering</artifactId> <artifactId>maven-filtering</artifactId>
<version>3.2.0</version> <version>3.3.1</version>
</dependency> </dependency>
</dependencies> </dependencies>
<configuration> <configuration>