From c82a13d18e324d3dc1b7cbd37e8891f74436efa3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 29 Oct 2018 10:01:41 +0000 Subject: [PATCH] Upgrade to Byte Buddy 1.9.3 Closes gh-14866 --- spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- spring-boot-project/spring-boot-starters/pom.xml | 3 +++ .../spring-boot-starter-data-elasticsearch/pom.xml | 1 + .../spring-boot-starters/spring-boot-starter-jersey/pom.xml | 1 + .../spring-boot-starters/spring-boot-starter-jetty/pom.xml | 2 +- 5 files changed, 7 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 7a163ad8b9..42250446d2 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.1 + 1.9.3 2.6.2 3.6.0 1.4.0 diff --git a/spring-boot-project/spring-boot-starters/pom.xml b/spring-boot-project/spring-boot-starters/pom.xml index 0261f887f7..14b0562fb5 100644 --- a/spring-boot-project/spring-boot-starters/pom.xml +++ b/spring-boot-project/spring-boot-starters/pom.xml @@ -145,6 +145,9 @@ true + + .*module-info + changelog.txt diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-elasticsearch/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-elasticsearch/pom.xml index 8d9fb10529..fae8c7fc57 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-elasticsearch/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-elasticsearch/pom.xml @@ -49,6 +49,7 @@ org.joda.time.base.BaseDateTime + .*module-info changelog.txt diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/pom.xml index b4d0ff0fce..f3adf2ac4a 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/pom.xml @@ -120,6 +120,7 @@ org.aopalliance.* javax.annotation.* + .*module-info diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-jetty/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-jetty/pom.xml index 0d8fc32869..86e7283596 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-jetty/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-jetty/pom.xml @@ -61,7 +61,7 @@ - ^module-info$ + .*module-info about.html