Skip to content

Commit 18cf90c

Browse files
author
WhiteSource for GitHub.com
committed
Update dependency org.postgresql:postgresql to v42.2.13
1 parent 1db3170 commit 18cf90c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ dependencies {
127127

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

133133
// Logging

elasticsearch-agent/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jaksonVersion=2.9.6
1111
shedlockVersion=3.0.0
1212

1313
c3p0Version=0.9.5.2
14-
postgresqlVersion=42.1.4
14+
postgresqlVersion=42.2.13
1515

1616
apacheCommonsIOVersion=2.6
1717
apacheCommonsLangVersion=3.8.1

notifier/smtp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
compile group: 'org.apache.logging.log4j', name: 'log4j-jcl', version: '2.8'
3535

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

0 commit comments

Comments
 (0)