Skip to content

Commit

Permalink
Update commons-codec to 1.17.2 (#273)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] authored Jan 12, 2025
1 parent 85a0ee7 commit baff8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object Dependencies {
"com.google.protobuf" % "protobuf-java" % "3.25.5", // use the same version as in scalapb
("io.confluent" % "kafka-avro-serializer" % confluentAvroSerializerVersion % Test).excludeAll(
confluentLibsExclusionRules: _*),
"commons-codec" % "commons-codec" % "1.17.1" % Test,
"commons-codec" % "commons-codec" % "1.17.2" % Test,
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "4.0.0" % Test,
"org.testcontainers" % "kafka" % testcontainersVersion % Test,
"org.scalatest" %% "scalatest" % scalaTestVersion % Test,
Expand Down

0 comments on commit baff8de

Please sign in to comment.