From 40f4b014dbf8a7dd50a000c254efb1569bb1f5dc Mon Sep 17 00:00:00 2001
From: "zio-scala-steward[bot]"
<145262613+zio-scala-steward[bot]@users.noreply.github.com>
Date: Sat, 20 Apr 2024 11:41:52 +0800
Subject: [PATCH] Update zio-logging-slf4j, ... to 2.2.3 (#1226)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## About this PR
📦 Updates
* [dev.zio:zio-logging-slf4j](https://github.com/zio/zio-logging)
* [dev.zio:zio-logging-slf4j2](https://github.com/zio/zio-logging)
from `2.2.2` to `2.2.3`
📜 [GitHub Release
Notes](https://github.com/zio/zio-logging/releases/tag/v2.2.3) -
[Version
Diff](https://github.com/zio/zio-logging/compare/v2.2.2...v2.2.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!_
âš™ Adjust future updates
Add this to your `.scala-steward.conf` file to ignore future updates of
this dependency:
```
updates.ignore = [ { groupId = "dev.zio" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "dev.zio" }
}]
```
labels: library-update, early-semver-patch, semver-spec-patch,
commit-count:1
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
---
build.sbt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.sbt b/build.sbt
index 412b82c8f..c34239065 100644
--- a/build.sbt
+++ b/build.sbt
@@ -157,7 +157,7 @@ lazy val zioKafkaTest =
libraryDependencies ++= Seq(
kafkaClients,
logback % Test,
- "dev.zio" %% "zio-logging-slf4j" % "2.2.2" % Test
+ "dev.zio" %% "zio-logging-slf4j" % "2.2.3" % Test
) ++ `embedded-kafka`.value
)
@@ -181,7 +181,7 @@ lazy val zioKafkaExample =
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.22",
"dev.zio" %% "zio-kafka" % "2.7.4",
- "dev.zio" %% "zio-logging-slf4j2" % "2.2.2",
+ "dev.zio" %% "zio-logging-slf4j2" % "2.2.3",
"io.github.embeddedkafka" %% "embedded-kafka" % embeddedKafkaVersion,
logback,
"dev.zio" %% "zio-kafka-testkit" % "2.7.4" % Test,