From 2b86495bc52094c85374333430e955d0e94f1e69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 00:17:39 +0000 Subject: [PATCH] Bump co.fs2:fs2-core_2.13 from 3.12.2 to 3.13.0 Bumps [co.fs2:fs2-core_2.13](https://github.com/typelevel/fs2) from 3.12.2 to 3.13.0. - [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.2...v3.13.0) --- updated-dependencies: - dependency-name: co.fs2:fs2-core_2.13 dependency-version: 3.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 b50c0cfc..7ba5cbd8 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.2 + 3.13.0 co.fs2