Skip to content

Commit

Permalink
chore(deps): Bump com.github.jsonld-java:jsonld-java
Browse files Browse the repository at this point in the history
Bumps [com.github.jsonld-java:jsonld-java](https://github.com/jsonld-java/jsonld-java) from 0.13.5 to 0.13.6.
- [Commits](jsonld-java/jsonld-java@v0.13.5...v0.13.6)

---
updated-dependencies:
- dependency-name: com.github.jsonld-java:jsonld-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bobeal committed Nov 6, 2023
1 parent ddabfc4 commit 71a6232
Showing 1 changed file with 1 addition and 1 deletion.
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("org.springframework.kafka:spring-kafka")

implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("com.github.jsonld-java:jsonld-java:0.13.5")
implementation("com.github.jsonld-java:jsonld-java:0.13.6")

implementation("io.arrow-kt:arrow-fx-coroutines:1.2.1")

Expand Down

0 comments on commit 71a6232

Please sign in to comment.