Skip to content

Commit

Permalink
Update dependencies (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
TwistedTwigleg authored Oct 12, 2022
1 parent 57ee0c9 commit 5660573
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions aws-iot-device-sdk-java-samples/samples-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.10.3</version>
<version>2.13.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.10.3</version>
<version>2.13.4</version>
</dependency>
</dependencies>
<build>
Expand Down
10 changes: 5 additions & 5 deletions aws-iot-device-sdk-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.20</version>
<version>1.18.24</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.12.0</version>
<version>2.13.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.6.1</version>
<version>2.13.4</version>
</dependency>
<dependency>
<groupId>org.eclipse.paho</groupId>
Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-secretsmanager</artifactId>
<version>1.12.201</version>
<version>1.12.315</version>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -90,7 +90,7 @@
<version>2.10.3</version>
<configuration>
<source>8</source>
<sourcePath>target/generated-sources/delombok</sourcePath>
<sourcepath>target/generated-sources/delombok</sourcepath>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 5660573

Please # to comment.