Skip to content

Commit

Permalink
Merge pull request #98 from kbss-cvut/fix/fta-fmea-ui-294-fix-creatin…
Browse files Browse the repository at this point in the history
…g-fault-tree

[Fix kbss-cvut/fta-fmea-ui#294] Bump jsonld version to 0.14.3
  • Loading branch information
blcham authored May 17, 2024
2 parents d3e56ac + 2df9fe3 commit cc18f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
def jopaVersion = '2.0.0-SNAPSHOT'
implementation "cz.cvut.kbss.jopa:jopa-impl:$jopaVersion"
implementation "cz.cvut.kbss.jopa:ontodriver-rdf4j:$jopaVersion"
implementation 'cz.cvut.kbss.jsonld:jb4jsonld-jackson:0.13.2'
implementation 'cz.cvut.kbss.jsonld:jb4jsonld-jackson:0.14.3'
implementation 'com.github.ledsoft:jopa-spring-transaction:0.3.0-SNAPSHOT'

implementation 'org.springframework.boot:spring-boot-starter-web'
Expand Down

0 comments on commit cc18f4d

Please sign in to comment.