Skip to content

Commit

Permalink
Merge branch 'master' into snyk-fix-9965d07f0428fb08ae5226db9500376c
Browse files Browse the repository at this point in the history
  • Loading branch information
skjolber authored Apr 13, 2024
2 parents 7e1842e + c918023 commit 7f85150
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/skjolber/mockito-soap-cxf.svg?branch=master)](https://travis-ci.org/skjolber/mockito-soap-cxf)
![Build Status](https://github.com/skjolber/mockito-soap-cxf/actions/workflows/maven.yml/badge.svg)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.skjolber/mockito-soap-cxf.svg)](https://mvnrepository.com/artifact/com.github.skjolber/mockito-soap-cxf)

# mockito-soap-cxf
SOAP web-service mocking utility which creates real service endpoints on local ports using webserver instances. These endpoints delegate requests directly to mocks.
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
<mockito.version>5.1.1</mockito.version>
<hamcrest.version>2.2</hamcrest.version>
<commons-io.version>2.11.0</commons-io.version>

<cxf.version>4.0.3</cxf.version>
<spring.version>6.0.5</spring.version>
<spring.version>6.0.8</spring.version>
<logback.version>1.2.10</logback.version>
<slf4j.version>1.7.32</slf4j.version>

Expand Down

0 comments on commit 7f85150

Please sign in to comment.