Skip to content

Commit

Permalink
Merge pull request #20 from trendmicro/update_to_latest_version_v1.4.3
Browse files Browse the repository at this point in the history
update to latest version: v1.4.3
  • Loading branch information
kentchen-tm authored Oct 10, 2024
2 parents 2a6d64d + 257310a commit 15bde08
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.4.3 - 2024-10-10

* Rollback to fix grpc issue

## 1.4.2 - 2024-10-10

* Update dependencies: protobuf-java, protobuf-java-util, grpc-netty
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.2
1.4.3
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.trend</groupId>
<artifactId>file-security-java-sdk</artifactId>
<version>1.4.2</version>
<version>1.4.3</version>

<name>file-security-java-sdk</name>
<url>https://github.com/trendmicro/tm-v1-fs-java-sdk</url>
Expand Down Expand Up @@ -59,12 +59,12 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>4.28.2</version>
<version>3.24.2</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>4.28.2</version>
<version>3.24.2</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
Expand All @@ -74,22 +74,22 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<version>1.68.0</version>
<version>1.56.0</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<version>1.68.0</version>
<version>1.56.0</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty</artifactId>
<version>1.68.0</version>
<version>1.56.0</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-testing</artifactId>
<version>1.68.0</version>
<version>1.57.2</version>
<scope>test</scope>
</dependency>
<!-- necessary for Java 9+
Expand Down Expand Up @@ -121,7 +121,7 @@
<goal>run</goal>
</goals>
<configuration>
<protocArtifact>com.google.protobuf:protoc:4.28.2</protocArtifact>
<protocArtifact>com.google.protobuf:protoc:3.21.7</protocArtifact>
<inputDirectories>
<include>protos</include>
</inputDirectories>
Expand All @@ -132,7 +132,7 @@
</outputTarget>
<outputTarget>
<type>grpc-java</type>
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.68.0</pluginArtifact>
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.56.0</pluginArtifact>
</outputTarget>
</outputTargets>
</configuration>
Expand Down

0 comments on commit 15bde08

Please sign in to comment.