Skip to content

Commit

Permalink
Update postgresql to 42.7.2 (#3393)
Browse files Browse the repository at this point in the history
## About this PR
πŸ“¦ Updates [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc)
from `42.7.1` to `42.7.2`

πŸ“œ [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>
  • Loading branch information
xerial-bot authored Feb 20, 2024
1 parent 381db09 commit a66b310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ lazy val jdbc =
libraryDependencies ++= Seq(
"org.xerial" % "sqlite-jdbc" % SQLITE_JDBC_VERSION,
"org.duckdb" % "duckdb_jdbc" % "0.10.0",
"org.postgresql" % "postgresql" % "42.7.1",
"org.postgresql" % "postgresql" % "42.7.2",
"com.zaxxer" % "HikariCP" % "5.1.0",
// For routing slf4j log to airframe-log
"org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION
Expand Down

0 comments on commit a66b310

Please sign in to comment.