Skip to content

Commit

Permalink
Pin postgresql 42.3.6
Browse files Browse the repository at this point in the history
Allow dependabot upgrade on UAA and unpin the version from spring boot
Version 42.3.6 is currently defined in spring boot 2.6.x and 2.7.x
  • Loading branch information
strehle authored Aug 10, 2022
1 parent ac6ac0b commit 7f18e76
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 @@ -67,7 +67,7 @@ libraries.mariaJdbcDriver = "org.mariadb.jdbc:mariadb-java-client"
libraries.mockito = "org.mockito:mockito-core"
libraries.mockitoJunit5 = "org.mockito:mockito-junit-jupiter"
libraries.passay = "org.passay:passay:1.6.1"
libraries.postgresql = "org.postgresql:postgresql"
libraries.postgresql = "org.postgresql:postgresql:42.3.6"
libraries.selenium = "org.seleniumhq.selenium:selenium-java"
libraries.slf4jApi = "org.slf4j:slf4j-api"
libraries.slf4jImpl = "org.apache.logging.log4j:log4j-slf4j-impl"
Expand Down

0 comments on commit 7f18e76

Please sign in to comment.