Skip to content

Commit

Permalink
[WOR-1668] Update pg jdbc driver to pull in cve fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbst-broad committed May 8, 2024
1 parent a33cafd commit f4c415b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
implementation group: 'jakarta.validation', name: 'jakarta.validation-api', version: '3.0.2'
implementation group: 'org.liquibase', name: 'liquibase-core', version: '4.22.0'
implementation group: 'org.webjars', name: 'webjars-locator-core', version: '0.52'
runtimeOnly group: 'org.postgresql', name: 'postgresql', version: '42.4.3'
runtimeOnly group: 'org.postgresql', name: 'postgresql', version: '42.7.3'

// OpenTelemetry
var openTelemetryVersion = '1.31.0'
Expand Down

0 comments on commit f4c415b

Please sign in to comment.