From 705bc13cc0771d2fe5f72fba62971d8549762665 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sun, 4 Jan 2026 00:10:52 +0000 Subject: [PATCH] Update jsoniter-scala-core, ... to 2.38.8 --- build.sbt | 4 ++-- .../oneOf-json-roundtrip_jsoniter/build.sbt | 2 +- .../oneOf-json-roundtrip_jsoniter_scala3/build.sbt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index 13243504a3..8f2577a071 100644 --- a/build.sbt +++ b/build.sbt @@ -2168,8 +2168,8 @@ lazy val openapiCodegenCore: ProjectMatrix = (projectMatrix in file("openapi-cod scalaOrganization.value % "scala-compiler" % scalaVersion.value % Test, "com.beachape" %% "enumeratum" % "1.9.0" % Test, "com.beachape" %% "enumeratum-circe" % "1.9.0" % Test, - "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.38.7" % Test, - "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.38.7" % Provided + "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.38.8" % Test, + "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.38.8" % Provided ) ) .dependsOn(core % Test, circeJson % Test, jsoniterScala % Test, zioJson % Test) diff --git a/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/oneOf-json-roundtrip_jsoniter/build.sbt b/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/oneOf-json-roundtrip_jsoniter/build.sbt index b25954aafa..c2ec42d977 100644 --- a/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/oneOf-json-roundtrip_jsoniter/build.sbt +++ b/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/oneOf-json-roundtrip_jsoniter/build.sbt @@ -10,7 +10,7 @@ lazy val root = (project in file(".")) ) val catsXmlVersion = "0.0.20" -val jsoniterScalaVersion = "2.38.7" +val jsoniterScalaVersion = "2.38.8" val tapirVersion = "1.11.18" libraryDependencies ++= Seq( "com.softwaremill.sttp.tapir" %% "tapir-jsoniter-scala" % tapirVersion, diff --git a/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/oneOf-json-roundtrip_jsoniter_scala3/build.sbt b/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/oneOf-json-roundtrip_jsoniter_scala3/build.sbt index 647e9a21f4..90b448db09 100644 --- a/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/oneOf-json-roundtrip_jsoniter_scala3/build.sbt +++ b/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/oneOf-json-roundtrip_jsoniter_scala3/build.sbt @@ -18,8 +18,8 @@ libraryDependencies ++= Seq( "com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.11.10", "com.beachape" %% "enumeratum" % "1.9.0", "co.fs2" %% "fs2-core" % "3.12.2", - "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.38.7", - "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.38.7" % "compile-internal", + "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.38.8", + "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.38.8" % "compile-internal", "org.scalatest" %% "scalatest" % "3.2.19" % Test, "com.softwaremill.sttp.tapir" %% "tapir-sttp-stub-server" % "1.10.0" % Test, "com.softwaremill.sttp.client3" %% "http4s-backend" % "3.11.0" % Test