Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
443d1a6a
Commit
443d1a6a
authored
Jan 15, 2020
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to Liquibase 3.8.5
Closes gh-19754
parent
17d584fd
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
37 additions
and
1 deletion
+37
-1
pom.xml
...g-boot-project/spring-boot-actuator-autoconfigure/pom.xml
+6
-0
pom.xml
spring-boot-project/spring-boot-actuator/pom.xml
+6
-0
pom.xml
spring-boot-project/spring-boot-autoconfigure/pom.xml
+6
-0
pom.xml
spring-boot-project/spring-boot-dependencies/pom.xml
+1
-1
pom.xml
spring-boot-project/spring-boot-docs/pom.xml
+6
-0
pom.xml
spring-boot-project/spring-boot/pom.xml
+6
-0
pom.xml
...boot-smoke-tests/spring-boot-smoke-test-liquibase/pom.xml
+6
-0
No files found.
spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml
View file @
443d1a6a
...
...
@@ -356,6 +356,12 @@
<groupId>
org.liquibase
</groupId>
<artifactId>
liquibase-core
</artifactId>
<optional>
true
</optional>
<exclusions>
<exclusion>
<groupId>
javax.xml.bind
</groupId>
<artifactId>
jaxb-api
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.mongodb
</groupId>
...
...
spring-boot-project/spring-boot-actuator/pom.xml
View file @
443d1a6a
...
...
@@ -194,6 +194,12 @@
<groupId>
org.liquibase
</groupId>
<artifactId>
liquibase-core
</artifactId>
<optional>
true
</optional>
<exclusions>
<exclusion>
<groupId>
javax.xml.bind
</groupId>
<artifactId>
jaxb-api
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.mongodb
</groupId>
...
...
spring-boot-project/spring-boot-autoconfigure/pom.xml
View file @
443d1a6a
...
...
@@ -639,6 +639,12 @@
<groupId>
org.liquibase
</groupId>
<artifactId>
liquibase-core
</artifactId>
<optional>
true
</optional>
<exclusions>
<exclusion>
<groupId>
javax.xml.bind
</groupId>
<artifactId>
jaxb-api
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.springframework.security
</groupId>
...
...
spring-boot-project/spring-boot-dependencies/pom.xml
View file @
443d1a6a
...
...
@@ -146,7 +146,7 @@
<kotlin.version>
1.3.61
</kotlin.version>
<kotlin-coroutines.version>
1.3.3
</kotlin-coroutines.version>
<lettuce.version>
5.2.1.RELEASE
</lettuce.version>
<liquibase.version>
3.8.
2
</liquibase.version>
<liquibase.version>
3.8.
5
</liquibase.version>
<log4j2.version>
2.12.1
</log4j2.version>
<logback.version>
1.2.3
</logback.version>
<lombok.version>
1.18.10
</lombok.version>
...
...
spring-boot-project/spring-boot-docs/pom.xml
View file @
443d1a6a
...
...
@@ -781,6 +781,12 @@
<groupId>
org.liquibase
</groupId>
<artifactId>
liquibase-core
</artifactId>
<optional>
true
</optional>
<exclusions>
<exclusion>
<groupId>
javax.xml.bind
</groupId>
<artifactId>
jaxb-api
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.messaginghub
</groupId>
...
...
spring-boot-project/spring-boot/pom.xml
View file @
443d1a6a
...
...
@@ -268,6 +268,12 @@
<groupId>
org.liquibase
</groupId>
<artifactId>
liquibase-core
</artifactId>
<optional>
true
</optional>
<exclusions>
<exclusion>
<groupId>
javax.xml.bind
</groupId>
<artifactId>
jaxb-api
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.neo4j
</groupId>
...
...
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-liquibase/pom.xml
View file @
443d1a6a
...
...
@@ -30,6 +30,12 @@
<dependency>
<groupId>
org.liquibase
</groupId>
<artifactId>
liquibase-core
</artifactId>
<exclusions>
<exclusion>
<groupId>
javax.xml.bind
</groupId>
<artifactId>
jaxb-api
</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Runtime -->
<dependency>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment