File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
///usr/bin/env jbang "$0" "$@" ; exit $?
2
2
////REPOS local=file:///Users/phil/mavenrepo
3
- //DEPS org.oser.tools.jdbc:linked-db-rows:0.13
3
+ //DEPS org.oser.tools.jdbc:linked-db-rows:0.14
4
4
//DEPS info.picocli:picocli:4.7.6
5
5
//DEPS ch.qos.logback:logback-classic:1.5.8
6
6
//DEPS guru.nidi:graphviz-java:0.18.1
Original file line number Diff line number Diff line change 1
1
///usr/bin/env jbang "$0" "$@" ; exit $?
2
2
////REPOS local=file:///Users/phil/mavenrepo
3
- //DEPS org.oser.tools.jdbc:linked-db-rows:0.13
3
+ //DEPS org.oser.tools.jdbc:linked-db-rows:0.14
4
4
//DEPS info.picocli:picocli:4.7.6
5
5
//DEPS ch.qos.logback:logback-classic:1.5.8
6
6
import static java .lang .System .*;
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Maven dependency:
42
42
<dependency >
43
43
<groupId >org.oser.tools.jdbc</groupId >
44
44
<artifactId >linked-db-rows</artifactId >
45
- <version >0.13 </version >
45
+ <version >0.14 </version >
46
46
</dependency >
47
47
```
48
48
You can’t perform that action at this time.
0 commit comments