Skip to content

Commit

Permalink
whitesource alerts related deps updates
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Dec 5, 2020
1 parent a7b8839 commit eecb41f
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 8 deletions.
2 changes: 1 addition & 1 deletion modules/swagger-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
compile 'org.apache.commons:commons-lang3:3.7'

testCompile gradleTestKit()
testCompile 'com.github.tomakehurst:wiremock:2.14.0'
testCompile 'com.github.tomakehurst:wiremock:2.27.2'
testCompile 'javax.servlet:javax.servlet-api:3.1.0'
testCompile 'javax.ws.rs:javax.ws.rs-api:2.1'
testCompile "io.swagger.core.v3:swagger-jaxrs2:${project.version}"
Expand Down
32 changes: 29 additions & 3 deletions modules/swagger-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-classworlds</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand All @@ -74,6 +78,18 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>4.1.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
Expand All @@ -92,6 +108,10 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand All @@ -102,12 +122,12 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.1.0</version>
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-annotations</artifactId>
<version>1.7.1</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>io.swagger.core.v3</groupId>
Expand All @@ -130,6 +150,12 @@
<artifactId>maven-compat</artifactId>
<version>${maven.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
Expand Down Expand Up @@ -162,7 +188,7 @@
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.version>3.6.0</maven.version>
<maven.version>3.6.3</maven.version>
<junit.version>4.13.1</junit.version>
</properties>
</project>
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -531,10 +531,10 @@
<commons-io-version>2.6</commons-io-version>
<slf4j-version>1.7.25</slf4j-version>
<jetty-version>9.4.9.v20180320</jetty-version>
<testng-version>7.1.0</testng-version>
<mockito-version>2.16.0</mockito-version>
<rest-assured-version>3.0.7</rest-assured-version>
<httpcomponents-version>4.5.3</httpcomponents-version>
<testng-version>7.3.0</testng-version>
<mockito-version>2.28.2</mockito-version>
<rest-assured-version>4.3.2</rest-assured-version>
<httpcomponents-version>4.5.13</httpcomponents-version>

<surefire-version>2.21.0</surefire-version>
<enforcer-plugin-version>3.0.0-M2</enforcer-plugin-version>
Expand Down

0 comments on commit eecb41f

Please sign in to comment.