Skip to content

Commit

Permalink
Upgrade Postgres Version
Browse files Browse the repository at this point in the history
  • Loading branch information
muthusubra committed Feb 20, 2024
1 parent a8c409c commit 71057c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crime-evidence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ def versions = [
pitest : "1.4.10",
crimeCommonsVersion : "2.13.6",
wmStubRunnerVersion : "4.0.1",
springDocWebMVCVersion : "2.1.0"
springDocWebMVCVersion : "2.1.0",
postgresqlVersion : "42.7.1"
]

java {
Expand All @@ -43,7 +44,7 @@ dependencies {
implementation "org.springframework.boot:spring-boot-starter-oauth2-resource-server"
implementation "org.springframework.boot:spring-boot-starter-data-jpa"

implementation "org.postgresql:postgresql"
implementation "org.postgresql:postgresql:$versions.postgresqlVersion"
implementation "org.liquibase:liquibase-core"
implementation "io.micrometer:micrometer-registry-prometheus"
implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:$versions.springDocWebMVCVersion"
Expand Down

0 comments on commit 71057c0

Please sign in to comment.