Skip to content

Commit af82f16

Browse files
Fix and update the springbootdemo
1 parent cf4ba49 commit af82f16

File tree

1 file changed

+14
-14
lines changed
  • modules/samples/userguide/src/userguide/springbootdemo

1 file changed

+14
-14
lines changed

modules/samples/userguide/src/userguide/springbootdemo/pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>org.apache.logging.log4j</groupId>
9797
<artifactId>log4j-jul</artifactId>
98-
<version>2.23.1</version>
98+
<version>2.24.1</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>org.springframework.boot</groupId>
@@ -140,12 +140,12 @@
140140
<dependency>
141141
<groupId>org.springframework.boot</groupId>
142142
<artifactId>spring-boot-starter-security</artifactId>
143-
<version>3.3.2</version>
143+
<version>3.3.5</version>
144144
</dependency>
145145
<dependency>
146146
<groupId>commons-io</groupId>
147147
<artifactId>commons-io</artifactId>
148-
<version>2.16.0</version>
148+
<version>2.18.0</version>
149149
</dependency>
150150
<dependency>
151151
<groupId>commons-codec</groupId>
@@ -186,57 +186,57 @@
186186
<dependency>
187187
<groupId>org.apache.axis2</groupId>
188188
<artifactId>axis2-kernel</artifactId>
189-
<version>1.8.3-SNAPSHOT</version>
189+
<version>2.0.0-SNAPSHOT</version>
190190
</dependency>
191191
<dependency>
192192
<groupId>org.apache.axis2</groupId>
193193
<artifactId>axis2-transport-http</artifactId>
194-
<version>1.8.3-SNAPSHOT</version>
194+
<version>2.0.0-SNAPSHOT</version>
195195
</dependency>
196196
<dependency>
197197
<groupId>org.apache.axis2</groupId>
198198
<artifactId>axis2-transport-local</artifactId>
199-
<version>1.8.3-SNAPSHOT</version>
199+
<version>2.0.0-SNAPSHOT</version>
200200
</dependency>
201201
<dependency>
202202
<groupId>org.apache.axis2</groupId>
203203
<artifactId>axis2-json</artifactId>
204-
<version>1.8.3-SNAPSHOT</version>
204+
<version>2.0.0-SNAPSHOT</version>
205205
</dependency>
206206
<dependency>
207207
<groupId>org.apache.axis2</groupId>
208208
<artifactId>axis2-ant-plugin</artifactId>
209-
<version>1.8.3-SNAPSHOT</version>
209+
<version>2.0.0-SNAPSHOT</version>
210210
</dependency>
211211
<dependency>
212212
<groupId>org.apache.axis2</groupId>
213213
<artifactId>axis2-adb</artifactId>
214-
<version>1.8.3-SNAPSHOT</version>
214+
<version>2.0.0-SNAPSHOT</version>
215215
</dependency>
216216
<dependency>
217217
<groupId>org.apache.axis2</groupId>
218218
<artifactId>axis2-java2wsdl</artifactId>
219-
<version>1.8.3-SNAPSHOT</version>
219+
<version>2.0.0-SNAPSHOT</version>
220220
</dependency>
221221
<dependency>
222222
<groupId>org.apache.axis2</groupId>
223223
<artifactId>axis2-metadata</artifactId>
224-
<version>1.8.3-SNAPSHOT</version>
224+
<version>2.0.0-SNAPSHOT</version>
225225
</dependency>
226226
<dependency>
227227
<groupId>org.apache.axis2</groupId>
228228
<artifactId>axis2-spring</artifactId>
229-
<version>1.8.3-SNAPSHOT</version>
229+
<version>2.0.0-SNAPSHOT</version>
230230
</dependency>
231231
<dependency>
232232
<groupId>org.apache.axis2</groupId>
233233
<artifactId>axis2-jaxws</artifactId>
234-
<version>1.8.3-SNAPSHOT</version>
234+
<version>2.0.0-SNAPSHOT</version>
235235
</dependency>
236236
<dependency>
237237
<groupId>org.apache.neethi</groupId>
238238
<artifactId>neethi</artifactId>
239-
<version>3.2.0</version>
239+
<version>3.2.1</version>
240240
</dependency>
241241
<dependency>
242242
<groupId>wsdl4j</groupId>

0 commit comments

Comments
 (0)