Skip to content

Commit 3721434

Browse files
authored
Merge pull request #803 from TNO/dependabot/maven/com.fasterxml.jackson.core-jackson-annotations-2.21
Bump com.fasterxml.jackson.core:jackson-annotations from 2.20 to 2.21
2 parents 54c7f7a + 611d9dc commit 3721434

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

knowledge-directory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>com.fasterxml.jackson.core</groupId>
8181
<artifactId>jackson-annotations</artifactId>
82-
<version>2.20</version>
82+
<version>2.21</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>com.fasterxml.jackson.datatype</groupId>

smart-connector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<dependency>
130130
<groupId>com.fasterxml.jackson.core</groupId>
131131
<artifactId>jackson-annotations</artifactId>
132-
<version>2.20</version>
132+
<version>2.21</version>
133133
</dependency>
134134
<dependency>
135135
<groupId>com.fasterxml.jackson.datatype</groupId>

0 commit comments

Comments
 (0)