Skip to content

Commit 6c2c98b

Browse files
Bump jackson-databind from 2.13.4.1 to 2.13.4.2 in /javav2/example_code/lookoutvision (awsdocs#4621)
* Bump jackson-databind in /javav2/example_code/lookoutvision Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.4.1 to 2.13.4.2. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9003a47 commit 6c2c98b

File tree

1 file changed

+2
-2
lines changed
  • javav2/example_code/lookoutvision

1 file changed

+2
-2
lines changed

javav2/example_code/lookoutvision/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.fasterxml.jackson.core</groupId>
7272
<artifactId>jackson-databind</artifactId>
73-
<version>2.14.0-rc1</version>
73+
<version>2.13.4.2</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>software.amazon.awssdk</groupId>
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>com.fasterxml.jackson.core</groupId>
9191
<artifactId>jackson-databind</artifactId>
92-
<version>2.13.4.1</version>
92+
<version>2.13.4.2</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>org.json</groupId>

0 commit comments

Comments
 (0)