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 8adc67c commit 135629eCopy full SHA for 135629e
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.4</version>
+ <version>1.5</version>
21
</dependency>
22
```
23
build.gradle
@@ -16,7 +16,7 @@ plugins {
16
}
group = 'de.cronn'
-version = '1.5-SNAPSHOT'
+version = '1.5'
java {
sourceCompatibility = JavaVersion.VERSION_17
0 commit comments