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
898b7918
Commit
898b7918
authored
May 29, 2019
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.1.x'
Closes gh-16914
parents
73a09a8a
6b199c84
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 @
898b7918
...
...
@@ -79,7 +79,7 @@
<httpcore.version>
4.4.11
</httpcore.version>
<infinispan.version>
9.4.13.Final
</infinispan.version>
<influxdb-java.version>
2.15
</influxdb-java.version>
<jackson.version>
2.9.
8
</jackson.version>
<jackson.version>
2.9.
9
</jackson.version>
<jakarta-activation.version>
1.2.1
</jakarta-activation.version>
<jakarta-annotation.version>
1.3.4
</jakarta-annotation.version>
<jakarta-jms.version>
2.0.2
</jakarta-jms.version>
...
...
@@ -209,6 +209,7 @@
<undertow.version>
2.0.20.Final
</undertow.version>
<webjars-hal-browser.version>
3325375
</webjars-hal-browser.version>
<webjars-locator-core.version>
0.37
</webjars-locator-core.version>
<woodstox.version>
5.0.3
</woodstox.version>
<wsdl4j.version>
1.6.3
</wsdl4j.version>
<xmlunit2.version>
2.6.2
</xmlunit2.version>
<!-- Plugin versions -->
...
...
@@ -644,6 +645,11 @@
<scope>
import
</scope>
<type>
pom
</type>
</dependency>
<dependency>
<groupId>
com.fasterxml.woodstox
</groupId>
<artifactId>
woodstox-core
</artifactId>
<version>
${woodstox.version}
</version>
</dependency>
<dependency>
<groupId>
com.github.ben-manes.caffeine
</groupId>
<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