Skip to content

Commit

Permalink
Update postgresql to 42.7.1 (#3298)
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.0` to `42.7.1`

πŸ“œ [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 Dec 7, 2023
1 parent 906faf5 commit 0804fd4
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.9.2",
"org.postgresql" % "postgresql" % "42.7.0",
"org.postgresql" % "postgresql" % "42.7.1",
"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 0804fd4

Please sign in to comment.