Skip to content

Commit 8458f1c

Browse files
authored
Update HikariCP to 5.1.0 (#3264)
## About this PR 📦 Updates [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from `5.0.1` to `5.1.0` ## 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>🔍 Files still referring to the old version number</summary> The following files still refer to the old version number (5.0.1). You might want to review and update them manually. ``` airspec/project/plugin.sbt docs/release-notes.md project/plugin.sbt sbt-airframe/project/plugin.sbt ``` </details> <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.zaxxer", artifactId = "HikariCP" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.zaxxer", artifactId = "HikariCP" } }] ``` </details> <sup> labels: library-update </sup>
1 parent f45b410 commit 8458f1c

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
@@ -638,7 +638,7 @@ lazy val jdbc =
638638
"org.xerial" % "sqlite-jdbc" % SQLITE_JDBC_VERSION,
639639
"org.duckdb" % "duckdb_jdbc" % "0.9.1",
640640
"org.postgresql" % "postgresql" % "42.6.0",
641-
"com.zaxxer" % "HikariCP" % "5.0.1",
641+
"com.zaxxer" % "HikariCP" % "5.1.0",
642642
// For routing slf4j log to airframe-log
643643
"org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION
644644
)

0 commit comments

Comments
 (0)