From ec0ab6f1e0c2a826ee21bb06a88508081484892d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2019 06:04:35 +0000 Subject: [PATCH] Bump commons-dbutils from 1.6 to 1.7 in /modules/oracle-xe (#1905) --- modules/oracle-xe/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/oracle-xe/build.gradle b/modules/oracle-xe/build.gradle index de1160fa84d..1ab61e997af 100644 --- a/modules/oracle-xe/build.gradle +++ b/modules/oracle-xe/build.gradle @@ -5,5 +5,5 @@ dependencies { testCompile 'com.oracle.ojdbc:ojdbc8:19.3.0.0' testCompile 'com.zaxxer:HikariCP-java6:2.3.8' - testCompile 'commons-dbutils:commons-dbutils:1.6' + testCompile 'commons-dbutils:commons-dbutils:1.7' }