Skip to content

Commit

Permalink
Bump MockServer from 5.11.2 to 5.13.0 (#1263)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 20, 2022
1 parent 3739d09 commit 02d78c0
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<spotbugs.failOnError>false</spotbugs.failOnError>
<gitHubRepo>jenkinsci/${project.artifactId}</gitHubRepo>
<hpi.compatibleSinceVersion>1.4.0</hpi.compatibleSinceVersion>
<mockserver.version>5.11.2</mockserver.version>
<mockserver.version>5.13.0</mockserver.version>
</properties>


Expand Down Expand Up @@ -300,16 +300,6 @@
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>2.3.3</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
Expand Down Expand Up @@ -349,6 +339,8 @@
<rules>
<requireUpperBoundDeps>
<excludes combine.children="append">
<exclude>com.sun.activation:jakarta.activation</exclude>
<exclude>jakarta.xml.bind:jakarta.xml.bind-api</exclude>
<exclude>javax.servlet:javax.servlet-api</exclude>
</excludes>
</requireUpperBoundDeps>
Expand Down

0 comments on commit 02d78c0

Please sign in to comment.