From 899b03ce0d4288a79a1689706beb68c643ccd84a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 11:59:55 +0000 Subject: [PATCH 1/3] chore(deps): bump com.fasterxml.jackson.core:jackson-databind Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.3 to 2.16.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/junit-sample/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/junit-sample/pom.xml b/examples/junit-sample/pom.xml index 3b0e9fb46..ab4e9b657 100644 --- a/examples/junit-sample/pom.xml +++ b/examples/junit-sample/pom.xml @@ -92,7 +92,7 @@ com.fasterxml.jackson.core jackson-databind - 2.15.3 + 2.16.0 From c78999456c2a258c7b60a80f3938b83eed6398f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 20:42:17 +0000 Subject: [PATCH 2/3] chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.1.2 to 3.2.2. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.1.2...surefire-3.2.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/junit-sample/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/junit-sample/pom.xml b/examples/junit-sample/pom.xml index ab4e9b657..c09a88b37 100644 --- a/examples/junit-sample/pom.xml +++ b/examples/junit-sample/pom.xml @@ -149,7 +149,7 @@ maven-surefire-plugin - 3.1.2 + 3.2.2 maven-jar-plugin From 5bd23898a551ca2ccd892997b84c0e12e6ec28b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 16:57:04 +0000 Subject: [PATCH 3/3] chore(deps): bump version_groovy from 4.0.13 to 4.0.15 Bumps `version_groovy` from 4.0.13 to 4.0.15. Updates `org.apache.groovy:groovy-json` from 4.0.13 to 4.0.15 - [Commits](https://github.com/apache/groovy/commits) Updates `org.apache.groovy:groovy-xml` from 4.0.13 to 4.0.15 - [Commits](https://github.com/apache/groovy/commits) Updates `org.apache.groovy:groovy` from 4.0.13 to 4.0.15 - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.apache.groovy:groovy-json dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.groovy:groovy-xml dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.groovy:groovy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c171d057c..2a2f6e7d7 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ ext { version_aws_sdk = '1.12.581' version_coroutines = '1.7.3' version_hamcrest = '2.2' - version_groovy = '4.0.13' + version_groovy = '4.0.15' version_guice = '5.1.0' version_jackson = '2.15.2' version_jackson_databind = '2.13.4.2'