File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
platform/quarkus/src/main/resources Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ commonsCodecVersion = 1.13
55commonsIoVersion = 2.6
66commonsLangVersion = 3.9
77commonsRdfVersion = 0.5.0
8- slf4jVersion = 1.7.29
8+ slf4jVersion = 1.7.30
99
1010# JavaEE
1111activationApiVersion = 1.2.1
@@ -36,11 +36,11 @@ jacksonVersion = 2.10.1
3636jenaVersion = 3.13.1
3737jjwtVersion = 0.10.7
3838jsonldVersion = 0.13.0
39- kafkaVersion = 2.3.1
39+ kafkaVersion = 2.4.0
4040mustacheVersion = 0.9.6
41- quarkusVersion = 1.0.1 .Final
42- rabbitMqVersion = 5.7.3
43- rxjavaVersion = 2.2.15
41+ quarkusVersion = 1.1.0 .Final
42+ rabbitMqVersion = 5.8.0
43+ rxjavaVersion = 2.2.16
4444thriftVersion = 0.13.0
4545
4646# Testing
@@ -55,7 +55,7 @@ junitVersion = 5.5.2
5555junitLauncherVersion = 1.5.2
5656hamcrestVersion = 2.2
5757logbackVersion = 1.2.3
58- mockitoVersion = 3.2.0
58+ mockitoVersion = 3.2.4
5959qpidVersion = 7.1.6
6060sleepycatVersion = 18.3.12
6161smallryeConfigVersion = 1.5.0
@@ -73,14 +73,14 @@ pmdToolVersion = 6.20.0
7373spotbugsToolVersion = 3.1.12
7474
7575# Plugins
76- coverallsVersion = 2.8.4
76+ coverallsVersion = 2.9.0
7777bndVersion = 4.1.0
7878dockerVersion = 0.22.1
7979licenseVersion = 0.15.0
8080nebulaVersion = 8.0.3
8181owaspVersion = 5.2.4
8282releasesVersion = 2.8.1
83- scanVersion = 3.1
83+ scanVersion = 3.1.1
8484sonarVersion = 2.8
8585spotbugsVersion = 3.0.0
8686versionsVersion = 0.27.0
@@ -93,7 +93,7 @@ interceptorVersion = 1.2.5
9393jenaOsgiVersion = 3.13.1
9494jenaVersionRange = [3.13,4)
9595jsonApiVersion = 1.1.6
96- kafkaOsgiVersion = 2.2.0_1
96+ kafkaOsgiVersion = 2.3.1_1
9797karafVersion = 4.2.7
9898mustacheOsgiVersion = 0.9.6_1
9999osgiVersion = 6.0.0
Original file line number Diff line number Diff line change @@ -58,6 +58,6 @@ quarkus.http.cors.access-control-max-age=24H
5858quarkus.http.port =8080
5959
6060# JWT
61- mp.jwt.verify.issuer =
62- mp.jwt.verify.publickey =
61+ mp.jwt.verify.issuer =NONE
62+ mp.jwt.verify.publickey =NONE
6363mp.jwt.verify.publickey.location =changeme
You can’t perform that action at this time.
0 commit comments