Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
6b199c84
Commit
6b199c84
authored
May 29, 2019
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to Jackson 2.9.9
Closes gh-16910
parent
f380ba63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
pom.xml
spring-boot-project/spring-boot-dependencies/pom.xml
+7
-1
No files found.
spring-boot-project/spring-boot-dependencies/pom.xml
View file @
6b199c84
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
<httpcore.version>
4.4.11
</httpcore.version>
<httpcore.version>
4.4.11
</httpcore.version>
<infinispan.version>
9.4.13.Final
</infinispan.version>
<infinispan.version>
9.4.13.Final
</infinispan.version>
<influxdb-java.version>
2.14
</influxdb-java.version>
<influxdb-java.version>
2.14
</influxdb-java.version>
<jackson.version>
2.9.
8
</jackson.version>
<jackson.version>
2.9.
9
</jackson.version>
<janino.version>
3.0.12
</janino.version>
<janino.version>
3.0.12
</janino.version>
<javax-activation.version>
1.2.0
</javax-activation.version>
<javax-activation.version>
1.2.0
</javax-activation.version>
<javax-annotation.version>
1.3.2
</javax-annotation.version>
<javax-annotation.version>
1.3.2
</javax-annotation.version>
...
@@ -192,6 +192,7 @@
...
@@ -192,6 +192,7 @@
<undertow.version>
2.0.20.Final
</undertow.version>
<undertow.version>
2.0.20.Final
</undertow.version>
<webjars-hal-browser.version>
3325375
</webjars-hal-browser.version>
<webjars-hal-browser.version>
3325375
</webjars-hal-browser.version>
<webjars-locator-core.version>
0.35
</webjars-locator-core.version>
<webjars-locator-core.version>
0.35
</webjars-locator-core.version>
<woodstox.version>
5.0.3
</woodstox.version>
<wsdl4j.version>
1.6.3
</wsdl4j.version>
<wsdl4j.version>
1.6.3
</wsdl4j.version>
<xml-apis.version>
1.4.01
</xml-apis.version>
<xml-apis.version>
1.4.01
</xml-apis.version>
<xmlunit2.version>
2.6.2
</xmlunit2.version>
<xmlunit2.version>
2.6.2
</xmlunit2.version>
...
@@ -623,6 +624,11 @@
...
@@ -623,6 +624,11 @@
<scope>
import
</scope>
<scope>
import
</scope>
<type>
pom
</type>
<type>
pom
</type>
</dependency>
</dependency>
<dependency>
<groupId>
com.fasterxml.woodstox
</groupId>
<artifactId>
woodstox-core
</artifactId>
<version>
${woodstox.version}
</version>
</dependency>
<dependency>
<dependency>
<groupId>
com.github.ben-manes.caffeine
</groupId>
<groupId>
com.github.ben-manes.caffeine
</groupId>
<artifactId>
caffeine
</artifactId>
<artifactId>
caffeine
</artifactId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment