File tree 2 files changed +6
-5
lines changed
connect-file-pulse-filters
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 49
49
<properties >
50
50
<org .jruby.joni.version>2.1.40</org .jruby.joni.version>
51
51
<checkstyle .config.location>${project.parent.basedir} </checkstyle .config.location>
52
+ <com .opencsv.version>5.7.1</com .opencsv.version>
52
53
</properties >
53
54
54
55
<dependencies >
63
64
<dependency >
64
65
<groupId >com.opencsv</groupId >
65
66
<artifactId >opencsv</artifactId >
66
- <version >5.6 </version >
67
+ <version >${com.opencsv.version} </version >
67
68
</dependency >
68
69
<dependency >
69
70
<groupId >io.streamthoughts</groupId >
Original file line number Diff line number Diff line change 90
90
<maven .javadoc.plugin>3.4.1</maven .javadoc.plugin>
91
91
<apache .avro.version>1.8.2</apache .avro.version>
92
92
<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>
94
94
<org .apache.kafka.version>3.3.1</org .apache.kafka.version>
95
95
<junit .version>5.9.2</junit .version>
96
96
<testcontainer .version>1.17.6</testcontainer .version>
97
97
<kafka .connect.maven.plugin.version>0.12.0</kafka .connect.maven.plugin.version>
98
98
<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>
100
100
<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>
102
102
<slf4j .version>1.7.32</slf4j .version>
103
103
<spotbugs .maven.plugin.version>4.5.3.0</spotbugs .maven.plugin.version>
104
104
<jacoco .version>0.8.8</jacoco .version>
438
438
<dependency >
439
439
<groupId >commons-io</groupId >
440
440
<artifactId >commons-io</artifactId >
441
- <version >2.7 </version >
441
+ <version >2.11.0 </version >
442
442
</dependency >
443
443
<dependency >
444
444
<groupId >org.apache.commons</groupId >
You can’t perform that action at this time.
0 commit comments