Skip to content

Commit

Permalink
Upgrade to Liquibase 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Nov 27, 2015
1 parent 409c995 commit 76738c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/about/release-notes.rst
Expand Up @@ -12,6 +12,7 @@ v1.0.0
* Use Java 8 as baseline
* Add `ConfigurationSourceProvider` for reading resources from classpath `#1314 <https://github.com/dropwizard/dropwizard/issues/1314>`_
* Upgraded to JDBI 2.70
* Upgraded to Liquibase 3.4.2
* Upgraded to AssertJ 3.2.0


Expand Down
2 changes: 1 addition & 1 deletion dropwizard-bom/pom.xml
Expand Up @@ -140,7 +140,7 @@
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
</dependency>
<dependency>
<groupId>com.mattbertolini</groupId>
Expand Down

0 comments on commit 76738c9

Please sign in to comment.