Skip to content

Commit

Permalink
fix(deps): update dependency org.postgresql:postgresql to v42.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2023
1 parent f2db8b5 commit 52bb7b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/habit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ext {
junitJupiter : '5.8.0',
chaosMonkey : '3.0.2',
testcontainers : '1.19.0',
postgresql : '42.6.0',
postgresql : '42.7.1',
springdoc : '2.2.0',
liquibase : '4.24.0',
pactProvider : '4.6.3',
Expand Down
2 changes: 1 addition & 1 deletion services/track/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ext {
chaosMonkey : '3.0.2',
testcontainers : '1.19.0',
reflections : '0.10.2',
postgresql : '42.6.0',
postgresql : '42.7.1',
jna : '5.8.0'
]
}
Expand Down

0 comments on commit 52bb7b2

Please sign in to comment.