Skip to content

Commit

Permalink
bump: Pin postgres to latest cve-free patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
hsinn0 committed Feb 29, 2024
1 parent a7c2f3c commit 2f5d76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ libraries.mockito = "org.mockito:mockito-core"
libraries.mockitoJunit5 = "org.mockito:mockito-junit-jupiter"
libraries.passay = "org.passay:passay:1.6.4"
libraries.beanutils = "commons-beanutils:commons-beanutils:1.9.4"
libraries.postgresql = "org.postgresql:postgresql"
libraries.postgresql = "org.postgresql:postgresql:42.3.9"
libraries.selenium = "org.seleniumhq.selenium:selenium-java:${versions.seleniumVersion}"
libraries.seleniumHttp = "org.seleniumhq.selenium:selenium-http-jdk-client:${versions.seleniumVersion}"
libraries.slf4jApi = "org.slf4j:slf4j-api"
Expand Down

0 comments on commit 2f5d76c

Please sign in to comment.