|
95 | 95 | <dependency> |
96 | 96 | <groupId>org.apache.logging.log4j</groupId> |
97 | 97 | <artifactId>log4j-jul</artifactId> |
98 | | - <version>2.23.1</version> |
| 98 | + <version>2.24.1</version> |
99 | 99 | </dependency> |
100 | 100 | <dependency> |
101 | 101 | <groupId>org.springframework.boot</groupId> |
|
140 | 140 | <dependency> |
141 | 141 | <groupId>org.springframework.boot</groupId> |
142 | 142 | <artifactId>spring-boot-starter-security</artifactId> |
143 | | - <version>3.3.2</version> |
| 143 | + <version>3.3.5</version> |
144 | 144 | </dependency> |
145 | 145 | <dependency> |
146 | 146 | <groupId>commons-io</groupId> |
147 | 147 | <artifactId>commons-io</artifactId> |
148 | | - <version>2.16.0</version> |
| 148 | + <version>2.18.0</version> |
149 | 149 | </dependency> |
150 | 150 | <dependency> |
151 | 151 | <groupId>commons-codec</groupId> |
|
186 | 186 | <dependency> |
187 | 187 | <groupId>org.apache.axis2</groupId> |
188 | 188 | <artifactId>axis2-kernel</artifactId> |
189 | | - <version>1.8.3-SNAPSHOT</version> |
| 189 | + <version>2.0.0-SNAPSHOT</version> |
190 | 190 | </dependency> |
191 | 191 | <dependency> |
192 | 192 | <groupId>org.apache.axis2</groupId> |
193 | 193 | <artifactId>axis2-transport-http</artifactId> |
194 | | - <version>1.8.3-SNAPSHOT</version> |
| 194 | + <version>2.0.0-SNAPSHOT</version> |
195 | 195 | </dependency> |
196 | 196 | <dependency> |
197 | 197 | <groupId>org.apache.axis2</groupId> |
198 | 198 | <artifactId>axis2-transport-local</artifactId> |
199 | | - <version>1.8.3-SNAPSHOT</version> |
| 199 | + <version>2.0.0-SNAPSHOT</version> |
200 | 200 | </dependency> |
201 | 201 | <dependency> |
202 | 202 | <groupId>org.apache.axis2</groupId> |
203 | 203 | <artifactId>axis2-json</artifactId> |
204 | | - <version>1.8.3-SNAPSHOT</version> |
| 204 | + <version>2.0.0-SNAPSHOT</version> |
205 | 205 | </dependency> |
206 | 206 | <dependency> |
207 | 207 | <groupId>org.apache.axis2</groupId> |
208 | 208 | <artifactId>axis2-ant-plugin</artifactId> |
209 | | - <version>1.8.3-SNAPSHOT</version> |
| 209 | + <version>2.0.0-SNAPSHOT</version> |
210 | 210 | </dependency> |
211 | 211 | <dependency> |
212 | 212 | <groupId>org.apache.axis2</groupId> |
213 | 213 | <artifactId>axis2-adb</artifactId> |
214 | | - <version>1.8.3-SNAPSHOT</version> |
| 214 | + <version>2.0.0-SNAPSHOT</version> |
215 | 215 | </dependency> |
216 | 216 | <dependency> |
217 | 217 | <groupId>org.apache.axis2</groupId> |
218 | 218 | <artifactId>axis2-java2wsdl</artifactId> |
219 | | - <version>1.8.3-SNAPSHOT</version> |
| 219 | + <version>2.0.0-SNAPSHOT</version> |
220 | 220 | </dependency> |
221 | 221 | <dependency> |
222 | 222 | <groupId>org.apache.axis2</groupId> |
223 | 223 | <artifactId>axis2-metadata</artifactId> |
224 | | - <version>1.8.3-SNAPSHOT</version> |
| 224 | + <version>2.0.0-SNAPSHOT</version> |
225 | 225 | </dependency> |
226 | 226 | <dependency> |
227 | 227 | <groupId>org.apache.axis2</groupId> |
228 | 228 | <artifactId>axis2-spring</artifactId> |
229 | | - <version>1.8.3-SNAPSHOT</version> |
| 229 | + <version>2.0.0-SNAPSHOT</version> |
230 | 230 | </dependency> |
231 | 231 | <dependency> |
232 | 232 | <groupId>org.apache.axis2</groupId> |
233 | 233 | <artifactId>axis2-jaxws</artifactId> |
234 | | - <version>1.8.3-SNAPSHOT</version> |
| 234 | + <version>2.0.0-SNAPSHOT</version> |
235 | 235 | </dependency> |
236 | 236 | <dependency> |
237 | 237 | <groupId>org.apache.neethi</groupId> |
238 | 238 | <artifactId>neethi</artifactId> |
239 | | - <version>3.2.0</version> |
| 239 | + <version>3.2.1</version> |
240 | 240 | </dependency> |
241 | 241 | <dependency> |
242 | 242 | <groupId>wsdl4j</groupId> |
|
0 commit comments