Skip to content

Commit

Permalink
Version 1.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaldvogel committed Mar 21, 2024
1 parent e638c6a commit b931170
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -25,7 +25,7 @@ Add the following Maven dependency to your project:
<dependency>
<groupId>de.bwaldvogel</groupId>
<artifactId>mongo-java-server</artifactId>
<version>1.44.0</version>
<version>1.45.0</version>
</dependency>
```

Expand Down Expand Up @@ -142,7 +142,7 @@ can either be in-memory or on-disk.
<dependency>
<groupId>de.bwaldvogel</groupId>
<artifactId>mongo-java-server-h2-backend</artifactId>
<version>1.44.0</version>
<version>1.45.0</version>
</dependency>
```

Expand All @@ -169,7 +169,7 @@ Postgres and each MongoDB collection is stored as a table.
<dependency>
<groupId>de.bwaldvogel</groupId>
<artifactId>mongo-java-server-postgresql-backend</artifactId>
<version>1.44.0</version>
<version>1.45.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -17,7 +17,7 @@ allprojects {
apply plugin: 'java-library'
apply plugin: 'jacoco'

version = '1.45.0-SNAPSHOT'
version = '1.45.0'

group = 'de.bwaldvogel'

Expand Down

0 comments on commit b931170

Please sign in to comment.