Skip to content

Commit

Permalink
[BEAM-7090] Upgrade JdbcIO to use Commons DBCP 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbonofre committed Apr 17, 2019
1 parent 21f1b0d commit 5684a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/java/io/jdbc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ext.summary = "IO to read and write on JDBC datasource."
dependencies {
shadow library.java.vendored_guava_20_0
shadow project(path: ":beam-sdks-java-core", configuration: "shadow")
shadow "org.apache.commons:commons-dbcp2:2.1.1"
shadow "org.apache.commons:commons-dbcp2:2.6.0"
testCompile project(path: ":beam-sdks-java-core", configuration: "shadowTest")
testCompile project(path: ":beam-runners-direct-java", configuration: "shadow")
testCompile project(path: ":beam-sdks-java-io-common", configuration: "shadow")
Expand Down

0 comments on commit 5684a6d

Please sign in to comment.