Skip to content

Commit

Permalink
force upgrade commons-codec #2296
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas committed Oct 11, 2023
1 parent b1145b1 commit 60fc2f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions karate-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
</exclusion>
</exclusions>
</dependency>
<!-- can be removed once httpclient is upgraded -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
Expand Down

0 comments on commit 60fc2f5

Please sign in to comment.