From 443d1a6a21dbfe52e1b0bb6f77c3c4c923996a20 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 15 Jan 2020 14:48:46 +0000 Subject: [PATCH] Upgrade to Liquibase 3.8.5 Closes gh-19754 --- .../spring-boot-actuator-autoconfigure/pom.xml | 6 ++++++ spring-boot-project/spring-boot-actuator/pom.xml | 6 ++++++ spring-boot-project/spring-boot-autoconfigure/pom.xml | 6 ++++++ spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- spring-boot-project/spring-boot-docs/pom.xml | 6 ++++++ spring-boot-project/spring-boot/pom.xml | 6 ++++++ .../spring-boot-smoke-test-liquibase/pom.xml | 6 ++++++ 7 files changed, 37 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml b/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml index 3768e9f4f2e..afcf736b2f4 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml +++ b/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml @@ -356,6 +356,12 @@ org.liquibase liquibase-core true + + + javax.xml.bind + jaxb-api + + org.mongodb diff --git a/spring-boot-project/spring-boot-actuator/pom.xml b/spring-boot-project/spring-boot-actuator/pom.xml index cedc88716cf..53cea0a785d 100644 --- a/spring-boot-project/spring-boot-actuator/pom.xml +++ b/spring-boot-project/spring-boot-actuator/pom.xml @@ -194,6 +194,12 @@ org.liquibase liquibase-core true + + + javax.xml.bind + jaxb-api + + org.mongodb diff --git a/spring-boot-project/spring-boot-autoconfigure/pom.xml b/spring-boot-project/spring-boot-autoconfigure/pom.xml index a187161806f..9f915f5d5b2 100755 --- a/spring-boot-project/spring-boot-autoconfigure/pom.xml +++ b/spring-boot-project/spring-boot-autoconfigure/pom.xml @@ -639,6 +639,12 @@ org.liquibase liquibase-core true + + + javax.xml.bind + jaxb-api + + org.springframework.security diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 5dac905d2d4..cf79ccfcb88 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -146,7 +146,7 @@ 1.3.61 1.3.3 5.2.1.RELEASE - 3.8.2 + 3.8.5 2.12.1 1.2.3 1.18.10 diff --git a/spring-boot-project/spring-boot-docs/pom.xml b/spring-boot-project/spring-boot-docs/pom.xml index bfa1aa86135..9aeec239d43 100644 --- a/spring-boot-project/spring-boot-docs/pom.xml +++ b/spring-boot-project/spring-boot-docs/pom.xml @@ -781,6 +781,12 @@ org.liquibase liquibase-core true + + + javax.xml.bind + jaxb-api + + org.messaginghub diff --git a/spring-boot-project/spring-boot/pom.xml b/spring-boot-project/spring-boot/pom.xml index cb3d81a582d..ea70602e4a9 100644 --- a/spring-boot-project/spring-boot/pom.xml +++ b/spring-boot-project/spring-boot/pom.xml @@ -268,6 +268,12 @@ org.liquibase liquibase-core true + + + javax.xml.bind + jaxb-api + + org.neo4j diff --git a/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-liquibase/pom.xml b/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-liquibase/pom.xml index 04541350985..9490d69392d 100644 --- a/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-liquibase/pom.xml +++ b/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-liquibase/pom.xml @@ -30,6 +30,12 @@ org.liquibase liquibase-core + + + javax.xml.bind + jaxb-api + +