|
89 | 89 | <url>https://github.com/apache/accumulo-proxy/actions</url> |
90 | 90 | </ciManagement> |
91 | 91 | <properties> |
92 | | - <accumulo.version>2.1.3</accumulo.version> |
| 92 | + <accumulo.version>2.1.4</accumulo.version> |
93 | 93 | <eclipseFormatterStyle>contrib/Eclipse-Accumulo-Codestyle.xml</eclipseFormatterStyle> |
94 | 94 | <!-- extra release args for testing --> |
95 | 95 | <extraReleaseArguments /> |
|
98 | 98 | <maven.compiler.source>11</maven.compiler.source> |
99 | 99 | <maven.compiler.target>11</maven.compiler.target> |
100 | 100 | <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile> |
101 | | - <slf4j.version>2.0.12</slf4j.version> |
| 101 | + <slf4j.version>2.0.17</slf4j.version> |
102 | 102 | <sourceReleaseAssemblyDescriptor>source-release-tar</sourceReleaseAssemblyDescriptor> |
103 | 103 | <spotbugs.excludeFilterFile>src/main/spotbugs/exclude-filter.xml</spotbugs.excludeFilterFile> |
104 | 104 | <thrift.version>0.17.0</thrift.version> |
|
108 | 108 | <dependency> |
109 | 109 | <groupId>io.micrometer</groupId> |
110 | 110 | <artifactId>micrometer-bom</artifactId> |
111 | | - <version>1.12.2</version> |
| 111 | + <version>1.14.5</version> |
112 | 112 | <type>pom</type> |
113 | 113 | <scope>import</scope> |
114 | 114 | </dependency> |
115 | 115 | <dependency> |
116 | 116 | <groupId>org.apache.logging.log4j</groupId> |
117 | 117 | <artifactId>log4j-bom</artifactId> |
118 | | - <version>2.23.1</version> |
| 118 | + <version>2.24.3</version> |
119 | 119 | <type>pom</type> |
120 | 120 | <scope>import</scope> |
121 | 121 | </dependency> |
|
131 | 131 | <dependency> |
132 | 132 | <groupId>com.github.spotbugs</groupId> |
133 | 133 | <artifactId>spotbugs-annotations</artifactId> |
134 | | - <version>4.8.3</version> |
| 134 | + <version>4.9.3</version> |
135 | 135 | <optional>true</optional> |
136 | 136 | </dependency> |
137 | 137 | <dependency> |
|
143 | 143 | <dependency> |
144 | 144 | <groupId>com.google.guava</groupId> |
145 | 145 | <artifactId>guava</artifactId> |
146 | | - <version>32.0.0-jre</version> |
| 146 | + <version>33.4.6-jre</version> |
147 | 147 | </dependency> |
148 | 148 | <dependency> |
149 | 149 | <groupId>io.micrometer</groupId> |
|
217 | 217 | <dependency> |
218 | 218 | <groupId>org.easymock</groupId> |
219 | 219 | <artifactId>easymock</artifactId> |
220 | | - <version>5.1.0</version> |
| 220 | + <version>5.5.0</version> |
221 | 221 | <scope>test</scope> |
222 | 222 | </dependency> |
223 | 223 | <dependency> |
224 | 224 | <groupId>org.junit.jupiter</groupId> |
225 | 225 | <artifactId>junit-jupiter-api</artifactId> |
226 | | - <version>5.10.1</version> |
| 226 | + <version>5.12.1</version> |
227 | 227 | <scope>test</scope> |
228 | 228 | </dependency> |
229 | 229 | </dependencies> |
|
0 commit comments