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.18.2 </version >
28+ <version >1.19.0 </version >
2929</dependency >
3030```
3131
@@ -131,7 +131,7 @@ can either be in-memory or on-disk.
131131<dependency >
132132 <groupId >de.bwaldvogel</groupId >
133133 <artifactId >mongo-java-server-h2-backend</artifactId >
134- <version >1.18.2 </version >
134+ <version >1.19.0 </version >
135135</dependency >
136136```
137137
@@ -158,7 +158,7 @@ Postgres and each MongoDB collection is stored as a table.
158158<dependency >
159159 <groupId >de.bwaldvogel</groupId >
160160 <artifactId >mongo-java-server-postgresql-backend</artifactId >
161- <version >1.18.2 </version >
161+ <version >1.19.0 </version >
162162</dependency >
163163```
164164
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ allprojects {
1414 apply plugin : ' maven-publish'
1515 apply plugin : ' signing'
1616
17- version = ' 1.19.0-SNAPSHOT '
17+ version = ' 1.19.0'
1818
1919 group = ' de.bwaldvogel'
2020
You can’t perform that action at this time.
0 commit comments