File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Add the following Maven dependency to your project:
2525<dependency >
2626 <groupId >de.bwaldvogel</groupId >
2727 <artifactId >mongo-java-server</artifactId >
28- <version >1.45 .0</version >
28+ <version >1.46 .0</version >
2929</dependency >
3030```
3131
@@ -142,7 +142,7 @@ can either be in-memory or on-disk.
142142<dependency >
143143 <groupId >de.bwaldvogel</groupId >
144144 <artifactId >mongo-java-server-h2-backend</artifactId >
145- <version >1.45 .0</version >
145+ <version >1.46 .0</version >
146146</dependency >
147147```
148148
@@ -169,7 +169,7 @@ Postgres and each MongoDB collection is stored as a table.
169169<dependency >
170170 <groupId >de.bwaldvogel</groupId >
171171 <artifactId >mongo-java-server-postgresql-backend</artifactId >
172- <version >1.45 .0</version >
172+ <version >1.46 .0</version >
173173</dependency >
174174```
175175
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ allprojects {
1717 apply plugin : ' java-library'
1818 apply plugin : ' jacoco'
1919
20- version = ' 1.46.0-SNAPSHOT '
20+ version = ' 1.46.0'
2121
2222 group = ' de.bwaldvogel'
2323
You can’t perform that action at this time.
0 commit comments