From db242794ecfbf00883963ece4217a477830627b4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 23 Jul 2020 21:02:34 +0100 Subject: [PATCH 1/6] Upgrade to Micrometer 1.1.16 Closes gh-22536 --- spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 56e8ba7679..378289ee57 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -133,7 +133,7 @@ 1.2.3 1.18.12 2.3.0 - 1.1.15 + 1.1.16 1.9.13 2.23.4 1.9.2 From 698db27a7566f4946265fafb557ae68c6f748c46 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 23 Jul 2020 21:02:36 +0100 Subject: [PATCH 2/6] Upgrade to Aspectj 1.9.6 Closes gh-22537 --- spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 378289ee57..f83355344b 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -38,7 +38,7 @@ 2.7.7 1.9.81 2.6.4 - 1.9.5 + 1.9.6 3.11.1 4.0.6 2.1.4 From ce803cc6788e86add190ed3a3e245a0d9687bcf0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 23 Jul 2020 21:03:49 +0100 Subject: [PATCH 3/6] Upgrade to Micrometer 1.3.11 Closes gh-22538 --- spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 5b7c2b948d..3bdce7e629 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -152,7 +152,7 @@ 1.2.3 1.18.12 2.4.4 - 1.3.10 + 1.3.11 1.9.13 3.1.0 1.12.0 From f93bae4bd35406a7625f227f31fd26fe6fd52e22 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 23 Jul 2020 21:03:51 +0100 Subject: [PATCH 4/6] Upgrade to Aspectj 1.9.6 Closes gh-22539 --- spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 3bdce7e629..980a9dff8c 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -38,7 +38,7 @@ 2.7.7 1.9.81 2.10.1 - 1.9.5 + 1.9.6 3.13.2 4.0.6 4.0.3 From 44e6cf2e55a291f692b7fb98f00defbd886699c2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 23 Jul 2020 21:05:31 +0100 Subject: [PATCH 5/6] Upgrade to AspectJ 1.9.6 Closes gh-22540 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 6a00574515..71febcff12 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -92,7 +92,7 @@ bom { ] } } - library("AspectJ", "1.9.5") { + library("AspectJ", "1.9.6") { group("org.aspectj") { modules = [ "aspectjrt", From 39c8898008dafadd42c2e4c296e2ef1141e97bca Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 23 Jul 2020 21:05:32 +0100 Subject: [PATCH 6/6] Upgrade to MariaDB 2.6.2 Closes gh-22541 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 71febcff12..17d60f4ecf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1028,7 +1028,7 @@ bom { ] } } - library("MariaDB", "2.6.1") { + library("MariaDB", "2.6.2") { group("org.mariadb.jdbc") { modules = [ "mariadb-java-client"