We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3467192 + bce0c91 commit e3d7fa1Copy full SHA for e3d7fa1
1 file changed
pom.xml
@@ -59,7 +59,7 @@
59
<slf4j-version>2.0.17</slf4j-version>
60
<webdav-version>3.3.0</webdav-version>
61
<!-- Note jackson-core/databind was published as 2.20.0 but annotations was 2.20 -->
62
- <jackson-version>2.21</jackson-version>
+ <jackson-version>2.21.1</jackson-version>
63
<httpcoreVersion>4.4.16</httpcoreVersion>
64
<httpclientVersion>4.5.14</httpclientVersion>
65
<resteasy-version>3.0.26.Final</resteasy-version>
@@ -272,7 +272,7 @@
272
<dependency>
273
<groupId>com.fasterxml.jackson.core</groupId>
274
<artifactId>jackson-core</artifactId>
275
- <version>${jackson-version}.0</version>
+ <version>${jackson-version}</version>
276
</dependency>
277
278
0 commit comments