|
66 | 66 | <dependency> |
67 | 67 | <groupId>com.google.auto.value</groupId> |
68 | 68 | <artifactId>auto-value-annotations</artifactId> |
69 | | - <version>1.7.2</version> |
| 69 | + <version>1.11.1</version> |
70 | 70 | </dependency> |
71 | 71 | <dependency> |
72 | 72 | <groupId>com.fasterxml.jackson.datatype</groupId> |
|
127 | 127 | <dependency> |
128 | 128 | <groupId>org.glassfish.jersey.connectors</groupId> |
129 | 129 | <artifactId>jersey-apache-connector</artifactId> |
130 | | - <version>3.1.11</version> |
| 130 | + <version>3.1.12</version> |
131 | 131 | <scope>test</scope> |
132 | 132 | </dependency> |
133 | 133 | <dependency> |
|
144 | 144 | <dependency> |
145 | 145 | <groupId>io.dropwizard.metrics</groupId> |
146 | 146 | <artifactId>metrics-core</artifactId> |
147 | | - <version>4.1.12.1</version> |
| 147 | + <version>4.2.39</version> |
148 | 148 | </dependency> |
149 | 149 | <dependency> |
150 | 150 | <groupId>org.xerial.snappy</groupId> |
|
175 | 175 | <annotationProcessorPath> |
176 | 176 | <groupId>com.google.auto.value</groupId> |
177 | 177 | <artifactId>auto-value</artifactId> |
178 | | - <version>1.7.2</version> |
| 178 | + <version>1.11.1</version> |
179 | 179 | </annotationProcessorPath> |
180 | 180 | <path> |
181 | 181 | <groupId>com.google.auto.service</groupId> |
182 | 182 | <artifactId>auto-service-annotations</artifactId> |
183 | | - <version>1.0-rc6</version> |
| 183 | + <version>1.1.1</version> |
184 | 184 | </path> |
185 | 185 | </annotationProcessorPaths> |
186 | 186 | </configuration> |
|
218 | 218 | <plugin> |
219 | 219 | <groupId>com.diffplug.spotless</groupId> |
220 | 220 | <artifactId>spotless-maven-plugin</artifactId> |
221 | | - <version>2.12.3</version> |
| 221 | + <version>2.46.1</version> |
222 | 222 | <configuration> |
223 | 223 | <java> |
224 | 224 | <googleJavaFormat> |
|
0 commit comments