Skip to content

Commit bc19d5b

Browse files
Update minor+patch dependencies
1 parent 76a71e8 commit bc19d5b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

kafka-rest/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<dependency>
208208
<groupId>nl.jqno.equalsverifier</groupId>
209209
<artifactId>equalsverifier-nodep</artifactId>
210-
<version>3.18.2</version>
210+
<version>3.19.4</version>
211211
<scope>test</scope>
212212
</dependency>
213213
<dependency>
@@ -238,7 +238,7 @@
238238

239239
<plugin>
240240
<artifactId>maven-assembly-plugin</artifactId>
241-
<version>2.5.2</version>
241+
<version>2.6</version>
242242
<configuration>
243243
<descriptors>
244244
<descriptor>src/assembly/development.xml</descriptor>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>com.google.auto.value</groupId>
6868
<artifactId>auto-value-annotations</artifactId>
69-
<version>1.7.2</version>
69+
<version>1.11.1</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>com.fasterxml.jackson.datatype</groupId>
@@ -144,7 +144,7 @@
144144
<dependency>
145145
<groupId>io.dropwizard.metrics</groupId>
146146
<artifactId>metrics-core</artifactId>
147-
<version>4.1.12.1</version>
147+
<version>4.2.39</version>
148148
</dependency>
149149
<dependency>
150150
<groupId>org.xerial.snappy</groupId>
@@ -175,12 +175,12 @@
175175
<annotationProcessorPath>
176176
<groupId>com.google.auto.value</groupId>
177177
<artifactId>auto-value</artifactId>
178-
<version>1.7.2</version>
178+
<version>1.11.1</version>
179179
</annotationProcessorPath>
180180
<path>
181181
<groupId>com.google.auto.service</groupId>
182182
<artifactId>auto-service-annotations</artifactId>
183-
<version>1.0-rc6</version>
183+
<version>1.1.1</version>
184184
</path>
185185
</annotationProcessorPaths>
186186
</configuration>
@@ -218,7 +218,7 @@
218218
<plugin>
219219
<groupId>com.diffplug.spotless</groupId>
220220
<artifactId>spotless-maven-plugin</artifactId>
221-
<version>2.12.3</version>
221+
<version>2.46.1</version>
222222
<configuration>
223223
<java>
224224
<googleJavaFormat>

0 commit comments

Comments
 (0)