Skip to content

Commit 59b47d7

Browse files
Update all maven test dependencies
1 parent 522cf21 commit 59b47d7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>dev.vality.geck</groupId>
1414
<artifactId>parent</artifactId>
15-
<version>1.0.1</version>
15+
<version>1.0.2</version>
1616
<packaging>pom</packaging>
1717

1818
<name>Geck</name>
@@ -121,13 +121,13 @@
121121
<dependency>
122122
<groupId>junit</groupId>
123123
<artifactId>junit</artifactId>
124-
<version>4.13.1</version>
124+
<version>4.13.2</version>
125125
<scope>test</scope>
126126
</dependency>
127127
<dependency>
128128
<groupId>org.assertj</groupId>
129129
<artifactId>assertj-core</artifactId>
130-
<version>3.6.2</version>
130+
<version>3.26.0</version>
131131
<scope>test</scope>
132132
</dependency>
133133
<dependency>

serializer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@
6666
<dependency>
6767
<groupId>com.rbkmoney</groupId>
6868
<artifactId>damsel</artifactId>
69-
<version>1.113-7404322</version>
69+
<version>1.541-e13784f-epic</version>
7070
<classifier>v113</classifier>
7171
<scope>test</scope>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.rbkmoney</groupId>
7575
<artifactId>damsel</artifactId>
76-
<version>1.130-00f2abe</version>
76+
<version>1.541-e13784f-epic</version>
7777
<classifier>v130</classifier>
7878
<scope>test</scope>
7979
</dependency>

0 commit comments

Comments
 (0)