This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors-kafka.git
The following commit(s) were added to refs/heads/main by this push:
new a69b1658 Update jakarta.ws.rs-api to 4.0.0 (#180)
a69b1658 is described below
commit a69b16589d5441a99afbd2c344aab6d8dd401a1a
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun May 5 11:08:04 2024 +0100
Update jakarta.ws.rs-api to 4.0.0 (#180)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]