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 fd4b75a commit e92f13fCopy full SHA for e92f13f
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.1</version>
+ <version>1.3.2</version>
21
</dependency>
22
```
23
build.gradle
@@ -15,7 +15,7 @@ plugins {
15
}
16
group = 'de.cronn'
-version = '1.4-SNAPSHOT'
+version = '1.3.2'
java {
sourceCompatibility = JavaVersion.VERSION_17
0 commit comments