Skip to content

Commit

Permalink
bump aws sdk to 2.17.213
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwin93 committed Jun 21, 2022
1 parent c058de3 commit 4cc2b25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<maven.deploy.skip>true</maven.deploy.skip>
<maven.site.skip>true</maven.site.skip>
<graylog.version>4.4.0-SNAPSHOT</graylog.version>
<aws-java-sdk-2.version>2.17.77</aws-java-sdk-2.version>
<aws-java-sdk-2.version>2.17.213</aws-java-sdk-2.version>
<aws-kinesis-client.version>2.2.10</aws-kinesis-client.version>
<integrations.protobuf.version>3.11.1</integrations.protobuf.version>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public void regionTest() {

// Use none liner presence checks.
assertTrue(regions.stream().anyMatch(r -> r.displayValue().equals("Europe (Stockholm): eu-north-1")));
assertEquals("There should be 28 total regions. This will change in future versions of the AWS SDK", 28, regions.size());
assertEquals("There should be 28 total regions. This will change in future versions of the AWS SDK", 29, regions.size());
}

@Test
Expand Down Expand Up @@ -185,4 +185,4 @@ public void testPermissions() throws JsonProcessingException {
assertTrue(permissions.autoSetupPolicy().contains("PutRecord"));
assertTrue(permissions.autoSetupPolicy().contains("RegisterStreamConsumer"));
}
}
}

0 comments on commit 4cc2b25

Please sign in to comment.