Skip to content

Commit

Permalink
Merge pull request #62 from liquibase/adrian-velonis1-patch-1
Browse files Browse the repository at this point in the history
PD-4040: MongoDB versioning
  • Loading branch information
kevin-atx authored Jan 12, 2024
2 parents 4b2bfe4 + e22e49d commit 57ed1ed
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,22 @@ If you use Maven, you must also [include the driver JAR as a dependency](https:/
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-core</artifactId>
<version>4.9.0</version>
<version>[4.11.1,)</version>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>4.9.0</version>
<version>[4.11.1,)</version>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>bson</artifactId>
<version>4.9.0</version>
<version>[4.11.1,)</version>
</dependency>
<dependency>
<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-mongodb</artifactId>
<version>{{liquibase.current_version}}</version>
<version>[4.24.0,)</version>
</dependency>
```

Expand Down Expand Up @@ -317,4 +317,4 @@ Provide a helper to run specified database commands against the admin database.
* [Liquibase MongoDB Extension](https://github.com/liquibase/liquibase-mongodb)
* [Liquibase MongoDB Extension Examples](https://github.com/liquibase/liquibase-mongodb/tree/main/src/test/resources/liquibase/ext)
* [Liquibase Commands](https://docs.liquibase.com/commands/home.html)
* [Change Types](https://docs.liquibase.com/change-types/home.html)
* [Change Types](https://docs.liquibase.com/change-types/home.html)

0 comments on commit 57ed1ed

Please sign in to comment.