Skip to content

Commit

Permalink
Update pg driver due CVE-2024-1597
Browse files Browse the repository at this point in the history
  • Loading branch information
ahormazabal committed Feb 21, 2024
1 parent e677fac commit 146b37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rundeckapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ dependencies {
runtimeOnly "com.h2database:h2:2.2.220"
runtimeOnly 'com.microsoft.sqlserver:mssql-jdbc:9.4.0.jre8'
runtimeOnly 'org.mariadb.jdbc:mariadb-java-client:2.7.0'
runtimeOnly 'org.postgresql:postgresql:42.3.8'
runtimeOnly 'org.postgresql:postgresql:42.7.2'
runtimeOnly 'org.rundeck.hibernate:rundeck-oracle-dialect:1.0.0'

runtimeOnly "org.springframework:spring-jcl:${springVersion}"
Expand Down

0 comments on commit 146b37f

Please sign in to comment.