Skip to content

Commit 42e2c2e

Browse files
authored
chore(deps): update regular dependencies (#568)
driver snowflake, trino, duckdb, oracle, sqlite commons codec
1 parent dc4b616 commit 42e2c2e

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ subprojects {
127127
testImplementation "org.hamcrest:hamcrest-library"
128128

129129
testImplementation group: 'com.h2database', name: 'h2'
130-
testImplementation group: 'commons-codec', name: 'commons-codec', version: '1.17.2'
130+
testImplementation group: 'commons-codec', name: 'commons-codec', version: '1.18.0'
131131
}
132132
}
133133

plugin-jdbc-as400/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jar {
1313
}
1414

1515
dependencies {
16-
implementation 'net.sf.jt400:jt400:20.0.8'
16+
implementation 'net.sf.jt400:jt400:21.0.0'
1717
implementation project(':plugin-jdbc')
1818

1919
testImplementation project(':plugin-jdbc').sourceSets.test.output

plugin-jdbc-duckdb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jar {
1313
}
1414

1515
dependencies {
16-
implementation("org.duckdb:duckdb_jdbc:1.1.3")
16+
implementation("org.duckdb:duckdb_jdbc:1.2.1")
1717
implementation project(':plugin-jdbc')
1818

1919
testImplementation project(':plugin-jdbc').sourceSets.test.output

plugin-jdbc-oracle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jar {
1313
}
1414

1515
dependencies {
16-
implementation("com.oracle.database.jdbc:ojdbc11:23.6.0.24.10")
16+
implementation("com.oracle.database.jdbc:ojdbc11:23.7.0.25.01")
1717
implementation project(':plugin-jdbc')
1818

1919
testImplementation project(':plugin-jdbc').sourceSets.test.output

plugin-jdbc-snowflake/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jar {
1313
}
1414

1515
dependencies {
16-
implementation("net.snowflake:snowflake-jdbc:3.21.0")
16+
implementation("net.snowflake:snowflake-jdbc:3.23.1")
1717
implementation project(':plugin-jdbc')
1818

1919
compileOnly group: "io.kestra", name: "script", version: kestraVersion

plugin-jdbc-sqlite/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jar {
1313
}
1414

1515
dependencies {
16-
jdbcDriver 'org.xerial:sqlite-jdbc:3.48.0.0'
16+
jdbcDriver 'org.xerial:sqlite-jdbc:3.49.1.0'
1717
implementation project(':plugin-jdbc')
1818
api 'org.bouncycastle:bcprov-jdk18on:1.80'
1919
api 'org.bouncycastle:bcpkix-jdk18on:1.80'

plugin-jdbc-trino/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jar {
1313
}
1414

1515
dependencies {
16-
implementation("io.trino:trino-jdbc:468")
16+
implementation("io.trino:trino-jdbc:472")
1717
implementation project(':plugin-jdbc')
1818

1919
testImplementation project(':plugin-jdbc').sourceSets.test.output

0 commit comments

Comments
 (0)