Skip to content

Commit 19b82de

Browse files
committed
update dependencies
1 parent fab5000 commit 19b82de

File tree

8 files changed

+60
-60
lines changed

8 files changed

+60
-60
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>org.apache.maven.plugin-tools</groupId>
9696
<artifactId>maven-plugin-annotations</artifactId>
97-
<version>3.7.0</version>
97+
<version>3.9.0</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.1.0</version>
109+
<version>4.8.0</version>
110110
<scope>test</scope>
111111
<exclusions>
112112
<exclusion>
@@ -122,12 +122,12 @@
122122
<dependency>
123123
<groupId>org.codehaus.plexus</groupId>
124124
<artifactId>plexus-utils</artifactId>
125-
<version>3.5.0</version>
125+
<version>4.0.0</version>
126126
</dependency>
127127
<dependency>
128128
<groupId>org.codehaus.plexus</groupId>
129129
<artifactId>plexus-component-annotations</artifactId>
130-
<version>2.1.0</version>
130+
<version>2.1.1</version>
131131
</dependency>
132132
<dependency>
133133
<groupId>org.apache.maven</groupId>
@@ -138,7 +138,7 @@
138138
<dependency>
139139
<groupId>commons-cli</groupId>
140140
<artifactId>commons-cli</artifactId>
141-
<version>1.4</version>
141+
<version>1.5.0</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>org.apache.maven</groupId>

modules/swagger-gradle-plugin/build.gradle

Lines changed: 4 additions & 4 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.12.0'
27+
implementation 'org.apache.commons:commons-lang3:3.13.0'
2828

2929
testImplementation gradleTestKit()
3030
testImplementation('com.github.tomakehurst:wiremock:2.27.2') {
@@ -39,7 +39,7 @@ dependencies {
3939
exclude group: 'com.github.jknack', module: 'handlebars-helpers'
4040
}
4141
testImplementation 'javax.servlet:javax.servlet-api:3.1.0'
42-
testImplementation 'com.google.guava:guava:31.1-jre'
42+
testImplementation 'com.google.guava:guava:32.1.3-jre'
4343
testImplementation 'javax.ws.rs:javax.ws.rs-api:2.1.1'
4444
testImplementation "io.swagger.core.v3:swagger-jaxrs2:${project.version}"
4545
testImplementation 'junit:junit:4+'
@@ -49,8 +49,8 @@ dependencies {
4949
testImplementation "org.eclipse.jetty:jetty-webapp:${project.jettyVersion}"
5050
testImplementation "org.eclipse.jetty:jetty-proxy:${project.jettyVersion}"
5151
testImplementation "org.apache.httpcomponents:httpclient:4.5.13"
52-
testImplementation "commons-codec:commons-codec:1.15"
53-
testImplementation "commons-io:commons-io:2.11.0"
52+
testImplementation "commons-codec:commons-codec:1.16.0"
53+
testImplementation "commons-io:commons-io:2.14.0"
5454
testImplementation "org.apache.commons:commons-compress:1.21"
5555
testImplementation "com.github.jknack:handlebars:4.3.1"
5656
testImplementation "com.github.jknack:handlebars-helpers:4.3.1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=2.2.17-SNAPSHOT
2-
jettyVersion=9.4.49.v20220914
2+
jettyVersion=9.4.53.v20231009

modules/swagger-jaxrs2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
<dependency>
240240
<groupId>org.jboss.arquillian.testng</groupId>
241241
<artifactId>arquillian-testng-container</artifactId>
242-
<version>1.7.0.Alpha14</version>
242+
<version>1.7.1.Final</version>
243243
<scope>test</scope>
244244
</dependency>
245245
<dependency>

modules/swagger-maven-plugin/pom.xml

Lines changed: 9 additions & 9 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.7.0</version>
91+
<version>3.9.0</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.1.0</version>
103+
<version>4.8.0</version>
104104
<scope>test</scope>
105105
<exclusions>
106106
<exclusion>
@@ -145,12 +145,12 @@
145145
<dependency>
146146
<groupId>org.codehaus.plexus</groupId>
147147
<artifactId>plexus-utils</artifactId>
148-
<version>3.5.0</version>
148+
<version>3.5.1</version>
149149
</dependency>
150150
<dependency>
151151
<groupId>org.codehaus.plexus</groupId>
152152
<artifactId>plexus-component-annotations</artifactId>
153-
<version>2.1.0</version>
153+
<version>2.1.1</version>
154154
</dependency>
155155
<dependency>
156156
<groupId>io.swagger.core.v3</groupId>
@@ -279,20 +279,20 @@
279279
<groupId>com.github.jknack</groupId>
280280
<artifactId>handlebars-helpers</artifactId>
281281
<scope>test</scope>
282-
<version>4.2.1</version>
282+
<version>4.3.1</version>
283283
</dependency>
284284
<dependency>
285285
<groupId>com.github.jknack</groupId>
286286
<artifactId>handlebars</artifactId>
287287
<scope>test</scope>
288-
<version>4.2.1</version>
288+
<version>4.3.1</version>
289289
</dependency>
290290
</dependencies>
291291
<properties>
292292
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
293293
<maven.version>3.8.4</maven.version>
294-
<junit.version>4.13.1</junit.version>
295-
<wiremock-jetty-version>9.4.43.v20210629</wiremock-jetty-version>
296-
<commons-compress-version>1.21</commons-compress-version>
294+
<junit.version>4.13.2</junit.version>
295+
<wiremock-jetty-version>9.4.53.v20231009</wiremock-jetty-version>
296+
<commons-compress-version>1.24.0</commons-compress-version>
297297
</properties>
298298
</project>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<dependency>
141141
<groupId>org.apache.maven.plugin-tools</groupId>
142142
<artifactId>maven-plugin-annotations</artifactId>
143-
<version>3.7.0</version>
143+
<version>3.9.0</version>
144144
<scope>provided</scope>
145145
<exclusions>
146146
<exclusion>
@@ -157,12 +157,12 @@
157157
<dependency>
158158
<groupId>org.codehaus.plexus</groupId>
159159
<artifactId>plexus-utils</artifactId>
160-
<version>3.5.0</version>
160+
<version>3.5.1</version>
161161
</dependency>
162162
<dependency>
163163
<groupId>org.codehaus.plexus</groupId>
164164
<artifactId>plexus-component-annotations</artifactId>
165-
<version>2.1.0</version>
165+
<version>2.1.1</version>
166166
</dependency>
167167

168168
<dependency>

modules/swagger-project-jakarta/pom.xml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<plugin>
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-javadoc-plugin</artifactId>
135-
<version>3.1.1</version>
135+
<version>3.5.0</version>
136136
<configuration>
137137
<aggregate>true</aggregate>
138138
<source>1.8</source>
@@ -156,7 +156,7 @@
156156
<plugin>
157157
<groupId>org.apache.maven.plugins</groupId>
158158
<artifactId>maven-jar-plugin</artifactId>
159-
<version>3.2.0</version>
159+
<version>3.3.0</version>
160160
<executions>
161161
<execution>
162162
<id>empty-javadoc-jar</id>
@@ -335,7 +335,7 @@
335335
<plugin>
336336
<groupId>org.apache.maven.plugins</groupId>
337337
<artifactId>maven-javadoc-plugin</artifactId>
338-
<version>3.0.0</version>
338+
<version>3.5.0</version>
339339
<configuration>
340340
<aggregate>true</aggregate>
341341
<source>1.8</source>
@@ -562,35 +562,35 @@
562562
</dependencyManagement>
563563
<properties>
564564
<maven.compiler.release>8</maven.compiler.release>
565-
<joda-version>1.9.2</joda-version>
566-
<joda-time-version>2.12.2</joda-time-version>
567-
<snakeyaml-version>2.0</snakeyaml-version>
565+
<joda-version>2.2.3</joda-version>
566+
<joda-time-version>2.12.5</joda-time-version>
567+
<snakeyaml-version>2.2</snakeyaml-version>
568568
<jakarta.ws-version>3.1.0</jakarta.ws-version>
569569
<jakarta.validation-version>3.0.2</jakarta.validation-version>
570570
<jakarta.xml.bind-api-version>3.0.0</jakarta.xml.bind-api-version>
571-
<jakarta.activation-api-version>2.1.1</jakarta.activation-api-version>
572-
<bnd-version>5.2.0</bnd-version>
571+
<jakarta.activation-api-version>2.1.2</jakarta.activation-api-version>
572+
<bnd-version>6.4.0</bnd-version>
573573
<servlet-api-version>5.0.0</servlet-api-version>
574-
<jersey2-version>3.0.1</jersey2-version>
574+
<jersey2-version>3.1.3</jersey2-version>
575575
<junit-version>4.13.2</junit-version>
576-
<jackson-version>2.15.1</jackson-version>
577-
<jackson-databind-version>2.15.1</jackson-databind-version>
578-
<logback-version>1.4.5</logback-version>
579-
<classgraph-version>4.8.154</classgraph-version>
580-
<guava-version>31.1-jre</guava-version>
576+
<jackson-version>2.15.2</jackson-version>
577+
<jackson-databind-version>2.15.2</jackson-databind-version>
578+
<logback-version>1.4.11</logback-version>
579+
<classgraph-version>4.8.162</classgraph-version>
580+
<guava-version>32.1.3-jre</guava-version>
581581
<ant-version>1.10.13</ant-version>
582-
<commons-lang-version>3.12.0</commons-lang-version>
583-
<commons-io-version>2.11.0</commons-io-version>
584-
<slf4j-version>1.7.35</slf4j-version>
585-
<jetty-version>9.4.49.v20220914</jetty-version>
586-
<testng-version>7.7.1</testng-version>
582+
<commons-lang-version>3.13.0</commons-lang-version>
583+
<commons-io-version>2.14.0</commons-io-version>
584+
<slf4j-version>2.0.9</slf4j-version>
585+
<jetty-version>9.4.53.v20231009</jetty-version>
586+
<testng-version>7.8.0</testng-version>
587587
<mockito-version>2.28.2</mockito-version>
588588
<rest-assured-version>4.3.2</rest-assured-version>
589589
<httpcomponents-version>4.5.14</httpcomponents-version>
590-
<commons-codec-version>1.15</commons-codec-version>
590+
<commons-codec-version>1.16.0</commons-codec-version>
591591

592592
<surefire-version>2.22.2</surefire-version>
593-
<enforcer-plugin-version>3.0.0-M2</enforcer-plugin-version>
593+
<enforcer-plugin-version>3.2.1</enforcer-plugin-version>
594594
<failsafe-plugin-version>2.22.2</failsafe-plugin-version>
595595

596596
<coverage.complexity.minimum>0.90</coverage.complexity.minimum>

pom.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
<dependency>
319319
<groupId>org.glassfish.jersey.containers</groupId>
320320
<artifactId>jersey-container-servlet</artifactId>
321-
<version>2.30.1</version>
321+
<version>${jersey2-version}</version>
322322
<exclusions>
323323
<exclusion>
324324
<groupId>org.javassist</groupId>
@@ -640,38 +640,38 @@
640640
<dependency>
641641
<groupId>org.codehaus.groovy</groupId>
642642
<artifactId>groovy</artifactId>
643-
<version>3.0.15</version>
643+
<version>3.0.19</version>
644644
<scope>test</scope>
645645
</dependency>
646646
</dependencies>
647647
</dependencyManagement>
648648
<properties>
649649
<maven.compiler.release>8</maven.compiler.release>
650-
<joda-version>1.9.2</joda-version>
651-
<joda-time-version>2.12.2</joda-time-version>
652-
<snakeyaml-version>2.0</snakeyaml-version>
650+
<joda-version>2.2.3</joda-version>
651+
<joda-time-version>2.12.5</joda-time-version>
652+
<snakeyaml-version>2.2</snakeyaml-version>
653653
<jakarta.ws-version>2.1.6</jakarta.ws-version>
654654
<jakarta.xml.bind-api-version>2.3.3</jakarta.xml.bind-api-version>
655655
<jakarta.activation-api-version>1.2.2</jakarta.activation-api-version>
656656
<bnd-version>6.4.0</bnd-version>
657657
<servlet-api-version>4.0.3</servlet-api-version>
658658
<jersey2-version>2.39</jersey2-version>
659659
<junit-version>4.13.2</junit-version>
660-
<jackson-version>2.15.1</jackson-version>
661-
<jackson-databind-version>2.15.1</jackson-databind-version>
662-
<logback-version>1.4.5</logback-version>
663-
<classgraph-version>4.8.154</classgraph-version>
664-
<guava-version>31.1-jre</guava-version>
660+
<jackson-version>2.15.2</jackson-version>
661+
<jackson-databind-version>2.15.2</jackson-databind-version>
662+
<logback-version>1.4.11</logback-version>
663+
<classgraph-version>4.8.162</classgraph-version>
664+
<guava-version>32.1.3-jre</guava-version>
665665
<ant-version>1.10.13</ant-version>
666-
<commons-lang-version>3.12.0</commons-lang-version>
667-
<commons-io-version>2.11.0</commons-io-version>
668-
<slf4j-version>1.7.36</slf4j-version>
669-
<jetty-version>9.4.49.v20220914</jetty-version>
670-
<testng-version>7.7.1</testng-version>
666+
<commons-lang-version>3.13.0</commons-lang-version>
667+
<commons-io-version>2.14.0</commons-io-version>
668+
<slf4j-version>2.0.9</slf4j-version>
669+
<jetty-version>9.4.53.v20231009</jetty-version>
670+
<testng-version>7.8.0</testng-version>
671671
<mockito-version>2.28.2</mockito-version>
672672
<rest-assured-version>4.3.2</rest-assured-version>
673673
<httpcomponents-version>4.5.14</httpcomponents-version>
674-
<commons-codec-version>1.15</commons-codec-version>
674+
<commons-codec-version>1.16.0</commons-codec-version>
675675

676676
<surefire-version>2.22.2</surefire-version>
677677
<enforcer-plugin-version>3.2.1</enforcer-plugin-version>

0 commit comments

Comments
 (0)