File tree 19 files changed +25
-343
lines changed
3-0-0-hello-spring-framework
3-1-1-dispatcher-servlet-initializer
3-3-0-enable-string-trimming
5-0-spring-boot-rest-client
19 files changed +25
-343
lines changed Original file line number Diff line number Diff line change 20
20
<dependency >
21
21
<groupId >jakarta.servlet</groupId >
22
22
<artifactId >jakarta.servlet-api</artifactId >
23
- <version >5 .0.0</version >
23
+ <version >6 .0.0</version >
24
24
<scope >provided</scope >
25
25
</dependency >
26
26
</dependencies >
Original file line number Diff line number Diff line change 12
12
<artifactId >3-0-0-hello-spring-framework</artifactId >
13
13
14
14
<dependencies >
15
- <dependency >
16
- <groupId >org.springframework</groupId >
17
- <artifactId >spring-context</artifactId >
18
- <version >5.3.23</version >
19
- </dependency >
20
15
<dependency >
21
16
<groupId >com.bobocode</groupId >
22
17
<artifactId >spring-framework-exercises-util</artifactId >
Original file line number Diff line number Diff line change 15
15
<dependency >
16
16
<groupId >org.springframework.boot</groupId >
17
17
<artifactId >spring-boot-starter-web</artifactId >
18
- <version >2.7.3 </version >
18
+ <version >3.0.1 </version >
19
19
</dependency >
20
20
21
21
<dependency >
22
22
<groupId >org.springframework.boot</groupId >
23
23
<artifactId >spring-boot-starter-test</artifactId >
24
- <version >2.7.3 </version >
24
+ <version >3.0.1 </version >
25
25
<scope >test</scope >
26
26
</dependency >
27
27
28
28
<dependency >
29
29
<groupId >org.springframework.boot</groupId >
30
30
<artifactId >spring-boot-starter-thymeleaf</artifactId >
31
- <version >2.7.3 </version >
31
+ <version >3.0.1 </version >
32
32
</dependency >
33
33
34
34
</dependencies >
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 14
14
15
15
<dependencies >
16
16
<dependency >
17
- <groupId >javax .servlet</groupId >
18
- <artifactId >javax .servlet-api</artifactId >
19
- <version >4 .0.1 </version >
17
+ <groupId >jakarta .servlet</groupId >
18
+ <artifactId >jakarta .servlet-api</artifactId >
19
+ <version >6 .0.0 </version >
20
20
<scope >provided</scope >
21
21
</dependency >
22
22
<dependency >
Original file line number Diff line number Diff line change 14
14
15
15
<dependencies >
16
16
<dependency >
17
- <groupId >javax.servlet</groupId >
18
- <artifactId >javax.servlet-api</artifactId >
19
- <version >4.0.1</version >
20
- <scope >provided</scope >
17
+ <groupId >jakarta.servlet</groupId >
18
+ <artifactId >jakarta.servlet-api</artifactId >
19
+ <version >6.0.0</version >
21
20
</dependency >
22
21
<dependency >
23
22
<groupId >com.bobocode</groupId >
27
26
<dependency >
28
27
<groupId >com.jayway.jsonpath</groupId >
29
28
<artifactId >json-path</artifactId >
30
- <version >2.3 .0</version >
29
+ <version >2.7 .0</version >
31
30
<scope >test</scope >
32
31
</dependency >
33
32
<dependency >
34
33
<groupId >com.jayway.jsonpath</groupId >
35
34
<artifactId >json-path-assert</artifactId >
36
- <version >2.3 .0</version >
35
+ <version >2.7 .0</version >
37
36
<scope >test</scope >
38
37
</dependency >
39
38
</dependencies >
45
44
<groupId >org.apache.maven.plugins</groupId >
46
45
<artifactId >maven-war-plugin</artifactId >
47
46
<version >3.3.2</version >
48
- <configuration >
49
- <failOnMissingWebXml >false</failOnMissingWebXml >
50
- </configuration >
51
47
</plugin >
52
-
53
48
</plugins >
54
49
</build >
55
50
Original file line number Diff line number Diff line change 10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
12
<artifactId >3-3-0-enable-string-trimming</artifactId >
13
- <packaging >war</packaging >
14
13
</project >
You can’t perform that action at this time.
0 commit comments