From 87c1a2e81945f915f09a3d44ba30cd5957548c9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:32:41 +0100 Subject: [PATCH 1/7] build(deps): bump org.assertj:assertj-core from 3.24.2 to 3.25.3 (#1609) Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.24.2 to 3.25.3. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.24.2...assertj-build-3.25.3) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e3f5dad3b..9b02749e8 100644 --- a/pom.xml +++ b/pom.xml @@ -272,7 +272,7 @@ org.assertj assertj-core - 3.24.2 + 3.25.3 test From 67ff36f804d11a85d328832ef71c424655ed402e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:36:05 +0100 Subject: [PATCH 2/7] build(deps): bump org.apache.maven.plugins:maven-gpg-plugin (#1610) Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.1.0 to 3.2.1. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.1.0...maven-gpg-plugin-3.2.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9b02749e8..41e336cfb 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ 1.6.13 3.6.0 3.3.0 - 3.1.0 + 3.2.1 5.10.0 1.0.6 0.6.0 From 8eb1c9d4be43e89933bda40afebfffc4971f324f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:48:24 +0100 Subject: [PATCH 3/7] build(deps): bump aws.sdk.version from 2.25.6 to 2.25.16 (#1613) Bumps `aws.sdk.version` from 2.25.6 to 2.25.16. Updates `software.amazon.awssdk:bom` from 2.25.6 to 2.25.16 Updates `software.amazon.awssdk:http-client-spi` from 2.25.6 to 2.25.16 Updates `software.amazon.awssdk:url-connection-client` from 2.21.1 to 2.25.16 Updates `software.amazon.awssdk:sqs` from 2.21.1 to 2.25.16 Updates `software.amazon.awssdk:s3` from 2.25.6 to 2.25.16 Updates `software.amazon.awssdk:dynamodb` from 2.25.6 to 2.25.16 Updates `software.amazon.awssdk:lambda` from 2.25.6 to 2.25.16 Updates `software.amazon.awssdk:kinesis` from 2.21.1 to 2.25.16 Updates `software.amazon.awssdk:cloudwatch` from 2.25.6 to 2.25.16 Updates `software.amazon.awssdk:xray` from 2.25.6 to 2.25.16 Updates `software.amazon.awssdk:cloudformation` from 2.25.6 to 2.25.16 Updates `software.amazon.awssdk:sts` from 2.25.6 to 2.25.16 --- updated-dependencies: - dependency-name: software.amazon.awssdk:bom dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:http-client-spi dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:url-connection-client dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: software.amazon.awssdk:sqs dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: software.amazon.awssdk:s3 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:dynamodb dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:lambda dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:kinesis dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: software.amazon.awssdk:cloudwatch dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:xray dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:cloudformation dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:sts dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/powertools-examples-cloudformation/pom.xml | 2 +- examples/powertools-examples-sqs/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/powertools-examples-cloudformation/pom.xml b/examples/powertools-examples-cloudformation/pom.xml index 5e3403f4e..f6dcf0ba0 100644 --- a/examples/powertools-examples-cloudformation/pom.xml +++ b/examples/powertools-examples-cloudformation/pom.xml @@ -15,7 +15,7 @@ 1.8 1.2.3 3.11.4 - 2.25.6 + 2.25.16 diff --git a/examples/powertools-examples-sqs/pom.xml b/examples/powertools-examples-sqs/pom.xml index 01bbfd8d2..8e8400e3a 100644 --- a/examples/powertools-examples-sqs/pom.xml +++ b/examples/powertools-examples-sqs/pom.xml @@ -27,7 +27,7 @@ software.amazon.awssdk url-connection-client - 2.25.6 + 2.25.16 com.amazonaws diff --git a/pom.xml b/pom.xml index 41e336cfb..0d7489ec0 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,7 @@ 1.8 2.22.1 2.15.3 - 2.25.6 + 2.25.16 2.15.1 2.1.3 UTF-8 From 4feb0a499343e375c480d14319b4fe14cd0d0a1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:52:49 +0100 Subject: [PATCH 4/7] build(deps): bump com.fasterxml.jackson.datatype:jackson-datatype-joda (#1616) Bumps [com.fasterxml.jackson.datatype:jackson-datatype-joda](https://github.com/FasterXML/jackson-datatype-joda) from 2.15.2 to 2.17.0. - [Commits](https://github.com/FasterXML/jackson-datatype-joda/compare/jackson-datatype-joda-2.15.2...jackson-datatype-joda-2.17.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-joda dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/powertools-examples-sqs/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/powertools-examples-sqs/pom.xml b/examples/powertools-examples-sqs/pom.xml index 8e8400e3a..af069fa52 100644 --- a/examples/powertools-examples-sqs/pom.xml +++ b/examples/powertools-examples-sqs/pom.xml @@ -52,7 +52,7 @@ com.fasterxml.jackson.datatype jackson-datatype-joda - 2.15.2 + 2.17.0 From 873b997e61530c3f4f309efbe86bb0b3d76e7ff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:46:46 +0200 Subject: [PATCH 5/7] build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin (#1619) Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.1.2 to 3.2.5. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.1.2...surefire-3.2.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- powertools-e2e-tests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powertools-e2e-tests/pom.xml b/powertools-e2e-tests/pom.xml index 450d1f5c1..853bca560 100644 --- a/powertools-e2e-tests/pom.xml +++ b/powertools-e2e-tests/pom.xml @@ -209,7 +209,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.1.2 + 3.2.5 From 8dcc1b7ce75b30c2b3f7bbdd97552e5b153fbc75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:46:36 +0200 Subject: [PATCH 6/7] build(deps): bump aws.sdk.version from 2.21.1 to 2.25.26 (#1622) Bumps `aws.sdk.version` from 2.21.1 to 2.25.26. Updates `software.amazon.awssdk:url-connection-client` from 2.21.1 to 2.25.26 Updates `software.amazon.awssdk:sqs` from 2.21.1 to 2.25.26 Updates `software.amazon.awssdk:sdk-core` from 2.21.1 to 2.25.26 Updates `software.amazon.awssdk:kinesis` from 2.21.1 to 2.25.26 Updates `software.amazon.awssdk:dynamodb-enhanced` from 2.21.1 to 2.25.26 --- updated-dependencies: - dependency-name: software.amazon.awssdk:url-connection-client dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: software.amazon.awssdk:sqs dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: software.amazon.awssdk:sdk-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: software.amazon.awssdk:kinesis dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: software.amazon.awssdk:dynamodb-enhanced dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/powertools-examples-batch/pom.xml | 2 +- examples/powertools-examples-sqs/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/powertools-examples-batch/pom.xml b/examples/powertools-examples-batch/pom.xml index d3539d919..fc343da4e 100644 --- a/examples/powertools-examples-batch/pom.xml +++ b/examples/powertools-examples-batch/pom.xml @@ -14,7 +14,7 @@ 2.20.0 1.8 1.8 - 2.21.1 + 2.25.26 diff --git a/examples/powertools-examples-sqs/pom.xml b/examples/powertools-examples-sqs/pom.xml index af069fa52..b265319fd 100644 --- a/examples/powertools-examples-sqs/pom.xml +++ b/examples/powertools-examples-sqs/pom.xml @@ -27,7 +27,7 @@ software.amazon.awssdk url-connection-client - 2.25.16 + 2.25.26 com.amazonaws From 958d474ebda8427a17eb08a036b99ac8aee33ce8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 13:14:05 +0200 Subject: [PATCH 7/7] build(deps): bump aws.sdk.version from 2.25.16 to 2.25.31 (#1625) Bumps `aws.sdk.version` from 2.25.16 to 2.25.31. Updates `software.amazon.awssdk:bom` from 2.25.16 to 2.25.31 Updates `software.amazon.awssdk:http-client-spi` from 2.25.16 to 2.25.31 Updates `software.amazon.awssdk:url-connection-client` from 2.25.16 to 2.25.31 Updates `software.amazon.awssdk:sqs` from 2.25.16 to 2.25.31 Updates `software.amazon.awssdk:s3` from 2.25.16 to 2.25.31 Updates `software.amazon.awssdk:dynamodb` from 2.25.16 to 2.25.31 Updates `software.amazon.awssdk:lambda` from 2.25.16 to 2.25.31 Updates `software.amazon.awssdk:kinesis` from 2.25.16 to 2.25.31 Updates `software.amazon.awssdk:cloudwatch` from 2.25.16 to 2.25.31 Updates `software.amazon.awssdk:xray` from 2.25.16 to 2.25.31 Updates `software.amazon.awssdk:cloudformation` from 2.25.16 to 2.25.31 Updates `software.amazon.awssdk:sts` from 2.25.16 to 2.25.31 --- updated-dependencies: - dependency-name: software.amazon.awssdk:bom dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:http-client-spi dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:url-connection-client dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:sqs dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:s3 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:dynamodb dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:lambda dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:kinesis dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:cloudwatch dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:xray dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:cloudformation dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: software.amazon.awssdk:sts dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/powertools-examples-cloudformation/pom.xml | 2 +- examples/powertools-examples-sqs/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/powertools-examples-cloudformation/pom.xml b/examples/powertools-examples-cloudformation/pom.xml index f6dcf0ba0..c97b7813b 100644 --- a/examples/powertools-examples-cloudformation/pom.xml +++ b/examples/powertools-examples-cloudformation/pom.xml @@ -15,7 +15,7 @@ 1.8 1.2.3 3.11.4 - 2.25.16 + 2.25.31 diff --git a/examples/powertools-examples-sqs/pom.xml b/examples/powertools-examples-sqs/pom.xml index b265319fd..321c05a52 100644 --- a/examples/powertools-examples-sqs/pom.xml +++ b/examples/powertools-examples-sqs/pom.xml @@ -27,7 +27,7 @@ software.amazon.awssdk url-connection-client - 2.25.26 + 2.25.31 com.amazonaws diff --git a/pom.xml b/pom.xml index 0d7489ec0..cecb4b415 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,7 @@ 1.8 2.22.1 2.15.3 - 2.25.16 + 2.25.31 2.15.1 2.1.3 UTF-8