Skip to content

Commit

Permalink
Update dependency org.postgresql:postgresql to v42.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteSource for github.com committed Sep 13, 2021
1 parent 1db3170 commit 9165c2c
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 @@ -127,7 +127,7 @@ dependencies {

//DB
compile("org.springframework:spring-jdbc")
compile group: "org.postgresql", name: "postgresql", version: "42.1.4"
compile group: "org.postgresql", name: "postgresql", version: "42.2.13"
compile group: "com.mchange", name: "c3p0", version: "0.9.5.2"

// Logging
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch-agent/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jaksonVersion=2.9.6
shedlockVersion=3.0.0

c3p0Version=0.9.5.2
postgresqlVersion=42.1.4
postgresqlVersion=42.2.13

apacheCommonsIOVersion=2.6
apacheCommonsLangVersion=3.8.1
Expand Down
2 changes: 1 addition & 1 deletion notifier/smtp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
compile group: 'org.apache.logging.log4j', name: 'log4j-jcl', version: '2.8'

//DB
compile group: 'org.postgresql', name: 'postgresql', version: '42.1.4'
compile group: 'org.postgresql', name: 'postgresql', version: '42.2.13'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.8.7'
compile('org.springframework.boot:spring-boot-starter-data-jpa')
compile group: 'com.zaxxer', name: 'HikariCP', version: '3.2.0'
Expand Down

0 comments on commit 9165c2c

Please sign in to comment.