Skip to content

Commit b5e0d95

Browse files
authored
Merge pull request #250 from mwarzybok-sumoheavy/feature/SP-647
SP-647 Java SDK - Bump commons-codec from 1.15 to 1.16.0
2 parents 2331071 + d608d25 commit b5e0d95

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -194,16 +194,6 @@
194194
<version>0.16.2</version>
195195
<scope>compile</scope>
196196
</dependency>
197-
<dependency>
198-
<groupId>commons-codec</groupId>
199-
<artifactId>commons-codec</artifactId>
200-
<version>1.15</version>
201-
</dependency>
202-
<dependency>
203-
<groupId>commons-logging</groupId>
204-
<artifactId>commons-logging</artifactId>
205-
<version>1.2</version>
206-
</dependency>
207197
<dependency>
208198
<groupId>com.madgag.spongycastle</groupId>
209199
<artifactId>core</artifactId>
@@ -281,6 +271,7 @@
281271
<groupId>commons-io</groupId>
282272
<artifactId>commons-io</artifactId>
283273
<version>2.11.0</version>
274+
<scope>test</scope>
284275
</dependency>
285276
</dependencies>
286277
</project>

0 commit comments

Comments
 (0)