Skip to content

Commit 8945a45

Browse files
Update minor+patch dependencies
1 parent 8af5deb commit 8945a45

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.confluent</groupId>
99
<artifactId>rest-utils-parent</artifactId>
10-
<version>[7.2.15-0, 7.2.16-0)</version>
10+
<version>[7.3.0-0,7.4.0-0)</version>
1111
</parent>
1212

1313
<artifactId>kafka-streams-examples</artifactId>
@@ -50,7 +50,7 @@
5050
-->
5151
<properties>
5252
<algebird.version>0.13.7</algebird.version>
53-
<avro.version>1.11.4</avro.version>
53+
<avro.version>1.12.0</avro.version>
5454
<chill.version>0.9.5</chill.version>
5555
<docker.skip-build>false</docker.skip-build>
5656
<docker.skip-test>false</docker.skip-test>
@@ -111,7 +111,7 @@
111111
<dependency>
112112
<groupId>commons-cli</groupId>
113113
<artifactId>commons-cli</artifactId>
114-
<version>1.4</version>
114+
<version>1.9.0</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>org.scala-lang</groupId>
@@ -125,7 +125,7 @@
125125
against a Kafka cluster. -->
126126
<groupId>com.101tec</groupId>
127127
<artifactId>zkclient</artifactId>
128-
<version>0.9</version>
128+
<version>0.11</version>
129129
</dependency>
130130
<dependency>
131131
<groupId>org.slf4j</groupId>
@@ -139,7 +139,7 @@
139139
<dependency>
140140
<groupId>javax.ws.rs</groupId>
141141
<artifactId>javax.ws.rs-api</artifactId>
142-
<version>2.1</version>
142+
<version>2.1.1</version>
143143
</dependency>
144144
<dependency>
145145
<groupId>org.eclipse.jetty</groupId>
@@ -215,13 +215,13 @@
215215
<dependency>
216216
<groupId>org.assertj</groupId>
217217
<artifactId>assertj-core</artifactId>
218-
<version>3.3.0</version>
218+
<version>3.27.3</version>
219219
<scope>test</scope>
220220
</dependency>
221221
<dependency>
222222
<groupId>org.mockito</groupId>
223223
<artifactId>mockito-core</artifactId>
224-
<version>2.7.14</version>
224+
<version>2.28.2</version>
225225
</dependency>
226226
<dependency>
227227
<groupId>org.apache.kafka</groupId>
@@ -296,13 +296,13 @@
296296
<dependency>
297297
<groupId>org.scalatestplus</groupId>
298298
<artifactId>junit-4-12_2.13</artifactId>
299-
<version>3.1.2.0</version>
299+
<version>3.2.2.0</version>
300300
<scope>test</scope>
301301
</dependency>
302302
<dependency>
303303
<groupId>org.scalatestplus</groupId>
304304
<artifactId>scalatestplus-mockito_2.13</artifactId>
305-
<version>1.0.0-M2</version>
305+
<version>1.0.0-SNAP5</version>
306306
<scope>test</scope>
307307
</dependency>
308308
</dependencies>
@@ -403,7 +403,7 @@
403403
<plugin>
404404
<groupId>org.apache.maven.plugins</groupId>
405405
<artifactId>maven-compiler-plugin</artifactId>
406-
<version>3.3</version>
406+
<version>3.14.0</version>
407407
<inherited>true</inherited>
408408
<configuration>
409409
<source>${java.version}</source>
@@ -473,7 +473,7 @@
473473
-->
474474
<groupId>org.jasig.maven</groupId>
475475
<artifactId>maven-notice-plugin</artifactId>
476-
<version>1.0.6.1</version>
476+
<version>1.1.0</version>
477477
<configuration>
478478
<licenseMapping>
479479
<param>../license-mappings.xml</param>

0 commit comments

Comments
 (0)