Skip to content

Commit

Permalink
Upgrade Jena
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn committed Jan 20, 2020
1 parent cce9fac commit 73963b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ allprojects { subproj ->
exclude group: 'com.google.code.findbugs', module: 'jsr305'
}
resolutionStrategy {
// use version 0.13 until Jena releases 3.14
force "org.apache.thrift:libthrift:$thriftVersion"
// use version 1.25 until jackson-dataformat-yaml updates dependency
force "org.yaml:snakeyaml:$snakeyamlVersion"
}
Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ activeMqVersion = 5.15.11
dropwizardVersion = 2.0.0
guavaVersion = 28.2-jre
jacksonVersion = 2.10.1
jenaVersion = 3.13.1
jenaVersion = 3.14.0
jjwtVersion = 0.10.7
jsonldVersion = 0.13.0
kafkaVersion = 2.4.0
Expand All @@ -44,7 +44,6 @@ rxjavaVersion = 2.2.17

# Transitive dependencies
snakeyamlVersion = 1.25
thriftVersion = 0.13.0

# Testing
apiguardianVersion = 1.1.0
Expand Down

0 comments on commit 73963b8

Please sign in to comment.