We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92925ea + 9134bfd commit 4fabb58Copy full SHA for 4fabb58
1 file changed
core/build.gradle
@@ -4,7 +4,7 @@ description = "A test framework for black-box testing MicroProfile and JavaEE ap
4
dependencies {
5
compile 'org.junit.jupiter:junit-jupiter-api:5.7.0'
6
implementation group: 'cglib', name: 'cglib-nodep', version: '3.3.0'
7
- implementation group: 'org.apache.cxf', name: 'cxf-rt-rs-client', version: '3.4.0'
+ implementation group: 'org.apache.cxf', name: 'cxf-rt-rs-client', version: '3.4.1'
8
implementation group: 'org.apache.cxf', name: 'cxf-rt-rs-extension-providers', version: '3.4.0'
9
implementation group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.7.2'
10
implementation group: 'org.eclipse', name: 'yasson', version: '1.0.8'
0 commit comments