diff --git a/build.gradle b/build.gradle index e75931b..5bf58c5 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ repositories { dependencies { implementation group: 'commons-io', name: 'commons-io', version: '2.13.0' - implementation group: 'org.apache.commons', name: 'commons-dbcp2', version: '2.9.0' + implementation group: 'org.apache.commons', name: 'commons-dbcp2', version: '2.10.0' implementation group: 'com.beust', name: 'jcommander', version: '1.82' implementation group: 'me.tongfei', name: 'progressbar', version: '0.10.0'