Skip to content

Commit ebb4357

Browse files
authored
Update postgresql to 42.7.0 (#3285)
## About this PR 📦 Updates [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from `42.6.0` to `42.7.0` 📜 [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.postgresql", artifactId = "postgresql" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.postgresql", artifactId = "postgresql" } }] ``` </details> <sup> labels: library-update </sup>
1 parent 9db1693 commit ebb4357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ lazy val jdbc =
642642
libraryDependencies ++= Seq(
643643
"org.xerial" % "sqlite-jdbc" % SQLITE_JDBC_VERSION,
644644
"org.duckdb" % "duckdb_jdbc" % "0.9.2",
645-
"org.postgresql" % "postgresql" % "42.6.0",
645+
"org.postgresql" % "postgresql" % "42.7.0",
646646
"com.zaxxer" % "HikariCP" % "5.1.0",
647647
// For routing slf4j log to airframe-log
648648
"org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION

0 commit comments

Comments
 (0)