Skip to content

Commit 46a025a

Browse files
committed
update maven dependencies
1 parent dcf23fc commit 46a025a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<dependency>
115115
<groupId>org.apache.commons</groupId>
116116
<artifactId>commons-compress</artifactId>
117-
<version>1.11</version>
117+
<version>1.18</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>org.tukaani</groupId>
@@ -129,7 +129,7 @@
129129
<dependency>
130130
<groupId>commons-codec</groupId>
131131
<artifactId>commons-codec</artifactId>
132-
<version>1.10</version>
132+
<version>1.11</version>
133133
</dependency>
134134
<dependency>
135135
<groupId>org.flywaydb</groupId>
@@ -156,12 +156,6 @@
156156
<version>1.7.25</version>
157157
<scope>test</scope>
158158
</dependency>
159-
<dependency>
160-
<groupId>org.objenesis</groupId>
161-
<artifactId>objenesis</artifactId>
162-
<version>2.6</version>
163-
<scope>test</scope>
164-
</dependency>
165159
<dependency>
166160
<groupId>org.mockito</groupId>
167161
<artifactId>mockito-core</artifactId>

0 commit comments

Comments
 (0)