From 330a6832cd8e2d015cc5774bdb97156b99fdf70c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:03:46 +0000 Subject: [PATCH 01/27] Upgrade to Undertow 1.4.27.Final Closes gh-15902 --- spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index d96415951a..9f18262553 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -187,7 +187,7 @@ 1.3 2.1.0.RELEASE 8.5.37 - 1.4.26.Final + 1.4.27.Final 3.2.1 9f96c74 0.32-1 From 8420dbac9b7342c30edd92c1b6af8aa8dce8c1d2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:03:47 +0000 Subject: [PATCH 02/27] Upgrade to Httpclient 4.5.7 Closes gh-15903 --- spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 9f18262553..0cfc82a3c6 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -94,7 +94,7 @@ 2.3.6 2.21 4.1.4 - 4.5.6 + 4.5.7 4.4.10 8.2.11.Final 2.8.11.20181123 From 8c4bffd5cfb53f0da523aaf6ad2efa1d708dd51c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:03:48 +0000 Subject: [PATCH 03/27] Upgrade to Httpcore 4.4.11 Closes gh-15904 --- spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 0cfc82a3c6..bd6bce685b 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -95,7 +95,7 @@ 2.21 4.1.4 4.5.7 - 4.4.10 + 4.4.11 8.2.11.Final 2.8.11.20181123 2.7.8 From bdfe377af5c2c0ef37c4af5327a01a80ebcab81f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:03:49 +0000 Subject: [PATCH 04/27] Upgrade to Tomcat 8.5.38 Closes gh-15905 --- spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index bd6bce685b..6acc278a81 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -186,7 +186,7 @@ 1.4.0 1.3 2.1.0.RELEASE - 8.5.37 + 8.5.38 1.4.27.Final 3.2.1 9f96c74 From 984c0d85b90f5e666114986594162097a023ce3a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:03:50 +0000 Subject: [PATCH 05/27] Upgrade to Spring Retry 1.2.4.RELEASE Closes gh-15906 --- spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 6acc278a81..4732007b49 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -167,7 +167,7 @@ 1.1.5.RELEASE 1.2.0.RELEASE 1.1.3.RELEASE - 1.2.3.RELEASE + 1.2.4.RELEASE 4.2.11.RELEASE 1.0.9.RELEASE 2.0.16.RELEASE From df28a44620a3819755f070d1a0543daba429ed78 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:03:51 +0000 Subject: [PATCH 06/27] Upgrade to Spring Security Jwt 1.0.10.RELEASE Closes gh-15907 --- spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 4732007b49..8fdf65f229 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -169,7 +169,7 @@ 1.1.3.RELEASE 1.2.4.RELEASE 4.2.11.RELEASE - 1.0.9.RELEASE + 1.0.10.RELEASE 2.0.16.RELEASE 1.3.5.RELEASE 1.1.6.RELEASE From 8ddf4a5a52c2d2a9d4e3f5fd804117c2121e742d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:17:49 +0000 Subject: [PATCH 07/27] Upgrade to Netty 4.1.33.Final Closes gh-15908 --- 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 92a93a73d5..e08119c2b8 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -133,7 +133,7 @@ 5.8.2.Final 1.9.22 3.1.6 - 4.1.31.Final + 4.1.33.Final 1.1.0 42.2.5 2.3.0 From 33c32e8cb49f268ed750554253f3680e77bab5fc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:17:50 +0000 Subject: [PATCH 08/27] Upgrade to Reactor Bom Bismuth-SR16 Closes gh-15909 --- 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 e08119c2b8..608613857a 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -139,7 +139,7 @@ 2.3.0 4.1.4 5.4.3 - Bismuth-SR15 + Bismuth-SR16 3.0.7 1.0.2 1.3.8 From bb0d948f669dc0c47beba60373413e047313d960 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:17:51 +0000 Subject: [PATCH 09/27] Upgrade to Janino 3.0.12 Closes gh-15910 --- 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 608613857a..f2ef134aa9 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -80,7 +80,7 @@ 9.1.7.Final 2.9 2.9.8 - 3.0.11 + 3.0.12 1.3.2 1.1.0 2.3.1 From 4bc40f9c47bc0c415d54572bd3e81075a82bbb81 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:17:52 +0000 Subject: [PATCH 10/27] Upgrade to Hibernate 5.2.18.Final Closes gh-15911 --- 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 f2ef134aa9..1a667ff14a 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -68,7 +68,7 @@ 1.3 3.9.4 1.2.3 - 5.2.17.Final + 5.2.18.Final 1.0.2.Final 6.0.14.Final 2.7.9 From 776e6bd47bcd078d2c13eccdd53a8a92fdeb2bd8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:17:53 +0000 Subject: [PATCH 11/27] Upgrade to Neo4j Ogm 3.1.7 Closes gh-15912 --- 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 1a667ff14a..aa84c1d164 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -132,7 +132,7 @@ 5.1.47 5.8.2.Final 1.9.22 - 3.1.6 + 3.1.7 4.1.33.Final 1.1.0 42.2.5 From 103e072836d8fb8ed5f5ad1a277321b8774a58b6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:17:54 +0000 Subject: [PATCH 12/27] Upgrade to Thymeleaf Extras Java8time 3.0.3.RELEASE Closes gh-15913 --- 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 aa84c1d164..1cb8e96d5b 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -177,7 +177,7 @@ ${thymeleaf-extras-springsecurity4.version} 2.3.0 2.0.1 - 3.0.2.RELEASE + 3.0.3.RELEASE 8.5.38 4.0.9 1.4.27.Final From 06feb728b8cbdcf82c371d5ccd5ca10c8bbd2daf Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:30:40 +0000 Subject: [PATCH 13/27] Upgrade to Couchbase Client 2.7.3 Closes gh-15914 --- 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 e063ab0d63..3eae691a51 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -51,7 +51,7 @@ 3.8.1 1.6 2.6.0 - 2.7.2 + 2.7.3 2.1.0 10.14.2.0 1.6.1 From 1f47bd97176fbd2c543471c5c8a3feff5358654c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:30:41 +0000 Subject: [PATCH 14/27] Upgrade to Saaj Impl 1.5.1 Closes gh-15915 --- 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 3eae691a51..d4891f6b16 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -181,7 +181,7 @@ 3.25.2 3.1.0 ${javax-mail.version} - 1.5.0 + 1.5.1 3.0.11.RELEASE 3.0.4.RELEASE 2.3.0 From c2b5d9655dfa7cb4be8d2c6bdc8c85d71e87ccdc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:30:42 +0000 Subject: [PATCH 15/27] Upgrade to Rxjava2 2.2.6 Closes gh-15916 --- 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 d4891f6b16..7aa835280e 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -153,7 +153,7 @@ 1.0.2 1.3.8 1.2.1 - 2.2.5 + 2.2.6 3.14.0 2.33.0 4.3.0 From 59e9396c7d678002451125aea2e47248650a877f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:30:43 +0000 Subject: [PATCH 16/27] Upgrade to Undertow 2.0.17.Final Closes gh-15917 --- 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 7aa835280e..a1efab029d 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -189,7 +189,7 @@ 3.0.3.RELEASE 9.0.14 4.0.9 - 2.0.16.Final + 2.0.17.Final 3325375 0.35 1.6.3 From ec9fe4bed5f4ed4b07534cefb5bb5f07f102b7b9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:30:43 +0000 Subject: [PATCH 17/27] Upgrade to Mysql 8.0.15 Closes gh-15918 --- 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 a1efab029d..bac10bea80 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -136,7 +136,7 @@ 1.9.2 3.8.2 6.4.0.jre8 - 8.0.13 + 8.0.15 1.9.22 3.1.7 4.1.33.Final From 14212e9e22cf1bc619b0686cbdd64c34f6cfb8c8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:30:44 +0000 Subject: [PATCH 18/27] Upgrade to Byte Buddy 1.9.10 Closes gh-15919 --- 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 bac10bea80..e50de31240 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -42,7 +42,7 @@ 3.11.1 4.0.6 2.1.4 - 1.9.7 + 1.9.10 2.6.2 3.6.0 1.4.0 From f8548d10b47b8bcca24f8ede9d22fcfdbddeca20 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:30:45 +0000 Subject: [PATCH 19/27] Upgrade to Artemis 2.6.4 Closes gh-15920 --- 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 e50de31240..1653939c34 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -37,7 +37,7 @@ 5.15.8 2.7.7 1.9.71 - 2.6.3 + 2.6.4 1.9.2 3.11.1 4.0.6 From 6dcf0ebb9b42f7764b4ed426778c156933078d7c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:30:46 +0000 Subject: [PATCH 20/27] Upgrade to Log4j2 2.11.2 Closes gh-15921 --- 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 1653939c34..7f4b38c24f 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -126,7 +126,7 @@ 1.2.71 5.1.3.RELEASE 3.6.2 - 2.11.1 + 2.11.2 1.2.3 1.18.4 2.3.0 From 8b9b1626758e47e0dca802384d4755897c8974f2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:30:47 +0000 Subject: [PATCH 21/27] Upgrade to Tomcat 9.0.16 Closes gh-15922 --- spring-boot-project/spring-boot-dependencies/pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 7f4b38c24f..146ff2d737 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -187,7 +187,7 @@ 2.3.0 2.0.1 3.0.3.RELEASE - 9.0.14 + 9.0.16 4.0.9 2.0.17.Final 3325375 @@ -1712,11 +1712,6 @@ solr-velocity ${solr.version} - - org.apache.tomcat - tomcat-catalina-jmx-remote - ${tomcat.version} - org.apache.tomcat tomcat-annotations-api From 8076dbc277080d682baf38961f5b0f52393d5f75 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:30:48 +0000 Subject: [PATCH 22/27] Upgrade to Groovy 2.5.6 Closes gh-15923 --- 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 146ff2d737..dad798d500 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -64,7 +64,7 @@ 6.4.3 3.0.0 2.3.1 - 2.5.5 + 2.5.6 2.8.5 1.4.197 1.3 From ba786048e0b12f95bee39bf57a6f7886c34cea90 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:30:49 +0000 Subject: [PATCH 23/27] Upgrade to Infinispan 9.4.6.Final Closes gh-15924 --- 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 dad798d500..1e2b41612b 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -78,7 +78,7 @@ 4.1.4 4.5.7 4.4.11 - 9.4.5.Final + 9.4.6.Final 2.14 2.9.8 3.0.12 From 4cd1e68660938ed8eeb4341e3aa9f1b0f3731b9c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:30:50 +0000 Subject: [PATCH 24/27] Upgrade to Mimepull 1.9.11 Closes gh-15925 --- 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 1e2b41612b..ef054a39fd 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -131,7 +131,7 @@ 1.18.4 2.3.0 1.1.3-SNAPSHOT - 1.9.10 + 1.9.11 2.23.4 1.9.2 3.8.2 From 2ea9037aef814c68fb92731ad2b04c922ee400ba Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:30:51 +0000 Subject: [PATCH 25/27] Upgrade to Liquibase 3.6.3 Closes gh-15926 --- 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 ef054a39fd..5fb4739746 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -125,7 +125,7 @@ 2.0.1 1.2.71 5.1.3.RELEASE - 3.6.2 + 3.6.3 2.11.2 1.2.3 1.18.4 From 3ec19362d64f3b7c7ec81591c4db777f0f958f8d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:30:52 +0000 Subject: [PATCH 26/27] Upgrade to Pooled Jms Version 1.0.4 Closes gh-15927 --- 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 5fb4739746..949b3f4ab8 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -142,7 +142,7 @@ 4.1.33.Final 2.0.20.Final 1.1.0 - 1.0.3 + 1.0.4 42.2.5 0.5.0 2.3.0 From ef10eed83f950f2abeccbd7d02fc401a83cd4747 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Feb 2019 11:30:53 +0000 Subject: [PATCH 27/27] Upgrade to Lombok 1.18.6 Closes gh-15928 --- 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 949b3f4ab8..c0a2fb985e 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -128,7 +128,7 @@ 3.6.3 2.11.2 1.2.3 - 1.18.4 + 1.18.6 2.3.0 1.1.3-SNAPSHOT 1.9.11