Skip to content

Commit 615f5d8

Browse files
Update minor+patch dependencies
1 parent 7ceb72b commit 615f5d8

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

kafka-rest/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
<dependency>
248248
<groupId>nl.jqno.equalsverifier</groupId>
249249
<artifactId>equalsverifier-nodep</artifactId>
250-
<version>3.18.2</version>
250+
<version>3.19.4</version>
251251
<scope>test</scope>
252252
</dependency>
253253
<dependency>
@@ -278,7 +278,7 @@
278278

279279
<plugin>
280280
<artifactId>maven-assembly-plugin</artifactId>
281-
<version>2.5.2</version>
281+
<version>2.6</version>
282282
<configuration>
283283
<descriptors>
284284
<descriptor>src/assembly/development.xml</descriptor>

pom.xml

Lines changed: 6 additions & 6 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>
@@ -127,7 +127,7 @@
127127
<dependency>
128128
<groupId>org.glassfish.jersey.connectors</groupId>
129129
<artifactId>jersey-apache-connector</artifactId>
130-
<version>3.1.11</version>
130+
<version>3.1.12</version>
131131
<scope>test</scope>
132132
</dependency>
133133
<dependency>
@@ -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)