We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3b088 commit 19b882cCopy full SHA for 19b882c
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
@@ -248,7 +248,7 @@
248
<dependency>
249
<groupId>com.fasterxml.jackson.core</groupId>
250
<artifactId>jackson-databind</artifactId>
251
- <version>${jackson.version}</version>
+ <version>${jackson-databind.version}</version>
252
</dependency>
253
254
0 commit comments