Skip to content

Commit

Permalink
chore(deps): Bump com.apicatalog:titanium-json-ld from 1.4.0 to 1.4.1 (
Browse files Browse the repository at this point in the history
…#1195)

* chore(deps): Bump com.apicatalog:titanium-json-ld from 1.4.0 to 1.4.1

Bumps [com.apicatalog:titanium-json-ld](https://github.com/filip26/titanium-json-ld) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/filip26/titanium-json-ld/releases)
- [Commits](filip26/titanium-json-ld@v1.4.0...v1.4.1)

---
updated-dependencies:
- dependency-name: com.apicatalog:titanium-json-ld
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix(titanium): typos fixed in 1.4.1

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Benoit Orihuela <[email protected]>
  • Loading branch information
dependabot[bot] and bobeal authored Jul 16, 2024
1 parent c695e5d commit 2600a10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.4.0")
implementation("com.apicatalog:titanium-json-ld:1.4.1")
implementation("org.glassfish:jakarta.json:2.0.1")

implementation("io.arrow-kt:arrow-fx-coroutines:1.2.4")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2036,7 +2036,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 wa a problem encountered loading a remote context [https://easyglobalmarket.com/contexts/diat.jsonld]])"
"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 [https://easyglobalmarket.com/contexts/diat.jsonld]])"
}
""".trimIndent()
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ 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 wa a problem " +
"loading a remote context [code=LOADING_REMOTE_CONTEXT_FAILED]., message=There was 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

0 comments on commit 2600a10

Please sign in to comment.