Skip to content

Commit 73963b8

Browse files
committed
Upgrade Jena
1 parent cce9fac commit 73963b8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ allprojects { subproj ->
110110
exclude group: 'com.google.code.findbugs', module: 'jsr305'
111111
}
112112
resolutionStrategy {
113-
// use version 0.13 until Jena releases 3.14
114-
force "org.apache.thrift:libthrift:$thriftVersion"
115113
// use version 1.25 until jackson-dataformat-yaml updates dependency
116114
force "org.yaml:snakeyaml:$snakeyamlVersion"
117115
}

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ activeMqVersion = 5.15.11
3333
dropwizardVersion = 2.0.0
3434
guavaVersion = 28.2-jre
3535
jacksonVersion = 2.10.1
36-
jenaVersion = 3.13.1
36+
jenaVersion = 3.14.0
3737
jjwtVersion = 0.10.7
3838
jsonldVersion = 0.13.0
3939
kafkaVersion = 2.4.0
@@ -44,7 +44,6 @@ rxjavaVersion = 2.2.17
4444

4545
# Transitive dependencies
4646
snakeyamlVersion = 1.25
47-
thriftVersion = 0.13.0
4847

4948
# Testing
5049
apiguardianVersion = 1.1.0

0 commit comments

Comments
 (0)