Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump the all group across 1 directory with 52 updates #19565

Merged
merged 6 commits into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,24 @@ updates:
- dependency-name: "io.debezium:*"
update-types:
["version-update:semver-minor", "version-update:semver-major"]
# Don't upgrade protobuf to 4.x now. See https://github.com/grpc/grpc-java/issues/11015
- dependency-name: "com.google.protobuf:*"
update-types:
["version-update:semver-major"]
# Let's do major version updates manually
- dependency-name: "*"
update-types:
["version-update:semver-major"]
groups:
# Group all dependenies together because Java libraries are quite stable
all:
patterns:
- "*"

# Don't touch risingwave-sink-deltalake-test. It's too complicated and it's only for testing
- package-ecosystem: maven
directory: /java/connector-node/risingwave-sink-deltalake-test/
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
2 changes: 1 addition & 1 deletion java/connector-node/assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.4.2</version>
<version>3.7.1</version>
<configuration>
<encoding>UTF-8</encoding>
<finalName>${assembly.name}</finalName>
Expand Down
8 changes: 1 addition & 7 deletions java/connector-node/risingwave-source-cdc-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>6.0.0</version>
<version>6.2.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -76,12 +76,6 @@
<groupId>org.testcontainers</groupId>
<artifactId>mongodb</artifactId>
</dependency>

<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
Expand Down
1 change: 1 addition & 0 deletions java/connector-node/risingwave-source-cdc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>4.11.5</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion java/java-binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<module.version>0.1.0-SNAPSHOT</module.version>
<jni.loader.version>1.0.0</jni.loader.version>
<jni.loader.version>1.2.0</jni.loader.version>
<java.binding.release>false</java.binding.release>
<maven.javadoc.skip>true</maven.javadoc.skip>
</properties>
Expand Down
27 changes: 11 additions & 16 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@
<!-- dependency versions -->
<protobuf.version>3.25.5</protobuf.version> <!-- https://github.com/grpc/grpc-java/issues/11015 -->
<grpc.version>1.68.1</grpc.version>
<log4j.version>2.24.1</log4j.version>
<log4j.version>2.24.2</log4j.version>
<slf4j.version>2.0.16</slf4j.version>
<debezium.version>2.6.2.Final</debezium.version>
<jackson.version>2.18.1</jackson.version>
<hadoop.version>3.4.1</hadoop.version>
<testcontainers.version>1.20.3</testcontainers.version>
<aws.version>2.29.2</aws.version>
<jetty.version>12.0.14</jetty.version>
<testcontainers.version>1.20.4</testcontainers.version>
<aws.version>2.29.20</aws.version>
<jetty.version>12.0.15</jetty.version>
<parquet.version>1.14.4</parquet.version>
</properties>

Expand Down Expand Up @@ -113,7 +113,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.17.0</version>
<version>2.18.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -173,11 +173,6 @@
<artifactId>mysql-connector-j</artifactId>
<version>9.1.0</version>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>4.11.5</version>
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-high-level-client</artifactId>
Expand All @@ -186,7 +181,7 @@
<dependency>
<groupId>org.opensearch.client</groupId>
<artifactId>opensearch-rest-high-level-client</artifactId>
<version>2.17.1</version>
<version>2.18.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
Expand Down Expand Up @@ -419,7 +414,7 @@
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<!-- TODO: Document it for devs. -->
<version>8.29</version>
<version>10.20.1</version>
</dependency>
</dependencies>
<executions>
Expand Down Expand Up @@ -472,7 +467,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M7</version>
<version>3.5.2</version>
<configuration>
<enableAssertions>true</enableAssertions>
<argLine>
Expand All @@ -498,7 +493,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -512,7 +507,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<version>3.11.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down Expand Up @@ -547,7 +542,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.7.0</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down
2 changes: 1 addition & 1 deletion java/proto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<extension>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
<version>1.6.2</version>
<version>1.7.1</version>
</extension>
</extensions>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion java/tools/maven/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ This file is based on the checkstyle file of Apache Beam.
<!-- Checks for Javadoc comments. -->
<!-- See http://checkstyle.sf.net/config_javadoc.html -->
<module name="JavadocMethod">
<property name="scope" value="protected"/>
<property name="accessModifiers" value="protected"/>
<property name="severity" value="error"/>
<property name="allowMissingParamTags" value="true"/>
<property name="allowMissingReturnTag" value="true"/>
Expand Down
Loading