From df6181f6bfab7d3a5b29260946a57b38b4deacf1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Nov 2020 08:22:27 +0100 Subject: [PATCH 1/5] Upgrade to AppEngine SDK 1.9.83 Closes gh-24077 --- 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 5752884d3e..0dc4fa6789 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -60,7 +60,7 @@ bom { ] } } - library("AppEngine SDK", "1.9.82") { + library("AppEngine SDK", "1.9.83") { group("com.google.appengine") { modules = [ "appengine-api-1.0-sdk" From ebfa494b2e43dc96e25768ac082df47796744ffc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Nov 2020 08:22:28 +0100 Subject: [PATCH 2/5] Upgrade to Byte Buddy 1.10.18 Closes gh-24078 --- 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 0dc4fa6789..aee98c7e36 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -142,7 +142,7 @@ bom { ] } } - library("Byte Buddy", "1.10.17") { + library("Byte Buddy", "1.10.18") { group("net.bytebuddy") { modules = [ "byte-buddy", From 0142ed1e5cab63e7eba268cb74072e3e756df1f8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Nov 2020 08:22:30 +0100 Subject: [PATCH 3/5] Upgrade to Couchbase Client 3.0.10 Closes gh-24079 --- 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 aee98c7e36..77bd8542c7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -216,7 +216,7 @@ bom { ] } } - library("Couchbase Client", "3.0.9") { + library("Couchbase Client", "3.0.10") { group("com.couchbase.client") { modules = [ "java-client" From 2c67acb9701ab92d5e9c8a2fa4388b3df3aa7728 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Nov 2020 08:22:31 +0100 Subject: [PATCH 4/5] Upgrade to Hibernate 5.4.23.Final Closes gh-24080 --- 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 77bd8542c7..e92b57879e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -410,7 +410,7 @@ bom { ] } } - library("Hibernate", "5.4.22.Final") { + library("Hibernate", "5.4.23.Final") { group("org.hibernate") { modules = [ "hibernate-c3p0", From d962a074c3a1332de089db0531abc5ed968d8aa5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 9 Nov 2020 08:22:32 +0100 Subject: [PATCH 5/5] Upgrade to jOOQ 3.13.6 Closes gh-24081 --- 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 e92b57879e..7e3e78e7d2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -887,7 +887,7 @@ bom { ] } } - library("jOOQ", "3.13.5") { + library("jOOQ", "3.13.6") { group("org.jooq") { modules = [ "jooq",