We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633c44f commit aa88f86Copy full SHA for aa88f86
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>binbase</artifactId>
13
- <version>1.0.4-SNAPSHOT</version>
+ <version>1.0.5-SNAPSHOT</version>
14
<packaging>jar</packaging>
15
16
<name>binbase</name>
@@ -29,7 +29,7 @@
29
<db.user>postgres</db.user>
30
<db.password>postgres</db.password>
31
<db.schema>binbase</db.schema>
32
- <damsel.version>1.655-5ca4f4a</damsel.version>
+ <damsel.version>1.676-fd59124</damsel.version>
33
<testcontainers.annotations.version>3.1.1</testcontainers.annotations.version>
34
</properties>
35
0 commit comments