Bump jackson-databind from 2.13.2.1 to 2.14.0-rc1
commit-id:a5a2e1a9
This commit is contained in:
parent
d410c0b03a
commit
48303c9e61
1 changed files with 4 additions and 2 deletions
6
pom.xml
6
pom.xml
|
@ -19,6 +19,8 @@
|
|||
<kemitix-tiles.version>2.10.0</kemitix-tiles.version>
|
||||
|
||||
<trello-java-wrapper.version>0.14</trello-java-wrapper.version>
|
||||
<jackson.version>2.14.0-rc1</jackson.version>
|
||||
<httpmime.version>4.5.13</httpmime.version>
|
||||
<lombok.version>1.18.22</lombok.version>
|
||||
<junit.version>5.8.2</junit.version>
|
||||
<assertj.version>3.18.1</assertj.version>
|
||||
|
@ -57,12 +59,12 @@
|
|||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
<version>2.13.2.1</version>
|
||||
<version>${jackson.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpmime</artifactId>
|
||||
<version>4.5.13</version>
|
||||
<version>${httpmime.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in a new issue