Skip to content

Commit

Permalink
chore: Major dependency updates (#3300)
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Kleinbölting <[email protected]>
Co-authored-by: Christian Kleinbölting <[email protected]>
  • Loading branch information
3 people authored Jul 8, 2024
1 parent 34afc96 commit 63b202d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object Dependencies {
val PekkoActorVersion = "1.0.3"
val PekkoHttpVersion = "1.0.1"
val JenaVersion = "5.0.0"
val Rdf4jVersion = "4.3.12"
val Rdf4jVersion = "5.0.0"

val ZioConfigVersion = "4.0.2"
val ZioLoggingVersion = "2.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -772,10 +772,6 @@ object GravsearchParser {
override def meet(load: algebra.Load): Unit =
unsupported(load)

@deprecated("'org.eclipse.rdf4j.query.algebra.Like' is deprecated and marked for removal ")
override def meet(node: algebra.Like): Unit =
unsupported(node)

override def meet(node: algebra.LeftJoin): Unit = {
// Visit the nodes that aren't in the OPTIONAL.
node.getLeftArg.visit(this)
Expand Down

0 comments on commit 63b202d

Please sign in to comment.