From 0fc2a7eed26cef7a2ae4a48330444ea5e7c89a1f Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Tue, 5 Nov 2024 16:09:43 -0800 Subject: [PATCH] Update fluency-core, fluency-fluentd, ... to 2.7.3 (#3714) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## About this PR 📦 Updates * [org.komamitsu:fluency-core](https://github.com/komamitsu/fluency) * [org.komamitsu:fluency-fluentd](https://github.com/komamitsu/fluency) * [org.komamitsu:fluency-treasuredata](https://github.com/komamitsu/fluency) from `2.7.2` to `2.7.3` 📜 [GitHub Release Notes](https://github.com/komamitsu/fluency/releases/tag/2.7.3) - [Changelog](https://github.com/komamitsu/fluency/blob/master/CHANGELOG.md) - [Version Diff](https://github.com/komamitsu/fluency/compare/2.7.2...2.7.3) ## 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/7ec418cd5441d449f037bca6d34326534c07a5dd/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_
🔍 Files still referring to the old version number The following files still refer to the old version number (2.7.2). You might want to review and update them manually. ``` docs/release-notes.md ```
⚙ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.komamitsu" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.komamitsu" } }] ```
labels: library-update --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index be96cfb07..952d86954 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ val JS_JAVA_LOGGING_VERSION = "1.0.0" val JS_JAVA_TIME_VERSION = "1.0.0" val SCALAJS_DOM_VERSION = "2.8.0" val FINAGLE_VERSION = "24.2.0" -val FLUENCY_VERSION = "2.7.2" +val FLUENCY_VERSION = "2.7.3" val GRPC_VERSION = "1.68.1" val JMH_VERSION = "1.37" val JAVAX_ANNOTATION_API_VERSION = "1.3.2"