Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump com.apicatalog:titanium-json-ld from 1.3.3 to 1.4.0 #1105

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ subprojects {

implementation("com.fasterxml.jackson.module:jackson-module-kotlin")

implementation("com.apicatalog:titanium-json-ld:1.3.3")
implementation("com.apicatalog:titanium-json-ld:1.4.0")
implementation("org.glassfish:jakarta.json:2.0.1")

implementation("io.arrow-kt:arrow-fx-coroutines:1.2.3")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,7 @@ class EntityHandlerTests {
{
"type": "https://uri.etsi.org/ngsi-ld/errors/LdContextNotAvailable",
"title": "A remote JSON-LD @context referenced in a request cannot be retrieved by the NGSI-LD Broker and expansion or compaction cannot be performed",
"detail": "Unable to load remote context (cause was: JsonLdError[code=There was a problem encountered loading a remote context [code=LOADING_REMOTE_CONTEXT_FAILED]., message=There was a problem encountered loading a remote context [code=LOADING_REMOTE_CONTEXT_FAILED].])"
"detail": "Unable to load remote context (cause was: JsonLdError[code=There was a problem encountered loading a remote context [code=LOADING_REMOTE_CONTEXT_FAILED]., message=There wa a problem encountered loading a remote context [https://easyglobalmarket.com/contexts/diat.jsonld]])"
}
""".trimIndent()
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ class ParsingUtilsTests {
assertTrue(it is LdContextNotAvailableException)
assertEquals(
"Unable to load remote context (cause was: JsonLdError[code=There was a problem encountered " +
"loading a remote context [code=LOADING_REMOTE_CONTEXT_FAILED]., message=There was a problem " +
"encountered loading a remote context [code=LOADING_REMOTE_CONTEXT_FAILED].])",
"loading a remote context [code=LOADING_REMOTE_CONTEXT_FAILED]., message=There wa a problem " +
"encountered loading a remote context " +
"[https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-non-existing.jsonld]])",
it.message
)
}, {
Expand Down
Loading