Skip to content

Commit 5c4072a

Browse files
Update dependency org.jdbi:jdbi3-sqlobject to v3.47.0
1 parent dd68ed2 commit 5c4072a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contacts/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>org.jdbi</groupId>
9191
<artifactId>jdbi3-sqlobject</artifactId>
92-
<version>3.20.1</version>
92+
<version>3.47.0</version>
9393
</dependency>
9494
<!-- https://mvnrepository.com/artifact/org.hsqldb/hsqldb -->
9595
<dependency>

library/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>org.jdbi</groupId>
8787
<artifactId>jdbi3-sqlobject</artifactId>
88-
<version>3.20.1</version>
88+
<version>3.47.0</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>org.hsqldb</groupId>

0 commit comments

Comments
 (0)