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 + +