|
20 | 20 | <parent> |
21 | 21 | <groupId>org.apache</groupId> |
22 | 22 | <artifactId>apache</artifactId> |
23 | | - <version>29</version> |
| 23 | + <version>31</version> |
24 | 24 | </parent> |
25 | 25 | <groupId>org.apache.accumulo</groupId> |
26 | 26 | <artifactId>accumulo-proxy</artifactId> |
|
85 | 85 | <url>https://github.com/apache/accumulo-proxy/actions</url> |
86 | 86 | </ciManagement> |
87 | 87 | <properties> |
88 | | - <accumulo.version>2.1.1</accumulo.version> |
| 88 | + <accumulo.version>2.1.3</accumulo.version> |
89 | 89 | <eclipseFormatterStyle>contrib/Eclipse-Accumulo-Codestyle.xml</eclipseFormatterStyle> |
90 | 90 | <!-- extra release args for testing --> |
91 | 91 | <extraReleaseArguments /> |
92 | | - <hadoop.version>3.3.4</hadoop.version> |
| 92 | + <hadoop.version>3.3.6</hadoop.version> |
93 | 93 | <it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests> |
94 | 94 | <maven.compiler.release>11</maven.compiler.release> |
95 | 95 | <maven.compiler.source>11</maven.compiler.source> |
96 | 96 | <maven.compiler.target>11</maven.compiler.target> |
97 | | - <slf4j.version>2.0.6</slf4j.version> |
| 97 | + <slf4j.version>2.0.12</slf4j.version> |
98 | 98 | <sourceReleaseAssemblyDescriptor>source-release-tar</sourceReleaseAssemblyDescriptor> |
99 | 99 | <spotbugs.excludeFilterFile>src/main/spotbugs/exclude-filter.xml</spotbugs.excludeFilterFile> |
100 | | - <surefire.version>3.0.0-M8</surefire.version> |
101 | 100 | <thrift.version>0.17.0</thrift.version> |
102 | 101 | </properties> |
103 | 102 | <dependencyManagement> |
104 | 103 | <dependencies> |
| 104 | + <dependency> |
| 105 | + <groupId>io.micrometer</groupId> |
| 106 | + <artifactId>micrometer-bom</artifactId> |
| 107 | + <version>1.12.2</version> |
| 108 | + <type>pom</type> |
| 109 | + <scope>import</scope> |
| 110 | + </dependency> |
105 | 111 | <dependency> |
106 | 112 | <groupId>org.apache.logging.log4j</groupId> |
107 | 113 | <artifactId>log4j-bom</artifactId> |
108 | | - <version>2.19.0</version> |
| 114 | + <version>2.23.1</version> |
109 | 115 | <type>pom</type> |
110 | 116 | <scope>import</scope> |
111 | 117 | </dependency> |
|
121 | 127 | <dependency> |
122 | 128 | <groupId>com.github.spotbugs</groupId> |
123 | 129 | <artifactId>spotbugs-annotations</artifactId> |
124 | | - <version>4.7.3</version> |
| 130 | + <version>4.8.3</version> |
125 | 131 | <optional>true</optional> |
126 | 132 | </dependency> |
127 | 133 | <dependency> |
128 | 134 | <groupId>com.google.auto.service</groupId> |
129 | 135 | <artifactId>auto-service</artifactId> |
130 | | - <version>1.0.1</version> |
| 136 | + <version>1.1.1</version> |
131 | 137 | <optional>true</optional> |
132 | 138 | </dependency> |
133 | 139 | <dependency> |
|
140 | 146 | <artifactId>commons-lang</artifactId> |
141 | 147 | <version>2.6</version> |
142 | 148 | </dependency> |
| 149 | + <dependency> |
| 150 | + <groupId>io.micrometer</groupId> |
| 151 | + <artifactId>micrometer-core</artifactId> |
| 152 | + </dependency> |
143 | 153 | <dependency> |
144 | 154 | <groupId>org.apache.accumulo</groupId> |
145 | 155 | <artifactId>accumulo-core</artifactId> |
|
214 | 224 | <dependency> |
215 | 225 | <groupId>org.junit.jupiter</groupId> |
216 | 226 | <artifactId>junit-jupiter-api</artifactId> |
217 | | - <version>5.9.2</version> |
| 227 | + <version>5.10.1</version> |
218 | 228 | <scope>test</scope> |
219 | 229 | </dependency> |
220 | 230 | </dependencies> |
|
225 | 235 | <plugin> |
226 | 236 | <groupId>org.codehaus.mojo</groupId> |
227 | 237 | <artifactId>versions-maven-plugin</artifactId> |
228 | | - <version>2.14.2</version> |
| 238 | + <version>2.16.2</version> |
229 | 239 | </plugin> |
230 | 240 | <plugin> |
231 | 241 | <groupId>com.mycila</groupId> |
232 | 242 | <artifactId>license-maven-plugin</artifactId> |
233 | | - <version>4.1</version> |
| 243 | + <version>4.3</version> |
234 | 244 | <configuration> |
235 | 245 | <header>${session.executionRootDirectory}/contrib/license-header.txt</header> |
236 | 246 | <excludes combine.children="append"> |
|
255 | 265 | <plugin> |
256 | 266 | <groupId>org.gaul</groupId> |
257 | 267 | <artifactId>modernizer-maven-plugin</artifactId> |
258 | | - <version>2.5.0</version> |
| 268 | + <version>2.7.0</version> |
259 | 269 | <configuration> |
260 | 270 | <javaVersion>${maven.compiler.target}</javaVersion> |
261 | 271 | </configuration> |
262 | 272 | </plugin> |
263 | 273 | <plugin> |
264 | 274 | <groupId>com.github.spotbugs</groupId> |
265 | 275 | <artifactId>spotbugs-maven-plugin</artifactId> |
266 | | - <version>4.7.3.0</version> |
| 276 | + <version>4.7.3.6</version> |
267 | 277 | <configuration> |
268 | 278 | <xmlOutput>true</xmlOutput> |
269 | 279 | <effort>Max</effort> |
|
313 | 323 | <plugin> |
314 | 324 | <groupId>com.github.koraktor</groupId> |
315 | 325 | <artifactId>mavanagaiata</artifactId> |
316 | | - <version>1.0.0</version> |
| 326 | + <version>1.0.1</version> |
317 | 327 | <configuration> |
318 | 328 | <skipNoGit>true</skipNoGit> |
319 | 329 | </configuration> |
|
337 | 347 | <groupId>org.apache.maven.plugins</groupId> |
338 | 348 | <artifactId>maven-compiler-plugin</artifactId> |
339 | 349 | <configuration> |
340 | | - <optimize>true</optimize> |
341 | 350 | <showDeprecation>true</showDeprecation> |
342 | 351 | <showWarnings>true</showWarnings> |
343 | 352 | <compilerArgs> |
|
410 | 419 | <plugin> |
411 | 420 | <groupId>org.codehaus.mojo</groupId> |
412 | 421 | <artifactId>build-helper-maven-plugin</artifactId> |
413 | | - <version>3.3.0</version> |
| 422 | + <version>3.5.0</version> |
414 | 423 | </plugin> |
415 | 424 | <plugin> |
416 | 425 | <groupId>org.codehaus.mojo</groupId> |
417 | 426 | <artifactId>exec-maven-plugin</artifactId> |
418 | | - <version>3.0.0</version> |
| 427 | + <version>3.1.1</version> |
419 | 428 | </plugin> |
420 | 429 | <plugin> |
421 | 430 | <groupId>net.revelc.code</groupId> |
422 | 431 | <artifactId>apilyzer-maven-plugin</artifactId> |
423 | | - <version>1.2.0</version> |
| 432 | + <version>1.3.0</version> |
424 | 433 | </plugin> |
425 | 434 | <plugin> |
426 | 435 | <groupId>net.revelc.code.formatter</groupId> |
427 | 436 | <artifactId>formatter-maven-plugin</artifactId> |
428 | | - <version>2.21.0</version> |
| 437 | + <version>2.23.0</version> |
429 | 438 | <configuration> |
430 | 439 | <configFile>${eclipseFormatterStyle}</configFile> |
431 | 440 | <compilerCompliance>${maven.compiler.source}</compilerCompliance> |
|
435 | 444 | <exclude>**/thrift-gen-java/**/*.java</exclude> |
436 | 445 | </excludes> |
437 | 446 | <lineEnding>LF</lineEnding> |
438 | | - <overrideConfigCompilerVersion>true</overrideConfigCompilerVersion> |
439 | 447 | <skipJsFormatting>true</skipJsFormatting> |
440 | 448 | <skipHtmlFormatting>true</skipHtmlFormatting> |
441 | 449 | <skipXmlFormatting>true</skipXmlFormatting> |
|
645 | 653 | <dependency> |
646 | 654 | <groupId>com.puppycrawl.tools</groupId> |
647 | 655 | <artifactId>checkstyle</artifactId> |
648 | | - <version>10.6.0</version> |
| 656 | + <version>10.12.6</version> |
649 | 657 | </dependency> |
650 | 658 | </dependencies> |
651 | 659 | <executions> |
|
0 commit comments