@@ -4,37 +4,37 @@ plugins {
44 id ' net.researchgate.release' version ' 2.7.0'
55 id ' com.github.kt3k.coveralls' version ' 2.8.2'
66 id ' org.sonarqube' version ' 2.6.2'
7- id ' nebula.ospackage' version ' 4.9.3 '
7+ id ' nebula.ospackage' version ' 5.0.0 '
88 id ' org.owasp.dependencycheck' version ' 3.3.1'
99}
1010
1111ext {
1212
1313 /* Dependencies */
1414 activationApiVersion = ' 1.2.0'
15- activeMqVersion = ' 5.15.5 '
15+ activeMqVersion = ' 5.15.6 '
1616 commonsCodecVersion = ' 1.11'
1717 commonsCollectionsVersion = ' 4.2'
1818 commonsCompressVersion = ' 1.18'
1919 commonsIoVersion = ' 2.6'
20- commonsLangVersion = ' 3.7 '
20+ commonsLangVersion = ' 3.8 '
2121 commonsRdfVersion = ' 0.5.0'
2222 dropwizardVersion = ' 1.3.5'
2323 jacksonVersion = ' 2.9.6'
2424 javaxAnnotationsVersion = ' 1.3.2'
25- javaxInjectVersion = ' 2.5.0-b61 '
25+ javaxInjectVersion = ' 2.5.0-b62 '
2626 javaxJsonVersion = ' 1.1.2'
2727 jaxbVersion = ' 2.3.0'
28- jaxrsVersion = ' 2.1'
28+ jaxrsVersion = ' 2.1.1 '
2929 jenaVersion = ' 3.8.0'
3030 jerseyVersion = ' 2.27'
3131 jmsApiVersion = ' 2.0.1'
32- jsonldVersion = ' 0.12.0 '
32+ jsonldVersion = ' 0.12.1 '
3333 jwtVersion = ' 0.9.1'
3434 kafkaVersion = ' 1.1.0'
3535 metricsVersion = ' 4.0.3'
3636 mustacheVersion = ' 0.9.5'
37- rabbitMqVersion = ' 5.3.0 '
37+ rabbitMqVersion = ' 5.4.1 '
3838 slf4jVersion = ' 1.7.25'
3939 tamayaVersion = ' 0.3-incubating'
4040
@@ -45,21 +45,21 @@ ext {
4545 commonsTextVersion = ' 1.4'
4646 guavaVersion = ' 26.0-jre'
4747 jsonVersion = ' 1.1.2'
48- junitVersion = ' 5.2 .0'
48+ junitVersion = ' 5.3 .0'
4949 logbackVersion = ' 1.2.3'
50- mockitoVersion = ' 2.21 .0'
50+ mockitoVersion = ' 2.22 .0'
5151
5252 /* OSGi */
53- asmVersion = ' 6.1 .1'
54- mustacheOsgiVersion = ' 0.9.5_3 '
53+ asmVersion = ' 6.2 .1'
54+ mustacheOsgiVersion = ' 0.9.5_4 '
5555 jenaVersionRange = ' [3.8,4)'
5656 kafkaOsgiVersion = " ${ kafkaVersion} _1"
57- karafVersion = ' 4.2.0 '
57+ karafVersion = ' 4.2.1 '
5858 osgiVersion = ' 6.0.0'
5959 osgiCompendiumVersion = ' 5.0.0'
60- paxExamVersion = ' 4.11 .0'
60+ paxExamVersion = ' 4.12 .0'
6161 projectOsgiVersion = project. version. replaceAll(" -SNAPSHOT" , " .SNAPSHOT" )
62- spiflyVersion = ' 1.0.10 '
62+ spiflyVersion = ' 1.0.12 '
6363 // ActiveMQ requires Spring4, but Karaf 4.2 includes Spring5, so this forces an earlier spring dependency
6464 springFeatureVersion = ' 4.1.0'
6565
@@ -307,9 +307,9 @@ subprojects { subproj ->
307307 links " https://docs.oracle.com/javase/8/docs/api/"
308308 links ' https://docs.oracle.com/javaee/7/api/'
309309 links ' https://trellis-ldp.github.io/trellis/apidocs/'
310- links ' https://commons.apache.org/proper/commons-lang/javadocs/api-3.7 /'
310+ links ' https://commons.apache.org/proper/commons-lang/javadocs/api-3.8 /'
311311 links ' https://commons.apache.org/proper/commons-rdf/apidocs/'
312- links ' https://activemq.apache.org/maven/5.15.4 /apidocs/'
312+ links ' https://activemq.apache.org/maven/5.15.6 /apidocs/'
313313 links ' https://jena.apache.org/documentation/javadoc/rdfconnection/'
314314 links ' https://kafka.apache.org/0100/javadoc/'
315315 links ' https://rabbitmq.github.io/rabbitmq-java-client/api/current/'
@@ -354,9 +354,9 @@ configure(rootProject) {
354354 links " https://docs.oracle.com/javase/8/docs/api/"
355355 links ' https://docs.oracle.com/javaee/7/api/'
356356 links ' https://trellis-ldp.github.io/trellis/apidocs/'
357- links ' https://commons.apache.org/proper/commons-lang/javadocs/api-3.7 /'
357+ links ' https://commons.apache.org/proper/commons-lang/javadocs/api-3.8 /'
358358 links ' https://commons.apache.org/proper/commons-rdf/apidocs/'
359- links ' https://activemq.apache.org/maven/5.15.4 /apidocs/'
359+ links ' https://activemq.apache.org/maven/5.15.6 /apidocs/'
360360 links ' https://jena.apache.org/documentation/javadoc/rdfconnection/'
361361 links ' https://kafka.apache.org/0100/javadoc/'
362362 links ' https://rabbitmq.github.io/rabbitmq-java-client/api/current/'
0 commit comments