Skip to content

Commit 0346a0d

Browse files
Update minor+patch dependencies
1 parent 1f2c4ac commit 0346a0d

9 files changed

Lines changed: 45 additions & 45 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
@@ -384,7 +384,7 @@
384384
<dependency>
385385
<groupId>org.mockito</groupId>
386386
<artifactId>mockito-core</artifactId>
387-
<version>4.6.1</version>
387+
<version>4.11.0</version>
388388
<scope>test</scope>
389389
</dependency>
390390
</dependencies>
@@ -443,7 +443,7 @@
443443
<plugin>
444444
<groupId>io.swagger.core.v3</groupId>
445445
<artifactId>swagger-maven-plugin-jakarta</artifactId>
446-
<version>2.2.42</version>
446+
<version>2.2.52</version>
447447
<configuration>
448448
<resourcePackages>
449449
<package>io.confluent.kafka.schemaregistry.rest.resources</package>
@@ -466,7 +466,7 @@
466466
<dependency>
467467
<groupId>javax.ws.rs</groupId>
468468
<artifactId>javax.ws.rs-api</artifactId>
469-
<version>2.1.1</version>
469+
<version>2.1.1.redhat-00002</version>
470470
</dependency>
471471
</dependencies>
472472
</plugin>

dek-registry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
<dependency>
248248
<groupId>javax.ws.rs</groupId>
249249
<artifactId>javax.ws.rs-api</artifactId>
250-
<version>2.1.1</version>
250+
<version>2.1.1.redhat-00002</version>
251251
</dependency>
252252
</dependencies>
253253
</plugin>

jacoco-aggregate-schema-registry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
<plugin>
169169
<groupId>org.apache.maven.plugins</groupId>
170170
<artifactId>maven-jar-plugin</artifactId>
171-
<version>3.2.0</version>
171+
<version>3.5.0</version>
172172
<!-- we do not want to create any jars for this module -->
173173
<configuration>
174174
<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.16</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.apache.maven.plugin-tools</groupId>

pom.xml

Lines changed: 31 additions & 31 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.10.6</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.11.0</azure.sdk.version>
9797
<caffeine.version>2.9.3</caffeine.version>
98-
<cel-version>0.12.0</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.13.1</cel-version>
99+
<google.api.client.version>2.9.0</google.api.client.version>
100+
<google.auth.version>1.48.0</google.auth.version>
101101
<guice.version>5.1.0</guice.version>
102-
<jsonata-version>2.6.2</jsonata-version>
102+
<jsonata-version>2.6.3</jsonata-version>
103103
<json-schema.version>1.14.6</json-schema.version>
104-
<json-skema.version>0.30.0</json-skema.version>
104+
<json-skema.version>0.31.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.72.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>
110-
<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>
108+
<okio.version>3.17.0</okio.version>
109+
<tink.version>1.22.0</tink.version>
110+
<tink.gcp.kms.version>1.11.0</tink.gcp.kms.version>
111+
<wire.version>5.5.1</wire.version>
112+
<swagger.version>2.2.52</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>
118-
<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>
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>
118+
<log4j.version>2.26.0</log4j.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>
@@ -269,7 +269,7 @@
269269
<dependency>
270270
<groupId>com.hubspot.jackson</groupId>
271271
<artifactId>jackson-datatype-protobuf</artifactId>
272-
<version>0.9.18</version>
272+
<version>0.10.0</version>
273273
<exclusions>
274274
<exclusion>
275275
<groupId>com.google.code.findbugs</groupId>
@@ -305,7 +305,7 @@
305305
<dependency>
306306
<groupId>io.github.jopenlibs</groupId>
307307
<artifactId>vault-java-driver</artifactId>
308-
<version>6.2.0</version>
308+
<version>6.2.2</version>
309309
</dependency>
310310
<dependency>
311311
<groupId>com.google.crypto.tink</groupId>
@@ -360,7 +360,7 @@
360360
<dependency>
361361
<groupId>info.picocli</groupId>
362362
<artifactId>picocli</artifactId>
363-
<version>4.7.5</version>
363+
<version>4.7.7</version>
364364
</dependency>
365365
<dependency>
366366
<groupId>org.jetbrains.kotlin</groupId>
@@ -529,7 +529,7 @@
529529
<dependency>
530530
<groupId>javax.xml.ws</groupId>
531531
<artifactId>jaxws-api</artifactId>
532-
<version>2.3.0</version>
532+
<version>2.3.1</version>
533533
</dependency>
534534
</dependencies>
535535
</dependencyManagement>
@@ -629,7 +629,7 @@
629629
<plugin>
630630
<groupId>org.jacoco</groupId>
631631
<artifactId>jacoco-maven-plugin</artifactId>
632-
<version>0.8.8</version>
632+
<version>0.8.15</version>
633633
<executions>
634634
<execution>
635635
<id>prepare-agent</id>
@@ -648,7 +648,7 @@
648648
<plugin>
649649
<groupId>org.apache.maven.plugins</groupId>
650650
<artifactId>maven-javadoc-plugin</artifactId>
651-
<version>3.6.3</version>
651+
<version>3.12.0</version>
652652
<executions>
653653
<execution>
654654
<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)