File tree 2 files changed +3
-3
lines changed
orko-base/src/test/java/com/gruelbox/orko/db
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ public Collection<Table> tables() {
104
104
@ Test
105
105
public void testDbDump () throws IOException , SQLException {
106
106
DataSource dataSource = connectionResources .getDataSource ();
107
- try (Connection conn = dataSource .getConnection ();
108
- DSLContext dsl = DSL .using (conn , jooqDialect (H2 .IDENTIFIER ))) {
107
+ try (Connection conn = dataSource .getConnection ()) {
108
+ DSLContext dsl = DSL .using (conn , jooqDialect (H2 .IDENTIFIER ));
109
109
110
110
conn .setAutoCommit (true );
111
111
Original file line number Diff line number Diff line change 437
437
<dependency >
438
438
<groupId >org.jooq</groupId >
439
439
<artifactId >jooq</artifactId >
440
- <version >3.13.5 </version >
440
+ <version >3.14.8 </version >
441
441
</dependency >
442
442
443
443
<dependency >
You can’t perform that action at this time.
0 commit comments