Skip to content

Commit a61b671

Browse files
authored
Merge pull request #35 from trocco-io/bump-up-jdbc-to-3.13.14
bump up snowflake-jdbc version to 3.13.14
2 parents f78bb05 + 86affd4 commit a61b671

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.5"
54+
compile "net.snowflake:snowflake-jdbc:3.13.14"
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.5
9+
net.snowflake:snowflake-jdbc:3.13.14
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)