From ac78f55ba8f4cc3692df08ab9452e928ad8c14e8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 25 Feb 2021 13:48:53 +0000 Subject: [PATCH 1/5] Upgrade to Maven Common Artifact Filters 3.1.1 Closes gh-25419 --- spring-boot-project/spring-boot-parent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-parent/build.gradle b/spring-boot-project/spring-boot-parent/build.gradle index 3886d7a17c7..e334084856a 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -64,7 +64,7 @@ bom { ] } } - library("Maven Common Artifact Filters", "3.1.0") { + library("Maven Common Artifact Filters", "3.1.1") { group("org.apache.maven.shared") { modules = [ "maven-common-artifact-filters" From 5f0d72487eb1e212dd6ce81a2a4b35ea3988fdb4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 25 Feb 2021 13:50:16 +0000 Subject: [PATCH 2/5] Upgrade to Testcontainers 1.15.2 Closes gh-25420 --- spring-boot-project/spring-boot-parent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-parent/build.gradle b/spring-boot-project/spring-boot-parent/build.gradle index e334084856a..8146949fd97 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -161,7 +161,7 @@ bom { ] } } - library("Testcontainers", "1.15.0") { + library("Testcontainers", "1.15.2") { group("org.testcontainers") { imports = [ "testcontainers-bom" From 070d3d434c341abc61b82dd6d745161a22c6fdcd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 25 Feb 2021 13:51:41 +0000 Subject: [PATCH 3/5] Upgrade to Maven Common Artifact Filters 3.1.1 Closes gh-25421 --- spring-boot-project/spring-boot-parent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-parent/build.gradle b/spring-boot-project/spring-boot-parent/build.gradle index 779683ef5d0..8517d667569 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -67,7 +67,7 @@ bom { ] } } - library("Maven Common Artifact Filters", "3.1.0") { + library("Maven Common Artifact Filters", "3.1.1") { group("org.apache.maven.shared") { modules = [ "maven-common-artifact-filters" From 9af8ad432ac4d24b5854f98b485c4106cafdb030 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 25 Feb 2021 13:51:43 +0000 Subject: [PATCH 4/5] Upgrade to MockK 1.10.6 Closes gh-25422 --- spring-boot-project/spring-boot-parent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-parent/build.gradle b/spring-boot-project/spring-boot-parent/build.gradle index 8517d667569..773316c27f6 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -105,7 +105,7 @@ bom { ] } } - library("MockK", "1.10.0") { + library("MockK", "1.10.6") { group("io.mockk") { modules = [ "mockk" From b477312100b58611c6ddac63ff29746a75d34865 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 25 Feb 2021 13:51:44 +0000 Subject: [PATCH 5/5] Upgrade to Testcontainers 1.15.2 Closes gh-25423 --- spring-boot-project/spring-boot-parent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-parent/build.gradle b/spring-boot-project/spring-boot-parent/build.gradle index 773316c27f6..5bd53a90f8f 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -156,7 +156,7 @@ bom { ] } } - library("Testcontainers", "1.15.0") { + library("Testcontainers", "1.15.2") { group("org.testcontainers") { imports = [ "testcontainers-bom"