diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 29007c6a..01b835fd 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -33,7 +33,7 @@ object Dependencies { "com.google.protobuf" % "protobuf-java" % "3.25.3", // use the same version as in scalapb ("io.confluent" % "kafka-avro-serializer" % confluentAvroSerializerVersion % Test).excludeAll( confluentLibsExclusionRules: _*), - "jakarta.ws.rs" % "jakarta.ws.rs-api" % "3.1.0" % Test, + "jakarta.ws.rs" % "jakarta.ws.rs-api" % "4.0.0" % Test, "org.testcontainers" % "kafka" % testcontainersVersion % Test, "org.scalatest" %% "scalatest" % scalaTestVersion % Test, "io.spray" %% "spray-json" % "1.3.6" % Test,