Skip to content

Commit

Permalink
released
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmosmann committed Nov 19, 2023
1 parent c3bd29b commit a8abf09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ We use http://www.apache.org/licenses/LICENSE-2.0
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo.spring31x</artifactId>
<version>4.10.1</version>
<version>4.11.0</version>
</dependency>

### Usage
Expand All @@ -30,4 +30,4 @@ on each build by running this code, it should work as expected:)

To see if all works as expected and as a playground for integration problems you may have a look at
[flapdoodle embed mongo canary](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo.canary). There you will
find a minimal example for spring2.6.x, spring2.7.x and spring3.0.x (hint: spring3.0.x needs java17).
find a minimal example for spring2.6.x, spring2.7.x , spring3.0.x and spring3.1.x (hint: spring3.0.x needs java17).

0 comments on commit a8abf09

Please sign in to comment.