This repository was archived by the owner on Mar 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11Platform 3.29
22
3+ * Library upgrades
4+
5+ - error_prone_annotations to 2.36.0 (was 2.25.0)
6+ - error_prone_core to 2.36.0 (was 2.3.4)
7+ - plexus-compiler-javac-errorprone to 2.15.0 (was 2.8.6)
8+
39* Maven plugin upgrades
410
511 - maven-surefire-plugin to 3.5.2 (was 2.22.2)
Original file line number Diff line number Diff line change 10241024 <dependency >
10251025 <groupId >com.google.errorprone</groupId >
10261026 <artifactId >error_prone_annotations</artifactId >
1027- <version >2.25 .0</version >
1027+ <version >2.36 .0</version >
10281028 </dependency >
10291029
10301030 <dependency >
13721372 <dependency >
13731373 <groupId >org.codehaus.plexus</groupId >
13741374 <artifactId >plexus-compiler-javac-errorprone</artifactId >
1375- <version >2.8.6 </version >
1375+ <version >2.15.0 </version >
13761376 </dependency >
13771377 <dependency >
13781378 <groupId >com.google.errorprone</groupId >
13791379 <artifactId >error_prone_core</artifactId >
1380- <version >2.3.4 </version >
1380+ <version >2.36.0 </version >
13811381 </dependency >
13821382 </dependencies >
13831383 </plugin >
You can’t perform that action at this time.
0 commit comments