From d7a85bf972c4d4384c13528f6a0824d10ee062cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 00:01:56 +0000 Subject: [PATCH] Bump co.fs2:fs2-core_2.13 from 3.12.0 to 3.12.2 Bumps [co.fs2:fs2-core_2.13](https://github.com/typelevel/fs2) from 3.12.0 to 3.12.2. - [Release notes](https://github.com/typelevel/fs2/releases) - [Changelog](https://github.com/typelevel/fs2/blob/main/CHANGELOG.md) - [Commits](https://github.com/typelevel/fs2/compare/v3.12.0...v3.12.2) --- updated-dependencies: - dependency-name: co.fs2:fs2-core_2.13 dependency-version: 3.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- csv-validator-core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csv-validator-core/pom.xml b/csv-validator-core/pom.xml index 3e303cf2..cfc6c1df 100644 --- a/csv-validator-core/pom.xml +++ b/csv-validator-core/pom.xml @@ -121,7 +121,7 @@ co.fs2 fs2-core_${scala.version} - 3.12.0 + 3.12.2 co.fs2