File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ activeMqVersion = 5.15.11
3333dropwizardVersion = 2.0.0
3434guavaVersion = 28.2-jre
3535jacksonVersion = 2.10.1
36- jenaVersion = 3.13.1
36+ jenaVersion = 3.14.0
3737jjwtVersion = 0.10.7
3838jsonldVersion = 0.13.0
3939kafkaVersion = 2.4.0
@@ -44,7 +44,6 @@ rxjavaVersion = 2.2.17
4444
4545# Transitive dependencies
4646snakeyamlVersion = 1.25
47- thriftVersion = 0.13.0
4847
4948# Testing
5049apiguardianVersion = 1.1.0
You can’t perform that action at this time.
0 commit comments