Skip to content

Commit ad2554f

Browse files
committed
update dependencies
1 parent 42c1b98 commit ad2554f

File tree

9 files changed

+35
-35
lines changed

9 files changed

+35
-35
lines changed

modules/swagger-eclipse-transformer-maven-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<description>swagger-eclipse-transformer-maven-plugin</description>
1414
<packaging>maven-plugin</packaging>
1515
<properties>
16-
<maven.target.version>3.9.5</maven.target.version>
16+
<maven.target.version>3.9.6</maven.target.version>
1717
<eclipse.transformer.version>0.20</eclipse.transformer.version>
1818
<maven-test-harness.version>3.3.0</maven-test-harness.version>
1919
<shrinkwrap.version>1.2.6</shrinkwrap.version>
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>org.apache.maven.plugin-tools</groupId>
9696
<artifactId>maven-plugin-annotations</artifactId>
97-
<version>3.9.0</version>
97+
<version>3.10.2</version>
9898
<scope>provided</scope>
9999
<exclusions>
100100
<exclusion>
@@ -106,7 +106,7 @@
106106
<dependency>
107107
<groupId>org.codehaus.plexus</groupId>
108108
<artifactId>plexus-archiver</artifactId>
109-
<version>4.8.0</version>
109+
<version>4.9.0</version>
110110
<scope>test</scope>
111111
<exclusions>
112112
<exclusion>

modules/swagger-gradle-plugin/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ compileJava {
2424

2525
dependencies {
2626
implementation gradleApi()
27-
implementation 'org.apache.commons:commons-lang3:3.13.0'
27+
implementation 'org.apache.commons:commons-lang3:3.14.0'
2828

2929
testImplementation gradleTestKit()
3030
testImplementation('com.github.tomakehurst:wiremock:2.27.2') {
@@ -40,18 +40,18 @@ dependencies {
4040
}
4141
testImplementation 'javax.servlet:javax.servlet-api:3.1.0'
4242
testImplementation 'com.google.guava:guava:32.1.3-jre'
43-
testImplementation 'javax.ws.rs:javax.ws.rs-api:2.1.1'
43+
testImplementation 'javax.ws.rs:javax.ws.rs-api:2.1.6'
4444
testImplementation "io.swagger.core.v3:swagger-jaxrs2:${project.version}"
4545
testImplementation 'junit:junit:4+'
4646
testImplementation "org.eclipse.jetty:jetty-server:${project.jettyVersion}"
4747
testImplementation "org.eclipse.jetty:jetty-servlet:${project.jettyVersion}"
4848
testImplementation "org.eclipse.jetty:jetty-servlets:${project.jettyVersion}"
4949
testImplementation "org.eclipse.jetty:jetty-webapp:${project.jettyVersion}"
5050
testImplementation "org.eclipse.jetty:jetty-proxy:${project.jettyVersion}"
51-
testImplementation "org.apache.httpcomponents:httpclient:4.5.13"
51+
testImplementation "org.apache.httpcomponents:httpclient:4.5.14"
5252
testImplementation "commons-codec:commons-codec:1.16.0"
53-
testImplementation "commons-io:commons-io:2.14.0"
54-
testImplementation "org.apache.commons:commons-compress:1.21"
53+
testImplementation "commons-io:commons-io:2.15.1"
54+
testImplementation "org.apache.commons:commons-compress:1.25.0"
5555
testImplementation "com.github.jknack:handlebars:4.3.1"
5656
testImplementation "com.github.jknack:handlebars-helpers:4.3.1"
5757
}

modules/swagger-jaxrs2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
<dependency>
175175
<groupId>org.javassist</groupId>
176176
<artifactId>javassist</artifactId>
177-
<version>3.29.2-GA</version>
177+
<version>3.30.1-GA</version>
178178
</dependency>
179179
<dependency>
180180
<groupId>commons-io</groupId>
@@ -239,7 +239,7 @@
239239
<dependency>
240240
<groupId>org.jboss.arquillian.testng</groupId>
241241
<artifactId>arquillian-testng-container</artifactId>
242-
<version>1.7.1.Final</version>
242+
<version>1.8.0.Final</version>
243243
<scope>test</scope>
244244
</dependency>
245245
<dependency>

modules/swagger-maven-plugin/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>org.apache.maven.plugin-tools</groupId>
9090
<artifactId>maven-plugin-annotations</artifactId>
91-
<version>3.9.0</version>
91+
<version>3.10.2</version>
9292
<scope>provided</scope>
9393
<exclusions>
9494
<exclusion>
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>org.codehaus.plexus</groupId>
102102
<artifactId>plexus-archiver</artifactId>
103-
<version>4.8.0</version>
103+
<version>4.9.0</version>
104104
<scope>test</scope>
105105
<exclusions>
106106
<exclusion>
@@ -290,9 +290,9 @@
290290
</dependencies>
291291
<properties>
292292
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
293-
<maven.version>3.9.5</maven.version>
293+
<maven.version>3.9.6</maven.version>
294294
<junit.version>4.13.2</junit.version>
295295
<wiremock-jetty-version>9.4.53.v20231009</wiremock-jetty-version>
296-
<commons-compress-version>1.24.0</commons-compress-version>
296+
<commons-compress-version>1.25.0</commons-compress-version>
297297
</properties>
298298
</project>

modules/swagger-models/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@
9898
<coverage.complexity.minimum>0.07</coverage.complexity.minimum>
9999
<coverage.line.minimum>0.0</coverage.line.minimum>
100100
<jmockit-version>1.49</jmockit-version>
101-
<mockito-version>2.16.0</mockito-version>
101+
<mockito-version>2.28.2</mockito-version>
102102
</properties>
103103
</project>

modules/swagger-project-jakarta/modules/swagger-jaxrs2-jakarta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.javassist</groupId>
3434
<artifactId>javassist</artifactId>
35-
<version>3.29.2-GA</version>
35+
<version>3.30.1-GA</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>commons-io</groupId>

modules/swagger-project-jakarta/modules/swagger-maven-plugin-jakarta/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<dependency>
142142
<groupId>org.apache.maven.plugin-tools</groupId>
143143
<artifactId>maven-plugin-annotations</artifactId>
144-
<version>3.9.0</version>
144+
<version>3.10.2</version>
145145
<scope>provided</scope>
146146
<exclusions>
147147
<exclusion>
@@ -176,6 +176,6 @@
176176

177177
<properties>
178178
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
179-
<maven.version>3.9.5</maven.version>
179+
<maven.version>3.9.6</maven.version>
180180
</properties>
181181
</project>

modules/swagger-project-jakarta/pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -572,16 +572,16 @@
572572
<jakarta.activation-api-version>2.1.2</jakarta.activation-api-version>
573573
<bnd-version>6.4.0</bnd-version>
574574
<servlet-api-version>5.0.0</servlet-api-version>
575-
<jersey2-version>3.1.3</jersey2-version>
575+
<jersey2-version>3.1.5</jersey2-version>
576576
<junit-version>4.13.2</junit-version>
577-
<jackson-version>2.15.2</jackson-version>
578-
<jackson-databind-version>2.15.2</jackson-databind-version>
579-
<logback-version>1.4.13</logback-version>
580-
<classgraph-version>4.8.162</classgraph-version>
577+
<jackson-version>2.16.0</jackson-version>
578+
<jackson-databind-version>2.16.0</jackson-databind-version>
579+
<logback-version>1.4.14</logback-version>
580+
<classgraph-version>4.8.165</classgraph-version>
581581
<guava-version>32.1.3-jre</guava-version>
582-
<ant-version>1.10.13</ant-version>
583-
<commons-lang-version>3.13.0</commons-lang-version>
584-
<commons-io-version>2.15.0</commons-io-version>
582+
<ant-version>1.10.14</ant-version>
583+
<commons-lang-version>3.14.0</commons-lang-version>
584+
<commons-io-version>2.15.1</commons-io-version>
585585
<slf4j-version>2.0.9</slf4j-version>
586586
<jetty-version>9.4.53.v20231009</jetty-version>
587587
<testng-version>7.8.0</testng-version>
@@ -601,7 +601,7 @@
601601
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
602602
<sonatypeOssDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/snapshots/</sonatypeOssDistMgmtSnapshotsUrl>
603603

604-
<maven.version>3.9.5</maven.version>
605-
<commons-compress-version>1.21</commons-compress-version>
604+
<maven.version>3.9.6</maven.version>
605+
<commons-compress-version>1.25.0</commons-compress-version>
606606
</properties>
607607
</project>

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -657,14 +657,14 @@
657657
<servlet-api-version>4.0.4</servlet-api-version>
658658
<jersey2-version>2.41</jersey2-version>
659659
<junit-version>4.13.2</junit-version>
660-
<jackson-version>2.15.2</jackson-version>
661-
<jackson-databind-version>2.15.2</jackson-databind-version>
662-
<logback-version>1.4.13</logback-version>
663-
<classgraph-version>4.8.162</classgraph-version>
660+
<jackson-version>2.16.0</jackson-version>
661+
<jackson-databind-version>2.16.0</jackson-databind-version>
662+
<logback-version>1.4.14</logback-version>
663+
<classgraph-version>4.8.165</classgraph-version>
664664
<guava-version>32.1.3-jre</guava-version>
665-
<ant-version>1.10.13</ant-version>
666-
<commons-lang-version>3.13.0</commons-lang-version>
667-
<commons-io-version>2.15.0</commons-io-version>
665+
<ant-version>1.10.14</ant-version>
666+
<commons-lang-version>3.14.0</commons-lang-version>
667+
<commons-io-version>2.15.1</commons-io-version>
668668
<slf4j-version>2.0.9</slf4j-version>
669669
<jetty-version>9.4.53.v20231009</jetty-version>
670670
<testng-version>7.8.0</testng-version>

0 commit comments

Comments
 (0)