Skip to content

Commit 4bc99a9

Browse files
authored
Merge branch 'streamthoughts:master' into gzip-not-recognized
2 parents a98cf3d + c4b58d3 commit 4bc99a9

File tree

3 files changed

+10
-9
lines changed
  • connect-file-pulse-filesystems/filepulse-google-cloud-storage-fs
  • connect-file-pulse-filters

3 files changed

+10
-9
lines changed

connect-file-pulse-filesystems/filepulse-google-cloud-storage-fs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>com.google.cloud</groupId>
5858
<artifactId>google-cloud-nio</artifactId>
59-
<version>0.126.7</version>
59+
<version>0.126.8</version>
6060
<scope>test</scope>
6161
</dependency>
6262
</dependencies>

connect-file-pulse-filters/pom.xml

+2-1
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

+7-7
Original file line numberDiff line numberDiff line change
@@ -84,21 +84,21 @@
8484
<properties>
8585
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8686
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
87-
<maven.surefire.plugin.version>3.0.0-M7</maven.surefire.plugin.version>
87+
<maven.surefire.plugin.version>3.0.0-M9</maven.surefire.plugin.version>
8888
<maven.failsafe.plugin.version>3.0.0-M7</maven.failsafe.plugin.version>
8989
<maven.source.plugin>3.2.1</maven.source.plugin>
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>
@@ -166,7 +166,7 @@
166166
<plugin>
167167
<groupId>org.apache.maven.plugins</groupId>
168168
<artifactId>maven-compiler-plugin</artifactId>
169-
<version>3.10.1</version>
169+
<version>3.11.0</version>
170170
<configuration>
171171
<release>11</release>
172172
</configuration>
@@ -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>
@@ -458,7 +458,7 @@
458458
<dependency>
459459
<groupId>net.sf.saxon</groupId>
460460
<artifactId>Saxon-HE</artifactId>
461-
<version>11.4</version>
461+
<version>12.0</version>
462462
</dependency>
463463
<dependency>
464464
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)