Skip to content

Commit cf6912c

Browse files
Update enumeratum, enumeratum-circe to 1.9.8 (#5313)
1 parent a3f7053 commit cf6912c

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2269,8 +2269,8 @@ lazy val openapiCodegenCore: ProjectMatrix = (projectMatrix in file("openapi-cod
22692269
}
22702270
},
22712271
libraryDependencies ++= Seq(
2272-
"com.beachape" %% "enumeratum" % "1.9.7" % Test,
2273-
"com.beachape" %% "enumeratum-circe" % "1.9.7" % Test,
2272+
"com.beachape" %% "enumeratum" % "1.9.8" % Test,
2273+
"com.beachape" %% "enumeratum-circe" % "1.9.8" % Test,
22742274
"io.circe" %% "circe-core" % Versions.circe,
22752275
"io.circe" %% "circe-generic" % Versions.circe,
22762276
"io.circe" %% "circe-yaml" % Versions.circeYaml,

openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/nifi_test/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ libraryDependencies ++= Seq(
1717
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.11.10",
1818
"com.softwaremill.sttp.client3" %% "http4s-backend" % "3.11.0",
1919
"io.circe" %% "circe-generic" % "0.14.16",
20-
"com.beachape" %% "enumeratum" % "1.9.7",
21-
"com.beachape" %% "enumeratum-circe" % "1.9.7",
20+
"com.beachape" %% "enumeratum" % "1.9.8",
21+
"com.beachape" %% "enumeratum-circe" % "1.9.8",
2222
"com.github.geirolz" %% "cats-xml" % catsXmlVersion,
2323
"com.github.geirolz" %% "cats-xml-generic" % catsXmlVersion,
2424
"org.scalatest" %% "scalatest" % "3.2.20" % Test,

openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/oneOf-json-roundtrip/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ libraryDependencies ++= Seq(
1616
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.11.10",
1717
"com.softwaremill.sttp.client3" %% "http4s-backend" % "3.11.0",
1818
"io.circe" %% "circe-generic" % "0.14.16",
19-
"com.beachape" %% "enumeratum" % "1.9.7",
20-
"com.beachape" %% "enumeratum-circe" % "1.9.7",
19+
"com.beachape" %% "enumeratum" % "1.9.8",
20+
"com.beachape" %% "enumeratum-circe" % "1.9.8",
2121
"org.scalatest" %% "scalatest" % "3.2.20" % Test,
2222
"com.softwaremill.sttp.tapir" %% "tapir-sttp-stub-server" % tapirVersion % Test
2323
)

openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/oneOf-json-roundtrip_jsoniter/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ libraryDependencies ++= Seq(
1717
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % tapirVersion,
1818
"com.softwaremill.sttp.tapir" %% "tapir-pekko-http-server" % tapirVersion,
1919
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.11.10",
20-
"com.beachape" %% "enumeratum" % "1.9.7",
20+
"com.beachape" %% "enumeratum" % "1.9.8",
2121
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % jsoniterScalaVersion,
2222
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % jsoniterScalaVersion % "compile-internal",
2323
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-circe" % jsoniterScalaVersion,

openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/oneOf-json-roundtrip_jsoniter_scala3/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ libraryDependencies ++= Seq(
1616
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % tapirVersion,
1717
"com.softwaremill.sttp.tapir" %% "tapir-http4s-server" % tapirVersion,
1818
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.11.10",
19-
"com.beachape" %% "enumeratum" % "1.9.7",
19+
"com.beachape" %% "enumeratum" % "1.9.8",
2020
"co.fs2" %% "fs2-core" % "3.12.2",
2121
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.38.16",
2222
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.38.16" % "compile-internal",

openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/petstore/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ libraryDependencies ++= Seq(
1616
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.11.10",
1717
"io.circe" %% "circe-generic" % "0.14.16",
1818
"com.beachape" %% "enumeratum" % "1.7.5",
19-
"com.beachape" %% "enumeratum-circe" % "1.9.7",
19+
"com.beachape" %% "enumeratum-circe" % "1.9.8",
2020
"com.github.geirolz" %% "cats-xml" % catsXmlVersion,
2121
"com.github.geirolz" %% "cats-xml-generic" % catsXmlVersion,
2222
"org.scalatest" %% "scalatest" % "3.2.20" % Test,

project/Versions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ object Versions {
3737
val scalaTestPlusScalaCheck = "3.2.20.0"
3838
val refined = "0.11.3"
3939
val iron = "3.3.1"
40-
val enumeratum = "1.9.7"
40+
val enumeratum = "1.9.8"
4141
val zio = "2.1.26"
4242
val zioHttp = "3.11.2"
4343
val zioInteropCats = "23.1.0.13"

0 commit comments

Comments
 (0)