Skip to content

Commit e3d7fa1

Browse files
authored
Merge pull request #87 from Commonjava/dependabot/maven/com.fasterxml.jackson.core-jackson-core-2.21.1
Bump com.fasterxml.jackson.core:jackson-core from 2.21.0 to 2.21.1
2 parents 3467192 + bce0c91 commit e3d7fa1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<slf4j-version>2.0.17</slf4j-version>
6060
<webdav-version>3.3.0</webdav-version>
6161
<!-- Note jackson-core/databind was published as 2.20.0 but annotations was 2.20 -->
62-
<jackson-version>2.21</jackson-version>
62+
<jackson-version>2.21.1</jackson-version>
6363
<httpcoreVersion>4.4.16</httpcoreVersion>
6464
<httpclientVersion>4.5.14</httpclientVersion>
6565
<resteasy-version>3.0.26.Final</resteasy-version>
@@ -272,7 +272,7 @@
272272
<dependency>
273273
<groupId>com.fasterxml.jackson.core</groupId>
274274
<artifactId>jackson-core</artifactId>
275-
<version>${jackson-version}.0</version>
275+
<version>${jackson-version}</version>
276276
</dependency>
277277
<dependency>
278278
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)