Skip to content

Commit

Permalink
Merge pull request #189 from opentable/dependabot/maven/org.postgresq…
Browse files Browse the repository at this point in the history
…l-postgresql-42.7.2

Bump org.postgresql:postgresql from 42.5.1 to 42.7.2
  • Loading branch information
mikebell90 committed Feb 21, 2024
2 parents 50aac82 + 9044813 commit e905885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<maven.compiler.target>${project.build.targetJdk}</maven.compiler.target>
<project.build.systemJdk>${project.build.targetJdk}</project.build.systemJdk>
<dep.testcontainers.version>1.19.0</dep.testcontainers.version>
<dep.postgres-jdbc.version>42.5.1</dep.postgres-jdbc.version>
<dep.postgres-jdbc.version>42.7.2</dep.postgres-jdbc.version>
<dep.liquibase.version>4.23.1</dep.liquibase.version>
<dep.slf4j.version>1.7.36</dep.slf4j.version>
<dep.flyway.version>8.5.13</dep.flyway.version>
Expand Down

0 comments on commit e905885

Please sign in to comment.