Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e082f commit fc052d9Copy full SHA for fc052d9
README.md
@@ -17,7 +17,7 @@ Add the following Maven dependency to your project:
17
<dependency>
18
<groupId>de.cronn</groupId>
19
<artifactId>postgres-snapshot-util</artifactId>
20
- <version>1.3.3</version>
+ <version>1.4</version>
21
</dependency>
22
```
23
build.gradle
@@ -15,7 +15,7 @@ plugins {
15
}
16
group = 'de.cronn'
-version = '1.4-SNAPSHOT'
+version = '1.4'
java {
sourceCompatibility = JavaVersion.VERSION_17
0 commit comments