Skip to content

Commit

Permalink
Update com.fasterxml.jackson.core dependency version (#189)
Browse files Browse the repository at this point in the history
Update jackson-datablind dependency version.
  • Loading branch information
sbSteveK authored Oct 24, 2022
1 parent 5660573 commit ea4d3b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws-iot-device-sdk-java-samples/samples-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.4</version>
<version>2.13.4.2</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion aws-iot-device-sdk-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.4</version>
<version>2.13.4.2</version>
</dependency>
<dependency>
<groupId>org.eclipse.paho</groupId>
Expand Down

0 comments on commit ea4d3b8

Please # to comment.