Skip to content

Commit

Permalink
Update pom.xml (#565)
Browse files Browse the repository at this point in the history
* Update pom.xml

* updated version
  • Loading branch information
KushnirykOleh committed Sep 23, 2024
1 parent a99ae12 commit fcd0a6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-mongodb</artifactId>
<packaging>jar</packaging>
<version>4.31.0-SNAPSHOT</version>
<version>4.29.2-SNAPSHOT</version>
<name>Liquibase MongoDB Extension</name>
<description>Liquibase Extension for MongoDB</description>
<url>http://www.liquibase.org</url>
Expand All @@ -23,7 +23,7 @@
</developers>

<properties>
<liquibase.version>4.29.1</liquibase.version>
<liquibase.version>4.29.2</liquibase.version>
<jupiter.surefire.version>1.3.2</jupiter.surefire.version>
<mockito-core.version>4.11.0</mockito-core.version>
<mockito-junit-jupiter.version>4.8.0</mockito-junit-jupiter.version>
Expand Down

0 comments on commit fcd0a6d

Please sign in to comment.