Bump commons-codec from 1.11 to 1.15
commit-id:c5bb47b6
This commit is contained in:
parent
5f5dcbced7
commit
55de923e25
1 changed files with 13 additions and 1 deletions
14
pom.xml
14
pom.xml
|
@ -12,7 +12,7 @@
|
|||
</parent>
|
||||
|
||||
<artifactId>kemitix-trello</artifactId>
|
||||
<version>2.0.3</version>
|
||||
<version>2.0.4</version>
|
||||
|
||||
<properties>
|
||||
<tiles-maven-plugin.version>2.18</tiles-maven-plugin.version>
|
||||
|
@ -21,6 +21,7 @@
|
|||
<dependency-check-maven.version>7.2.1</dependency-check-maven.version>
|
||||
<trello-java-wrapper.version>0.14</trello-java-wrapper.version>
|
||||
<jackson.version>2.14.0-rc1</jackson.version>
|
||||
<commons-codec.version>1.14</commons-codec.version>
|
||||
<httpmime.version>4.5.13</httpmime.version>
|
||||
<lombok.version>1.18.22</lombok.version>
|
||||
<junit.version>5.8.2</junit.version>
|
||||
|
@ -66,6 +67,17 @@
|
|||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpmime</artifactId>
|
||||
<version>${httpmime.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>commons-codec</groupId>
|
||||
<artifactId>commons-codec</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency><!-- remove once httpmime uses at lease 1.14 -->
|
||||
<groupId>commons-codec</groupId>
|
||||
<artifactId>commons-codec</artifactId>
|
||||
<version>${commons-codec.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in a new issue