Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Jackson to version 2.12.1. #2812

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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