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 6969 <dependency >
7070 <groupId >com.puppycrawl.tools</groupId >
7171 <artifactId >checkstyle</artifactId >
72- <version >10.5.0 </version >
72+ <version >9.3 </version >
7373 </dependency >
7474 </dependencies >
7575 <executions >
Original file line number Diff line number Diff line change 3838 </dependency >
3939 <!-- Bring your own Spring dependency. Hence scope provided -->
4040 <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 >
4444 <scope >provided</scope >
4545 </dependency >
4646 <dependency >
Original file line number Diff line number Diff line change 6464 <slf4j .version>2.0.5</slf4j .version>
6565 <gson .version>2.10</gson .version> <!-- Same version as grpc-proto -->
6666 <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>
6868
6969 <!-- Test Dependency Versions -->
7070 <junit .version>4.13.2</junit .version>
251251 <dependency >
252252 <groupId >com.puppycrawl.tools</groupId >
253253 <artifactId >checkstyle</artifactId >
254- <version >10.5.0 </version >
254+ <version >9.3 </version >
255255 </dependency >
256256 </dependencies >
257257 <executions >
Original file line number Diff line number Diff line change 1515
1616 <properties >
1717 <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>
1919 </properties >
2020
2121 <modules >
Original file line number Diff line number Diff line change 5151 <dependency >
5252 <groupId >org.springframework</groupId >
5353 <artifactId >spring-context</artifactId >
54- <version >6.0.2 </version >
54+ <version >5.3.24 </version >
5555 </dependency >
5656 <dependency >
5757 <groupId >org.slf4j</groupId >
9191 <plugin >
9292 <groupId >org.springframework.boot</groupId >
9393 <artifactId >spring-boot-maven-plugin</artifactId >
94- <version >3.0.0 </version >
94+ <version >2.7.6 </version >
9595 <executions >
9696 <execution >
9797 <goals >
Original file line number Diff line number Diff line change 6464 <slf4j .version>2.0.5</slf4j .version>
6565 <gson .version>2.10</gson .version> <!-- Same version as grpc-proto -->
6666 <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>
6868
6969 <!-- Test Dependency Versions -->
7070 <junit .version>4.12</junit .version>
162162 <dependency >
163163 <groupId >com.puppycrawl.tools</groupId >
164164 <artifactId >checkstyle</artifactId >
165- <version >10.5.0 </version >
165+ <version >9.3 </version >
166166 </dependency >
167167 </dependencies >
168168 <executions >
Original file line number Diff line number Diff line change 207207 <dependency >
208208 <groupId >com.puppycrawl.tools</groupId >
209209 <artifactId >checkstyle</artifactId >
210- <version >10.5.0 </version >
210+ <version >9.3 </version >
211211 </dependency >
212212 </dependencies >
213213 <executions >
You can’t perform that action at this time.
0 commit comments