Skip to content

Commit

Permalink
[Upgrade] Bump jopa version
Browse files Browse the repository at this point in the history
  • Loading branch information
kostobog committed Jun 27, 2024
1 parent 9485797 commit ab88263
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 @@ -30,7 +30,7 @@ war {
sourceSets.main.java.srcDirs += "src/main/generated"

dependencies {
def jopaVersion = '2.0.0'
def jopaVersion = '2.0.2'
implementation "cz.cvut.kbss.jopa:jopa-impl:$jopaVersion"
implementation "cz.cvut.kbss.jopa:ontodriver-rdf4j:$jopaVersion"
implementation 'cz.cvut.kbss.jsonld:jb4jsonld-jackson:0.14.3'
Expand Down

0 comments on commit ab88263

Please sign in to comment.