We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93fbd2c commit e7c7025Copy full SHA for e7c7025
changelog.md
@@ -3,6 +3,7 @@
3
### Adds
4
- Unmarshalling ejb-jar.xml for EJB 2.1 (#62)
5
- Demo for Mule to Boot migration (#80)
6
+- Bump some dependency versions, removes CVEs
7
8
### Fixes
9
- Paths and CLI rendering under Windows (#58)
pom.xml
@@ -249,7 +249,7 @@
249
<dependency>
250
<groupId>com.fasterxml.jackson.core</groupId>
251
<artifactId>jackson-databind</artifactId>
252
- <version>${jackson.version}</version>
+ <version>${jackson-databind.version}</version>
253
</dependency>
254
255
0 commit comments