Skip to content

Commit c4b58d3

Browse files
committed
build(deps): update dependencies
1 parent 657fe17 commit c4b58d3

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

connect-file-pulse-filters/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<properties>
5050
<org.jruby.joni.version>2.1.40</org.jruby.joni.version>
5151
<checkstyle.config.location>${project.parent.basedir}</checkstyle.config.location>
52+
<com.opencsv.version>5.7.1</com.opencsv.version>
5253
</properties>
5354

5455
<dependencies>
@@ -63,7 +64,7 @@
6364
<dependency>
6465
<groupId>com.opencsv</groupId>
6566
<artifactId>opencsv</artifactId>
66-
<version>5.6</version>
67+
<version>${com.opencsv.version}</version>
6768
</dependency>
6869
<dependency>
6970
<groupId>io.streamthoughts</groupId>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@
9090
<maven.javadoc.plugin>3.4.1</maven.javadoc.plugin>
9191
<apache.avro.version>1.8.2</apache.avro.version>
9292
<confluent.maven.repo>https://packages.confluent.io/maven/</confluent.maven.repo>
93-
<io.confluent.version>7.3.0</io.confluent.version>
93+
<io.confluent.version>7.3.2</io.confluent.version>
9494
<org.apache.kafka.version>3.3.1</org.apache.kafka.version>
9595
<junit.version>5.9.2</junit.version>
9696
<testcontainer.version>1.17.6</testcontainer.version>
9797
<kafka.connect.maven.plugin.version>0.12.0</kafka.connect.maven.plugin.version>
9898
<checkstyle.config.location>${basedir}</checkstyle.config.location>
99-
<com.fasterxml.jackson.databind.version>2.14.1</com.fasterxml.jackson.databind.version>
99+
<com.fasterxml.jackson.databind.version>2.14.2</com.fasterxml.jackson.databind.version>
100100
<com.fasterxml.jackson.core.version>2.14.2</com.fasterxml.jackson.core.version>
101-
<com.fasterxml.jackson.annotations.version>2.13.3</com.fasterxml.jackson.annotations.version>
101+
<com.fasterxml.jackson.annotations.version>2.14.2</com.fasterxml.jackson.annotations.version>
102102
<slf4j.version>1.7.32</slf4j.version>
103103
<spotbugs.maven.plugin.version>4.5.3.0</spotbugs.maven.plugin.version>
104104
<jacoco.version>0.8.8</jacoco.version>
@@ -438,7 +438,7 @@
438438
<dependency>
439439
<groupId>commons-io</groupId>
440440
<artifactId>commons-io</artifactId>
441-
<version>2.7</version>
441+
<version>2.11.0</version>
442442
</dependency>
443443
<dependency>
444444
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)