Skip to content

Commit 9c8a595

Browse files
committed
Version upgrades in doc and jbang scripts.
1 parent 5f13842 commit 9c8a595

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

JsonExport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
///usr/bin/env jbang "$0" "$@" ; exit $?
22
////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
44
//DEPS info.picocli:picocli:4.7.6
55
//DEPS ch.qos.logback:logback-classic:1.5.8
66
//DEPS guru.nidi:graphviz-java:0.18.1

JsonImport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
///usr/bin/env jbang "$0" "$@" ; exit $?
22
////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
44
//DEPS info.picocli:picocli:4.7.6
55
//DEPS ch.qos.logback:logback-classic:1.5.8
66
import static java.lang.System.*;

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Maven dependency:
4242
<dependency>
4343
<groupId>org.oser.tools.jdbc</groupId>
4444
<artifactId>linked-db-rows</artifactId>
45-
<version>0.13</version>
45+
<version>0.14</version>
4646
</dependency>
4747
```
4848

0 commit comments

Comments
 (0)