Skip to content

Commit d8d0eb6

Browse files
chore(deps): bump com.fasterxml.jackson.core:jackson-databind
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.20.1 to 2.21.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9c03cb commit d8d0eb6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

launcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>com.fasterxml.jackson.core</groupId>
7575
<artifactId>jackson-databind</artifactId>
76-
<version>2.20.1</version>
76+
<version>2.21.2</version>
7777
</dependency>
7878
<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
7979
<dependency>

ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>com.fasterxml.jackson.core</groupId>
9494
<artifactId>jackson-databind</artifactId>
95-
<version>2.20.1</version>
95+
<version>2.21.2</version>
9696
</dependency>
9797
<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
9898
<dependency>

0 commit comments

Comments
 (0)