diff --git a/pom.xml b/pom.xml index f4c6f1d14..4af8261c8 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ true true 4.4.0-SNAPSHOT - 2.17.77 + 2.17.213 2.2.10 3.11.1 diff --git a/src/test/java/org/graylog/integrations/aws/service/AWSServiceTest.java b/src/test/java/org/graylog/integrations/aws/service/AWSServiceTest.java index 00ded34e2..f58c7fb09 100644 --- a/src/test/java/org/graylog/integrations/aws/service/AWSServiceTest.java +++ b/src/test/java/org/graylog/integrations/aws/service/AWSServiceTest.java @@ -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 @@ -185,4 +185,4 @@ public void testPermissions() throws JsonProcessingException { assertTrue(permissions.autoSetupPolicy().contains("PutRecord")); assertTrue(permissions.autoSetupPolicy().contains("RegisterStreamConsumer")); } -} \ No newline at end of file +}