Skip to content

Commit

Permalink
bump mysql-connector-j and protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyufjh committed Oct 30, 2024
1 parent 263ef80 commit 31f338f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
<release.version>1.0.0</release.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<protobuf.version>3.21.1</protobuf.version>
<!-- dependency versions -->
<protobuf.version>4.28.3</protobuf.version>
<grpc.version>1.68.1</grpc.version>
<log4j.version>2.24.1</log4j.version>
<slf4j.version>2.0.16</slf4j.version>
Expand Down Expand Up @@ -171,7 +171,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.4.0</version>
<version>9.1.0</version>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
Expand Down
5 changes: 5 additions & 0 deletions java/proto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
<groupId>org.apache.tomcat</groupId>
<artifactId>annotations-api</artifactId>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>${protobuf.version}</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 31f338f

Please sign in to comment.