Skip to content

Commit

Permalink
⬆ Bump org.postgresql:postgresql from 42.7.2 to 42.7.3
Browse files Browse the repository at this point in the history
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.2 to 42.7.3.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.2...REL42.7.3)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent ad533cd commit 01dccb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ val hikariCPVersion = "5.1.0"
val flywayCoreVersion = "10.9.0"
val kotliqueryVersion = "1.9.0"
val mockkVersion = "1.13.10"
val postgresqlVersion = "42.7.2"
val postgresqlVersion = "42.7.3"

plugins {
kotlin("jvm") version "1.9.23"
Expand Down
2 changes: 1 addition & 1 deletion spesialist-migrering/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
val testcontainersVersion = "1.19.7"
val cloudSqlVersion = "1.16.0"
val postgresqlVersion = "42.7.2"
val postgresqlVersion = "42.7.3"

dependencies {
implementation("org.postgresql:postgresql:$postgresqlVersion")
Expand Down
2 changes: 1 addition & 1 deletion spesialist-opprydding-dev/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
val testcontainersVersion = "1.19.7"
val cloudSqlVersion = "1.16.0"
val postgresqlVersion = "42.7.2"
val postgresqlVersion = "42.7.3"

val mainClass = "no.nav.helse.opprydding.AppKt"

Expand Down

0 comments on commit 01dccb3

Please sign in to comment.