Skip to content

Commit

Permalink
Update Jackson to version 2.12.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSchumacher committed Feb 18, 2021
1 parent 386b0ec commit 776ce72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions distro/src/notice.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ Quartz
This software includes unchanged copies of the following libraries:

aopalliance aopalliance 1.0 Public Domain
com.fasterxml.jackson.core jackson-annotations 2.11.4 The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-core 2.11.4 The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-databind 2.11.4 The Apache Software License, Version 2.0
com.fasterxml.jackson.datatype jackson-datatype-joda 2.11.4 The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-annotations 2.12.1 The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-core 2.12.1 The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-databind 2.12.1 The Apache Software License, Version 2.0
com.fasterxml.jackson.datatype jackson-datatype-joda 2.12.1 The Apache Software License, Version 2.0
com.google.guava guava 30.1-jre The Apache Software License, Version 2.0
com.h2database h2 1.4.200 The H2 License, Version 1.0
com.fasterxml.uuid java-uuid-generator 3.3.0 The Apache Software License, Version 2.0
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<spring.amqp.version>2.3.4</spring.amqp.version>
<spring.kafka.version>2.6.5</spring.kafka.version>
<reactor-netty.version>1.0.3</reactor-netty.version>
<jackson.version>2.11.4</jackson.version>
<jackson.version>2.12.1</jackson.version>
<jakarta-jms.version>2.0.3</jakarta-jms.version>
<mule.version>3.8.0</mule.version>
<camel.version>2.25.0</camel.version>
Expand Down

0 comments on commit 776ce72

Please sign in to comment.