File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 71
71
<dependency >
72
72
<groupId >com.google.errorprone</groupId >
73
73
<artifactId >error_prone_annotations</artifactId >
74
- <version >2.30 .0</version >
74
+ <version >2.31 .0</version >
75
75
<scope >provided</scope >
76
76
</dependency >
77
77
<dependency >
134
134
</plugin >
135
135
<plugin >
136
136
<artifactId >maven-javadoc-plugin</artifactId >
137
- <version >3.8 .0</version >
137
+ <version >3.10 .0</version >
138
138
<configuration >
139
139
<additionalJOptions >
140
140
<additionalJOption >--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</additionalJOption >
150
150
<plugin >
151
151
<groupId >org.apache.maven.plugins</groupId >
152
152
<artifactId >maven-surefire-plugin</artifactId >
153
- <version >3.4 .0</version >
153
+ <version >3.5 .0</version >
154
154
<configuration >
155
155
<argLine >${test.jvm.flags} </argLine >
156
156
</configuration >
230
230
<plugin >
231
231
<groupId >org.apache.maven.plugins</groupId >
232
232
<artifactId >maven-javadoc-plugin</artifactId >
233
- <version >3.8 .0</version >
233
+ <version >3.10 .0</version >
234
234
<executions >
235
235
<execution >
236
236
<id >attach-docs</id >
You can’t perform that action at this time.
0 commit comments