aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-xvid-app-common/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index 1ea069137..aff2cc813 100755
--- a/vid-app-common/pom.xml
+++ b/vid-app-common/pom.xml
@@ -488,10 +488,11 @@
<artifactId>jackson-module-kotlin</artifactId>
<version>${jackson.version}</version>
</dependency>
+ <!-- c3p0 is to override epsdk-app-common's c3p0 0.9.5.2 vulnerability -->
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
- <version>0.9.5.2</version>
+ <version>0.9.5.3</version>
</dependency>
<dependency>
<groupId>io.searchbox</groupId>