From 0440a9a78cb0bda9132594b32835ecfdf3b208eb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 23 Jul 2020 10:55:47 +0200 Subject: [PATCH] Upgrade to Groovy 2.5.13 Closes gh-22505 --- .bomr/bomr.yaml | 4 ---- spring-boot-project/spring-boot-cli/samples/ui.groovy | 2 +- spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.bomr/bomr.yaml b/.bomr/bomr.yaml index 733593316c9..3027b7b83ac 100644 --- a/.bomr/bomr.yaml +++ b/.bomr/bomr.yaml @@ -16,10 +16,6 @@ bomr: versions: # Switches to Jarkarta EE API dependencies resulting in duplicate classes - '[2.3.2,2.4)' - - project: groovy - versions: - # Regression with @Log - - '[2.5.13,2.5.14)' - project: saaj-impl versions: # Switches to Jarkarta EE API dependencies resulting in duplicate classes diff --git a/spring-boot-project/spring-boot-cli/samples/ui.groovy b/spring-boot-project/spring-boot-cli/samples/ui.groovy index 7db73adb61c..2cf456c623e 100644 --- a/spring-boot-project/spring-boot-cli/samples/ui.groovy +++ b/spring-boot-project/spring-boot-cli/samples/ui.groovy @@ -26,7 +26,7 @@ class MvcConfiguration extends WebMvcConfigurerAdapter { log.info "Creating interceptor" [ postHandle: { request, response, handler, mav -> - log.info "Intercepted: model=" + mav.model + MvcConfiguration.log.info "Intercepted: model=" + mav.model } ] as HandlerInterceptorAdapter } diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index c23f7d26315..56e8ba7679e 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -65,7 +65,7 @@ 6.4.3 3.0.0 2.3.1 - 2.5.12 + 2.5.13 2.8.6 1.4.200 1.3