We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c05582 + 39588e1 commit 74b6583Copy full SHA for 74b6583
1 file changed
core/build.gradle
@@ -2,7 +2,7 @@ ext.title = "MicroShed Testing Framework"
2
description = "A test framework for black-box testing MicroProfile and JavaEE applications"
3
4
dependencies {
5
- compile 'org.junit.jupiter:junit-jupiter-api:5.6.2'
+ 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'
8
implementation group: 'org.apache.cxf', name: 'cxf-rt-rs-extension-providers', version: '3.4.0'
0 commit comments