Skip to content

Commit e7cab4c

Browse files
committed
updated java dependencies
1 parent 135288b commit e7cab4c

9 files changed

Lines changed: 35 additions & 35 deletions

File tree

openapi-client/jaxrs-cxf-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ for this project used jakarta.validation-api -->
178178
<dependency>
179179
<groupId>joda-time</groupId>
180180
<artifactId>joda-time</artifactId>
181-
<version>2.10.13</version>
181+
<version>2.14.0</version>
182182
</dependency>
183183
</dependencies>
184184
<repositories>

swagger-client/jaxrs-cxf-cdi/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>javax</groupId>
5151
<artifactId>javaee-api</artifactId>
52-
<version>7.0</version>
52+
<version>8.0.1</version>
5353
<scope>provided</scope>
5454
</dependency>
5555

@@ -59,29 +59,29 @@
5959
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
6060
<!-- Version is just a guess -->
6161
<!-- IBM WebSphere Application Server Liberty Core v8.5.5.6 uses v3.0.2, source https://www.ibm.com/support/knowledgecenter/SSD28V_8.5.5/com.ibm.websphere.wlp.core.doc/ae/rwlp_jaxrs_secure.html -->
62-
<version>3.5.5</version>
62+
<version>4.1.4</version>
6363
<scope>provided</scope>
6464
</dependency>
6565

6666
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider -->
6767
<dependency>
6868
<groupId>com.fasterxml.jackson.jaxrs</groupId>
6969
<artifactId>jackson-jaxrs-json-provider</artifactId>
70-
<version>[2.8.3,3)</version>
70+
<version>2.20.1</version>
7171
</dependency>
7272

7373
<!-- Swagger annotations -->
7474
<dependency>
7575
<groupId>io.swagger.core.v3</groupId>
7676
<artifactId>swagger-annotations</artifactId>
77-
<version>[2.0.0,2.0.1]</version>
77+
<version>2.2.41</version>
7878
</dependency>
7979

8080
<!-- Bean Validation API support -->
8181
<dependency>
8282
<groupId>javax.validation</groupId>
8383
<artifactId>validation-api</artifactId>
84-
<version>1.1.0.Final</version>
84+
<version>2.0.1.Final</version>
8585
<scope>provided</scope>
8686
</dependency>
8787

swagger-client/jaxrs-cxf-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
<dependency>
152152
<groupId>javax.xml.bind</groupId>
153153
<artifactId>jaxb-api</artifactId>
154-
<version>2.2.6</version>
154+
<version>2.4.0-b180830.0359</version>
155155
</dependency>
156156
<dependency>
157157
<groupId>javax.activation</groupId>

swagger-client/jaxrs-cxf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
<dependency>
181181
<groupId>javax.xml.bind</groupId>
182182
<artifactId>jaxb-api</artifactId>
183-
<version>2.2.6</version>
183+
<version>2.4.0-b180830.0359</version>
184184
</dependency>
185185
<dependency>
186186
<groupId>javax.activation</groupId>

swagger-client/jaxrs-resteasy-eap/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<dependency>
112112
<groupId>org.jboss.resteasy</groupId>
113113
<artifactId>resteasy-servlet-initializer</artifactId>
114-
<version>6.2.3.Final</version>
114+
<version>7.0.0.Final</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>org.jboss.resteasy</groupId>
@@ -121,7 +121,7 @@
121121
<dependency>
122122
<groupId>org.jboss.resteasy</groupId>
123123
<artifactId>resteasy-validator-provider-11</artifactId>
124-
<version>3.6.3.Final</version>
124+
<version>4.0.0.Beta8</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>org.jboss.resteasy</groupId>
@@ -136,7 +136,7 @@
136136
<dependency>
137137
<groupId>javax.annotation</groupId>
138138
<artifactId>javax.annotation-api</artifactId>
139-
<version>1.2</version>
139+
<version>1.3.2</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>io.swagger.core.v3</groupId>
@@ -152,7 +152,7 @@
152152
<dependency>
153153
<groupId>org.testng</groupId>
154154
<artifactId>testng</artifactId>
155-
<version>6.8.8</version>
155+
<version>7.11.0</version>
156156
<scope>test</scope>
157157
<exclusions>
158158
<exclusion>
@@ -173,37 +173,37 @@
173173
<dependency>
174174
<groupId>javax.validation</groupId>
175175
<artifactId>validation-api</artifactId>
176-
<version>1.1.0.Final</version>
176+
<version>2.0.1.Final</version>
177177
</dependency>
178178
<dependency>
179179
<groupId>joda-time</groupId>
180180
<artifactId>joda-time</artifactId>
181-
<version>2.7</version>
181+
<version>2.14.0</version>
182182
</dependency>
183183
<dependency>
184184
<groupId>com.fasterxml.jackson.datatype</groupId>
185185
<artifactId>jackson-datatype-joda</artifactId>
186-
<version>2.10.1</version>
186+
<version>2.20.1</version>
187187
</dependency>
188188
<dependency>
189189
<groupId>com.fasterxml.jackson.core</groupId>
190190
<artifactId>jackson-databind</artifactId>
191-
<version>2.10.1</version>
191+
<version>2.20.1</version>
192192
</dependency>
193193
<dependency>
194194
<groupId>com.fasterxml.jackson.core</groupId>
195195
<artifactId>jackson-core</artifactId>
196-
<version>2.10.1</version>
196+
<version>2.20.1</version>
197197
</dependency>
198198
<dependency>
199199
<groupId>com.fasterxml.jackson.core</groupId>
200200
<artifactId>jackson-annotations</artifactId>
201-
<version>2.10.1</version>
201+
<version>3.0-rc5</version>
202202
</dependency>
203203
<dependency>
204204
<groupId>org.apache.httpcomponents</groupId>
205205
<artifactId>httpclient</artifactId>
206-
<version>4.5.2</version>
206+
<version>4.5.14</version>
207207
<scope>test</scope>
208208
</dependency>
209209

swagger-client/jaxrs-resteasy/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>javax</groupId>
6464
<artifactId>javaee-api</artifactId>
65-
<version>7.0</version>
65+
<version>8.0.1</version>
6666
<scope>provided</scope>
6767
</dependency>
6868
<dependency>
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>org.jboss.resteasy</groupId>
9898
<artifactId>resteasy-validator-provider-11</artifactId>
99-
<version>3.6.3.Final</version>
99+
<version>4.0.0.Beta8</version>
100100
<scope>provided</scope>
101101
</dependency>
102102
<dependency>
@@ -114,18 +114,18 @@
114114
<dependency>
115115
<groupId>javax.annotation</groupId>
116116
<artifactId>javax.annotation-api</artifactId>
117-
<version>1.2</version>
117+
<version>1.3.2</version>
118118
<scope>provided</scope>
119119
</dependency>
120120
<dependency>
121121
<groupId>com.fasterxml.jackson.datatype</groupId>
122122
<artifactId>jackson-datatype-joda</artifactId>
123-
<version>2.4.1</version>
123+
<version>2.20.1</version>
124124
</dependency>
125125
<dependency>
126126
<groupId>joda-time</groupId>
127127
<artifactId>joda-time</artifactId>
128-
<version>2.7</version>
128+
<version>2.14.0</version>
129129
</dependency>
130130
<dependency>
131131
<groupId>io.swagger.core.v3</groupId>
@@ -141,7 +141,7 @@
141141
<dependency>
142142
<groupId>org.testng</groupId>
143143
<artifactId>testng</artifactId>
144-
<version>6.8.8</version>
144+
<version>7.11.0</version>
145145
<scope>test</scope>
146146
<exclusions>
147147
<exclusion>
@@ -161,14 +161,14 @@
161161
<dependency>
162162
<groupId>org.apache.httpcomponents</groupId>
163163
<artifactId>httpclient</artifactId>
164-
<version>4.5.10</version>
164+
<version>4.5.14</version>
165165
<scope>test</scope>
166166
</dependency>
167167
<!-- Bean Validation API support -->
168168
<dependency>
169169
<groupId>javax.validation</groupId>
170170
<artifactId>validation-api</artifactId>
171-
<version>1.1.0.Final</version>
171+
<version>2.0.1.Final</version>
172172
<scope>provided</scope>
173173
</dependency>
174174

swagger-client/jaxrs-spec/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
<dependency>
3535
<groupId>javax.ws.rs</groupId>
3636
<artifactId>javax.ws.rs-api</artifactId>
37-
<version>2.0</version>
37+
<version>2.1.1</version>
3838
<scope>provided</scope>
3939
</dependency>
4040
<dependency>
4141
<groupId>io.swagger.core.v3</groupId>
4242
<artifactId>swagger-annotations</artifactId>
4343
<scope>provided</scope>
44-
<version>2.0.0</version>
44+
<version>2.2.41</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>junit</groupId>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.testng</groupId>
5454
<artifactId>testng</artifactId>
55-
<version>6.8.8</version>
55+
<version>7.11.0</version>
5656
<scope>test</scope>
5757
<exclusions>
5858
<exclusion>
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>javax.validation</groupId>
7575
<artifactId>validation-api</artifactId>
76-
<version>1.1.0.Final</version>
76+
<version>2.0.1.Final</version>
7777
<scope>provided</scope>
7878
</dependency>
7979
</dependencies>

swagger-client/micronaut/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>com.github.joschi.jackson</groupId>
8181
<artifactId>jackson-datatype-threetenbp</artifactId>
82-
<version>2.6.4</version>
82+
<version>2.18.2</version>
8383
</dependency>
8484

8585
<dependency>

swagger-client/spring/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
<dependency>
5454
<groupId>com.github.joschi.jackson</groupId>
5555
<artifactId>jackson-datatype-threetenbp</artifactId>
56-
<version>2.6.4</version>
56+
<version>2.18.2</version>
5757
</dependency>
5858
<!-- Bean Validation API support -->
5959
<dependency>
6060
<groupId>org.openapitools</groupId>
6161
<artifactId>jackson-databind-nullable</artifactId>
62-
<version>0.2.6</version>
62+
<version>0.2.8</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>javax.validation</groupId>
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>org.springframework.plugin</groupId>
7171
<artifactId>spring-plugin-core</artifactId>
72-
<version>2.0.0.RELEASE</version>
72+
<version>4.0.0</version>
7373
</dependency>
7474

7575
<dependency>

0 commit comments

Comments
 (0)