File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
<packaging >jar</packaging >
14
14
15
15
<artifactId >db-common-lib</artifactId >
16
- <version >0.0.1 </version >
16
+ <version >0.0.2 </version >
17
17
18
18
<name >db-common-lib</name >
19
19
<description >Abstract dao and row mappers</description >
39
39
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
40
40
<maven .compiler.source>1.8</maven .compiler.source>
41
41
<maven .compiler.target>1.8</maven .compiler.target>
42
- <jooq .version>3.13.2 </jooq .version>
42
+ <jooq .version>3.19.0 </jooq .version>
43
43
<geck .common.version>0.0.1</geck .common.version>
44
44
</properties >
45
45
48
48
<dependency >
49
49
<groupId >org.slf4j</groupId >
50
50
<artifactId >slf4j-api</artifactId >
51
- <version >1.7.25 </version >
51
+ <version >1.7.36 </version >
52
52
</dependency >
53
53
</dependencies >
54
54
</dependencyManagement >
57
57
<dependency >
58
58
<groupId >org.springframework.boot</groupId >
59
59
<artifactId >spring-boot-starter-jdbc</artifactId >
60
- <version >2.6.0 </version >
60
+ <version >2.7.18 </version >
61
61
<scope >provided</scope >
62
62
</dependency >
63
63
<dependency >
You can’t perform that action at this time.
0 commit comments