mirror of
https://github.com/valitydev/geck.git
synced 2024-11-06 01:35:22 +00:00
Update all maven test dependencies
This commit is contained in:
parent
b2e1f094dd
commit
e56a115c07
8
pom.xml
8
pom.xml
@ -12,7 +12,7 @@
|
||||
|
||||
<groupId>dev.vality.geck</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1.0.2</version>
|
||||
<version>1.0.3</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>Geck</name>
|
||||
@ -48,7 +48,7 @@
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
<damsel.version>1.639-4856124</damsel.version>
|
||||
<damsel.version>1.649-7ed2112</damsel.version>
|
||||
<cds-proto.version>1.71-b3db02c</cds-proto.version>
|
||||
<woody.version>2.0.1</woody.version>
|
||||
<jakarta.annotation-api.version>3.0.0</jakarta.annotation-api.version>
|
||||
@ -121,13 +121,13 @@
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.13.1</version>
|
||||
<version>4.13.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.assertj</groupId>
|
||||
<artifactId>assertj-core</artifactId>
|
||||
<version>3.6.2</version>
|
||||
<version>3.26.3</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -66,14 +66,14 @@
|
||||
<dependency>
|
||||
<groupId>com.rbkmoney</groupId>
|
||||
<artifactId>damsel</artifactId>
|
||||
<version>1.113-7404322</version>
|
||||
<version>1.541-e13784f-epic</version>
|
||||
<classifier>v113</classifier>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.rbkmoney</groupId>
|
||||
<artifactId>damsel</artifactId>
|
||||
<version>1.130-00f2abe</version>
|
||||
<version>1.541-e13784f-epic</version>
|
||||
<classifier>v130</classifier>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
Loading…
Reference in New Issue
Block a user