Skip to content

Commit

Permalink
Update dependency com.mchange:c3p0 to v0.9.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteSource for github.com committed Oct 5, 2021
1 parent 1db3170 commit 8ad0588
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ dependencies {
//DB
compile("org.springframework:spring-jdbc")
compile group: "org.postgresql", name: "postgresql", version: "42.1.4"
compile group: "com.mchange", name: "c3p0", version: "0.9.5.2"
compile group: "com.mchange", name: "c3p0", version: "0.9.5.4"

// Logging
compile group: "org.slf4j", name: "slf4j-api", version: "1.7.24"
Expand Down
2 changes: 1 addition & 1 deletion data-transfer-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {

// DB
compile group: "com.h2database", name: "h2", version: "1.4.197"
compile group: "com.mchange", name: "c3p0", version: "0.9.5.2"
compile group: "com.mchange", name: "c3p0", version: "0.9.5.4"

// Swagger
compile group: "io.springfox", name: "springfox-swagger2", version: swaggerVersion
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch-agent/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mapstructVersion=1.2.0.Final
jaksonVersion=2.9.6
shedlockVersion=3.0.0

c3p0Version=0.9.5.2
c3p0Version=0.9.5.4
postgresqlVersion=42.1.4

apacheCommonsIOVersion=2.6
Expand Down

0 comments on commit 8ad0588

Please sign in to comment.