Skip to content

Commit

Permalink
Merge pull request #237 from MicroShed/dependabot/gradle/core/org.apa…
Browse files Browse the repository at this point in the history
…che.cxf-cxf-rt-rs-client-3.4.1

Bump cxf-rt-rs-client from 3.4.0 to 3.4.1 in /core
  • Loading branch information
aguibert authored Nov 17, 2020
2 parents 92925ea + 9134bfd commit 4fabb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A test framework for black-box testing MicroProfile and JavaEE ap
dependencies {
compile 'org.junit.jupiter:junit-jupiter-api:5.7.0'
implementation group: 'cglib', name: 'cglib-nodep', version: '3.3.0'
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'
implementation group: 'org.apache.cxf', name: 'cxf-rt-rs-extension-providers', version: '3.4.0'
implementation group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.7.2'
implementation group: 'org.eclipse', name: 'yasson', version: '1.0.8'
Expand Down

0 comments on commit 4fabb58

Please sign in to comment.