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/incubator-pekko-persistence-cassandra.git
The following commit(s) were added to refs/heads/main by this push:
new ebab118 Update org.osgi.core to 6.0.0 (#153)
ebab118 is described below
commit ebab118e619bc1b2d566523f70bb96ccb84619b3
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 12 20:28:55 2024 +0100
Update org.osgi.core to 6.0.0 (#153)
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 95a0d43..925009b 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -59,7 +59,7 @@ object Dependencies {
"org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"org.pegdown" % "pegdown" % "1.6.0" % Test,
- "org.osgi" % "org.osgi.core" % "5.0.0" % Provided) ++ pekkoTestDeps.map(_
% pekkoVersion % Test)
+ "org.osgi" % "org.osgi.core" % "6.0.0" % Provided) ++ pekkoTestDeps.map(_
% pekkoVersion % Test)
val exampleDependencies = Seq(
logback,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]