Skip to content

Commit debe292

Browse files
committed
upgrade snowflake-jdbc
1 parent 38a2382 commit debe292

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
testImplementation "org.embulk:embulk-parser-csv:0.10.31"
5252

5353
compile "org.embulk:embulk-output-jdbc:0.10.2"
54-
compile "net.snowflake:snowflake-jdbc:3.13.14"
54+
compile "net.snowflake:snowflake-jdbc:3.13.26"
5555
}
5656
embulkPlugin {
5757
mainClass = "org.embulk.output.SnowflakeOutputPlugin"

gradle/dependency-locks/embulkPluginRuntime.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ com.fasterxml.jackson.core:jackson-core:2.6.7
66
com.fasterxml.jackson.core:jackson-databind:2.6.7
77
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7
88
javax.validation:validation-api:1.1.0.Final
9-
net.snowflake:snowflake-jdbc:3.13.14
9+
net.snowflake:snowflake-jdbc:3.13.26
1010
org.embulk:embulk-output-jdbc:0.10.2
1111
org.embulk:embulk-util-config:0.3.0
1212
org.embulk:embulk-util-json:0.1.1

0 commit comments

Comments
 (0)