Skip to content

Commit 05ab1ee

Browse files
committed
fixed a small issue
1 parent 7837005 commit 05ab1ee

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

project/Versions.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
object Versions {
22
lazy val http4sVersion = "0.23.27"
3-
lazy val rdf4jVersion = "5.0.1"
3+
lazy val rdf4jVersion = "5.0.2"
44
lazy val virtuosoJDBCVersion = "3.123"
55
lazy val virtuosoRDF4JVersion = "1.17"
66
lazy val dataToolsVersion = "1.3.2"
@@ -18,5 +18,5 @@ object Versions {
1818
lazy val scalaLogging = "3.9.5"
1919
lazy val logbackVersion = "1.5.6"
2020
lazy val scalatestVersion = "3.2.19"
21-
lazy val testContainersVersion = "1.20.0"
21+
lazy val testContainersVersion = "1.20.1"
2222
}

uservice/src/main/scala/it/agilelab/dataplatformshaper/uservice/api/intepreter/OntologyManagerHandler.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,8 @@ class OntologyManagerHandler[F[_]: Async](
10651065
mappingDefinition.mappingKey.sourceEntityTypeName,
10661066
mappingDefinition.mappingKey.targetEntityTypeName
10671067
),
1068-
_
1068+
_,
1069+
mappingDefinition.additionalSourcesReferences
10691070
)
10701071
)
10711072
.pure[F]

0 commit comments

Comments
 (0)