Skip to content

Commit

Permalink
chore(deps): use latest device SDK (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDombo authored Sep 15, 2022
1 parent 57d53cd commit 9784003
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.aws.greengrass</groupId>
<artifactId>logging</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.1-SNAPSHOT</version>
</dependency>

<dependency>
Expand All @@ -45,7 +45,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.10</version>
<version>${lombok.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>software.amazon.awssdk.iotdevicesdk</groupId>
<artifactId>aws-iot-device-sdk</artifactId>
<version>1.9.2</version>
<version>1.10.3</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@
<packaging>pom</packaging>
<properties>
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
<nucleus.version>2.6.0-SNAPSHOT</nucleus.version>
<lombok.version>1.18.24</lombok.version>
</properties>
</project>
6 changes: 3 additions & 3 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,13 @@
<dependency>
<groupId>com.aws.greengrass</groupId>
<artifactId>nucleus</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>${nucleus.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.10</version>
<version>${lombok.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -229,7 +229,7 @@
<dependency>
<groupId>com.aws.greengrass</groupId>
<artifactId>nucleus</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>${nucleus.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 9784003

Please sign in to comment.