diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml b/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml
index 3768e9f4f2..afcf736b2f 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 cedc88716c..53cea0a785 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 a187161806..9f915f5d5b 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 5dac905d2d..cf79ccfcb8 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 bfa1aa8613..9aeec239d4 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 cb3d81a582..ea70602e4a 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 0454135098..9490d69392 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
+
+