|
119 | 119 | <plugin> |
120 | 120 | <groupId>org.apache.maven.plugins</groupId> |
121 | 121 | <artifactId>maven-surefire-plugin</artifactId> |
122 | | - <version>3.1.2</version> |
| 122 | + <version>3.5.4</version> |
123 | 123 | </plugin> |
124 | 124 | <plugin> |
125 | 125 | <groupId>net.alchim31.maven</groupId> |
126 | 126 | <artifactId>scala-maven-plugin</artifactId> |
127 | | - <version>4.8.1</version> |
| 127 | + <version>4.9.7</version> |
128 | 128 | <configuration> |
129 | 129 | <includes> |
130 | 130 | <include>**/*.scala</include> |
|
165 | 165 | <plugin> |
166 | 166 | <groupId>org.codehaus.gmavenplus</groupId> |
167 | 167 | <artifactId>gmavenplus-plugin</artifactId> |
168 | | - <version>3.0.2</version> |
| 168 | + <version>4.2.1</version> |
169 | 169 | <executions> |
170 | 170 | <execution> |
171 | 171 | <goals> |
|
178 | 178 | <plugin> |
179 | 179 | <groupId>org.apache.maven.plugins</groupId> |
180 | 180 | <artifactId>maven-compiler-plugin</artifactId> |
181 | | - <version>3.11.0</version> |
| 181 | + <version>3.14.1</version> |
182 | 182 | <configuration> |
183 | 183 | <compilerArgs> |
184 | 184 | <arg>-Xlint:all,-options</arg> |
|
201 | 201 | <plugin> |
202 | 202 | <groupId>org.apache.maven.plugins</groupId> |
203 | 203 | <artifactId>maven-source-plugin</artifactId> |
204 | | - <version>3.3.0</version> |
| 204 | + <version>3.4.0</version> |
205 | 205 | <executions> |
206 | 206 | <execution> |
207 | 207 | <id>attach-sources</id> |
|
214 | 214 | <plugin> |
215 | 215 | <groupId>org.apache.maven.plugins</groupId> |
216 | 216 | <artifactId>maven-javadoc-plugin</artifactId> |
217 | | - <version>3.6.3</version> |
| 217 | + <version>3.12.0</version> |
218 | 218 | <executions> |
219 | 219 | <execution> |
220 | 220 | <id>attach-javadocs</id> |
|
227 | 227 | <plugin> |
228 | 228 | <groupId>org.apache.maven.plugins</groupId> |
229 | 229 | <artifactId>maven-gpg-plugin</artifactId> |
230 | | - <version>3.1.0</version> |
| 230 | + <version>3.2.8</version> |
231 | 231 | <executions> |
232 | 232 | <execution> |
233 | 233 | <id>sign-artifacts</id> |
|
241 | 241 | <plugin> |
242 | 242 | <groupId>org.sonatype.central</groupId> |
243 | 243 | <artifactId>central-publishing-maven-plugin</artifactId> |
244 | | - <version>0.7.0</version> |
| 244 | + <version>0.9.0</version> |
245 | 245 | <extensions>true</extensions> |
246 | 246 | <configuration> |
247 | 247 | <publishingServerId>central</publishingServerId> |
|
0 commit comments