Skip to content

Commit

Permalink
Updates for 4.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
molivasdat authored Jun 21, 2021
1 parent a9479cc commit 1de4817
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-mongodb</artifactId>
<packaging>jar</packaging>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.0</version>
<name>Liquibase MongoDB Extension</name>
<description>Liquibase Extension for MongoDB</description>
<url>http://www.liquibase.org</url>
Expand Down Expand Up @@ -40,8 +40,8 @@
<liquibase.version>4.4.0</liquibase.version>
<jupiter.version>5.7.2</jupiter.version>
<jupiter.surefire.version>1.3.2</jupiter.surefire.version>
<mockito-core.version>3.10.0</mockito-core.version>
<mockito-junit-jupiter.version>3.10.0</mockito-junit-jupiter.version>
<mockito-core.version>3.11.1</mockito-core.version>
<mockito-junit-jupiter.version>3.11.1</mockito-junit-jupiter.version>
<mongodb-driver.version>4.2.3</mongodb-driver.version>
<!--mongodb-driver.version>3.12.7</mongodb-driver.version-->
<lombok.version>1.18.20</lombok.version>
Expand Down

0 comments on commit 1de4817

Please sign in to comment.