File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 69
69
<dependency >
70
70
<groupId >com.puppycrawl.tools</groupId >
71
71
<artifactId >checkstyle</artifactId >
72
- <version >10.5.0 </version >
72
+ <version >9.3 </version >
73
73
</dependency >
74
74
</dependencies >
75
75
<executions >
Original file line number Diff line number Diff line change 38
38
</dependency >
39
39
<!-- Bring your own Spring dependency. Hence scope provided -->
40
40
<dependency >
41
- <groupId >jakarta .servlet</groupId >
42
- <artifactId >jakarta. servlet-api</artifactId >
43
- <version >6.0.0 </version >
41
+ <groupId >javax .servlet</groupId >
42
+ <artifactId >servlet-api</artifactId >
43
+ <version >2.5 </version >
44
44
<scope >provided</scope >
45
45
</dependency >
46
46
<dependency >
Original file line number Diff line number Diff line change 64
64
<slf4j .version>2.0.5</slf4j .version>
65
65
<gson .version>2.10</gson .version> <!-- Same version as grpc-proto -->
66
66
<mustache-java .version>0.9.10</mustache-java .version>
67
- <spring .version>6.0.2 </spring .version>
67
+ <spring .version>5.3.24 </spring .version>
68
68
69
69
<!-- Test Dependency Versions -->
70
70
<junit .version>4.13.2</junit .version>
251
251
<dependency >
252
252
<groupId >com.puppycrawl.tools</groupId >
253
253
<artifactId >checkstyle</artifactId >
254
- <version >10.5.0 </version >
254
+ <version >9.3 </version >
255
255
</dependency >
256
256
</dependencies >
257
257
<executions >
Original file line number Diff line number Diff line change 15
15
16
16
<properties >
17
17
<maven .deploy.skip>true</maven .deploy.skip>
18
- <spring .boot.version>3.0.0 </spring .boot.version>
18
+ <spring .boot.version>2.7.6 </spring .boot.version>
19
19
</properties >
20
20
21
21
<modules >
Original file line number Diff line number Diff line change 51
51
<dependency >
52
52
<groupId >org.springframework</groupId >
53
53
<artifactId >spring-context</artifactId >
54
- <version >6.0.2 </version >
54
+ <version >5.3.24 </version >
55
55
</dependency >
56
56
<dependency >
57
57
<groupId >org.slf4j</groupId >
91
91
<plugin >
92
92
<groupId >org.springframework.boot</groupId >
93
93
<artifactId >spring-boot-maven-plugin</artifactId >
94
- <version >3.0.0 </version >
94
+ <version >2.7.6 </version >
95
95
<executions >
96
96
<execution >
97
97
<goals >
Original file line number Diff line number Diff line change 64
64
<slf4j .version>2.0.5</slf4j .version>
65
65
<gson .version>2.10</gson .version> <!-- Same version as grpc-proto -->
66
66
<mustache-java .version>0.9.4</mustache-java .version>
67
- <spring .version>6.0.2 </spring .version>
67
+ <spring .version>5.3.24 </spring .version>
68
68
69
69
<!-- Test Dependency Versions -->
70
70
<junit .version>4.12</junit .version>
162
162
<dependency >
163
163
<groupId >com.puppycrawl.tools</groupId >
164
164
<artifactId >checkstyle</artifactId >
165
- <version >10.5.0 </version >
165
+ <version >9.3 </version >
166
166
</dependency >
167
167
</dependencies >
168
168
<executions >
Original file line number Diff line number Diff line change 207
207
<dependency >
208
208
<groupId >com.puppycrawl.tools</groupId >
209
209
<artifactId >checkstyle</artifactId >
210
- <version >10.5.0 </version >
210
+ <version >9.3 </version >
211
211
</dependency >
212
212
</dependencies >
213
213
<executions >
You can’t perform that action at this time.
0 commit comments