Skip to content

Commit

Permalink
chore: bump up greengrassv2-data to 2.27.x and aws sdk bom to 2.27.x (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hefn-532304 authored Aug 22, 2024
1 parent a3b5963 commit 104d579
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.20.138</version>
<version>2.27.7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -139,7 +139,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>greengrassv2-data</artifactId>
<version>2.20.x-SNAPSHOT</version>
<version>2.27.x-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>software.amazon.awssdk</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
import javax.inject.Inject;

import static org.apache.commons.io.FileUtils.ONE_MB;
import static software.amazon.awssdk.services.s3.checksums.ChecksumConstant.CONTENT_LENGTH_HEADER;
import static software.amazon.awssdk.services.s3.internal.checksums.ChecksumConstant.CONTENT_LENGTH_HEADER;

public class DeploymentDocumentDownloader {
private static final Logger logger = LogManager.getLogger(DeploymentDocumentDownloader.class);
Expand Down

0 comments on commit 104d579

Please sign in to comment.