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 8209142 commit 283c4a3Copy full SHA for 283c4a3
pom.xml
@@ -13,7 +13,7 @@
13
<packaging>jar</packaging>
14
15
<artifactId>db-common-lib</artifactId>
16
- <version>0.0.1</version>
+ <version>0.1.0</version>
17
18
<name>db-common-lib</name>
19
<description>Abstract dao and row mappers</description>
@@ -48,7 +48,7 @@
48
<dependency>
49
<groupId>org.slf4j</groupId>
50
<artifactId>slf4j-api</artifactId>
51
- <version>1.7.25</version>
+ <version>2.0.17</version>
52
</dependency>
53
</dependencies>
54
</dependencyManagement>
0 commit comments