Skip to content

Commit e14d4da

Browse files
Update minor+patch dependencies
1 parent 3f6efe4 commit e14d4da

9 files changed

Lines changed: 40 additions & 40 deletions

File tree

avro-converter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<plugin>
132132
<groupId>io.confluent</groupId>
133133
<artifactId>kafka-connect-maven-plugin</artifactId>
134-
<version>0.11.0</version>
134+
<version>0.13.1</version>
135135
<executions>
136136
<execution>
137137
<goals>

benchmark/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<!-- note: when updating jhm version, look to remove `-processing` switch from javac lint below.
1818
ref: https://bugs.openjdk.java.net/browse/JDK-8216275
1919
-->
20-
<maven.plugins.version>3.0.0-M1</maven.plugins.version>
21-
<junit.version>4.13.1</junit.version>
22-
<jmh.version>1.21</jmh.version>
20+
<maven.plugins.version>3.1.4</maven.plugins.version>
21+
<junit.version>4.13.2</junit.version>
22+
<jmh.version>1.37</jmh.version>
2323
</properties>
2424

2525
<dependencies>
@@ -104,7 +104,7 @@
104104
<plugin>
105105
<groupId>org.apache.maven.plugins</groupId>
106106
<artifactId>maven-shade-plugin</artifactId>
107-
<version>2.0</version>
107+
<version>2.4.3</version>
108108
<executions>
109109
<execution>
110110
<phase>package</phase>

core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@
359359
<dependency>
360360
<groupId>org.mockito</groupId>
361361
<artifactId>mockito-core</artifactId>
362-
<version>4.6.1</version>
362+
<version>4.11.0</version>
363363
<scope>test</scope>
364364
</dependency>
365365
</dependencies>
@@ -418,7 +418,7 @@
418418
<plugin>
419419
<groupId>io.swagger.core.v3</groupId>
420420
<artifactId>swagger-maven-plugin-jakarta</artifactId>
421-
<version>2.2.42</version>
421+
<version>2.2.49</version>
422422
<configuration>
423423
<resourcePackages>
424424
<package>io.confluent.kafka.schemaregistry.rest.resources</package>
@@ -441,7 +441,7 @@
441441
<dependency>
442442
<groupId>javax.ws.rs</groupId>
443443
<artifactId>javax.ws.rs-api</artifactId>
444-
<version>2.1.1</version>
444+
<version>2.1.1.redhat-00002</version>
445445
</dependency>
446446
</dependencies>
447447
</plugin>

dek-registry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
<dependency>
223223
<groupId>javax.ws.rs</groupId>
224224
<artifactId>javax.ws.rs-api</artifactId>
225-
<version>2.1.1</version>
225+
<version>2.1.1.redhat-00002</version>
226226
</dependency>
227227
</dependencies>
228228
</plugin>

jacoco-aggregate-schema-registry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
<plugin>
164164
<groupId>org.apache.maven.plugins</groupId>
165165
<artifactId>maven-jar-plugin</artifactId>
166-
<version>3.2.0</version>
166+
<version>3.5.0</version>
167167
<!-- we do not want to create any jars for this module -->
168168
<configuration>
169169
<skipIfEmpty>true</skipIfEmpty>

json-schema-converter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<plugin>
9595
<groupId>io.confluent</groupId>
9696
<artifactId>kafka-connect-maven-plugin</artifactId>
97-
<version>0.11.0</version>
97+
<version>0.13.1</version>
9898
<executions>
9999
<execution>
100100
<goals>

maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
<name>maven-plugin</name>
2424

2525
<properties>
26-
<maven-plugin.version>3.13.1</maven-plugin.version>
26+
<maven-plugin.version>3.15.2</maven-plugin.version>
2727
<java.version>11</java.version>
2828
</properties>
2929

3030
<dependencies>
3131
<dependency>
3232
<groupId>org.apache.maven</groupId>
3333
<artifactId>maven-plugin-api</artifactId>
34-
<version>3.8.1</version>
34+
<version>3.9.15</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.apache.maven.plugin-tools</groupId>

pom.xml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -85,39 +85,39 @@
8585
</modules>
8686

8787
<properties>
88-
<apache.directory.server.version>2.0.0-M22</apache.directory.server.version>
89-
<apache.directory.api.version>1.0.0-M33</apache.directory.api.version>
90-
<exec-maven-plugin.version>1.2.1</exec-maven-plugin.version>
88+
<apache.directory.server.version>2.0.0.AM27</apache.directory.server.version>
89+
<apache.directory.api.version>1.0.3</apache.directory.api.version>
90+
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
9191
<podam.version>7.2.11.RELEASE</podam.version>
9292
<checkstyle.suppressions.location>checkstyle/suppressions.xml</checkstyle.suppressions.location>
93-
<kafka.connect.maven.plugin.version>0.11.1</kafka.connect.maven.plugin.version>
94-
<kotlin.version>1.9.10</kotlin.version>
95-
<antlr.version>4.13.1</antlr.version>
96-
<azure.sdk.version>4.9.2</azure.sdk.version>
93+
<kafka.connect.maven.plugin.version>0.13.1</kafka.connect.maven.plugin.version>
94+
<kotlin.version>1.9.25</kotlin.version>
95+
<antlr.version>4.13.2</antlr.version>
96+
<azure.sdk.version>4.10.6</azure.sdk.version>
9797
<caffeine.version>2.9.3</caffeine.version>
98-
<cel-version>0.5.3</cel-version>
99-
<google.api.client.version>2.4.0</google.api.client.version>
100-
<google.auth.version>1.24.1</google.auth.version>
98+
<cel-version>0.6.0</cel-version>
99+
<google.api.client.version>2.9.0</google.api.client.version>
100+
<google.auth.version>1.46.0</google.auth.version>
101101
<guice.version>5.1.0</guice.version>
102102
<jsonata-version>2.6.2</jsonata-version>
103103
<json-schema.version>1.14.6</json-schema.version>
104104
<json-skema.version>0.30.0</json-skema.version>
105105
<kcache.version>5.2.3</kcache.version>
106-
<proto-google-common-protos.version>2.53.0</proto-google-common-protos.version>
106+
<proto-google-common-protos.version>2.70.0</proto-google-common-protos.version>
107107
<protobuf.maven.plugin.version>2.10.3</protobuf.maven.plugin.version>
108-
<okio.version>3.4.0</okio.version>
109-
<tink.version>1.20.0</tink.version>
108+
<okio.version>3.17.0</okio.version>
109+
<tink.version>1.21.0</tink.version>
110110
<tink.gcp.kms.version>1.10.0</tink.gcp.kms.version>
111-
<wire.version>5.5.0</wire.version>
112-
<swagger.version>2.2.42</swagger.version>
111+
<wire.version>5.5.1</wire.version>
112+
<swagger.version>2.2.49</swagger.version>
113113
<io.confluent.schema-registry.version>8.4.0-0</io.confluent.schema-registry.version>
114-
<commons.compress.version>1.26.1</commons.compress.version>
115-
<commons.lang3.version>3.18.0</commons.lang3.version>
116-
<commons.validator.version>1.9.0</commons.validator.version>
117-
<snappy.version>1.1.10.5</snappy.version>
114+
<commons.compress.version>1.28.0</commons.compress.version>
115+
<commons.lang3.version>3.20.0</commons.lang3.version>
116+
<commons.validator.version>1.10.1</commons.validator.version>
117+
<snappy.version>1.1.10.8</snappy.version>
118118
<log4j.version>2.25.4</log4j.version>
119-
<apache.httpclient5.version>5.5</apache.httpclient5.version>
120-
<spotless.maven.plugin.version>2.45.0</spotless.maven.plugin.version>
119+
<apache.httpclient5.version>5.6.1</apache.httpclient5.version>
120+
<spotless.maven.plugin.version>2.46.1</spotless.maven.plugin.version>
121121
</properties>
122122

123123
<repositories>
@@ -299,7 +299,7 @@
299299
<dependency>
300300
<groupId>io.github.jopenlibs</groupId>
301301
<artifactId>vault-java-driver</artifactId>
302-
<version>6.2.0</version>
302+
<version>6.2.1</version>
303303
</dependency>
304304
<dependency>
305305
<groupId>com.google.crypto.tink</groupId>
@@ -356,7 +356,7 @@
356356
<dependency>
357357
<groupId>info.picocli</groupId>
358358
<artifactId>picocli</artifactId>
359-
<version>4.7.5</version>
359+
<version>4.7.7</version>
360360
</dependency>
361361
<dependency>
362362
<groupId>org.jetbrains.kotlin</groupId>
@@ -525,7 +525,7 @@
525525
<dependency>
526526
<groupId>javax.xml.ws</groupId>
527527
<artifactId>jaxws-api</artifactId>
528-
<version>2.3.0</version>
528+
<version>2.3.1</version>
529529
</dependency>
530530
</dependencies>
531531
</dependencyManagement>
@@ -625,7 +625,7 @@
625625
<plugin>
626626
<groupId>org.jacoco</groupId>
627627
<artifactId>jacoco-maven-plugin</artifactId>
628-
<version>0.8.8</version>
628+
<version>0.8.14</version>
629629
<executions>
630630
<execution>
631631
<id>prepare-agent</id>
@@ -644,7 +644,7 @@
644644
<plugin>
645645
<groupId>org.apache.maven.plugins</groupId>
646646
<artifactId>maven-javadoc-plugin</artifactId>
647-
<version>3.6.3</version>
647+
<version>3.12.0</version>
648648
<executions>
649649
<execution>
650650
<id>attach-javadocs</id>

protobuf-converter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<plugin>
116116
<groupId>io.confluent</groupId>
117117
<artifactId>kafka-connect-maven-plugin</artifactId>
118-
<version>0.11.0</version>
118+
<version>0.13.1</version>
119119
<executions>
120120
<execution>
121121
<goals>

0 commit comments

Comments
 (0)