Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit d1bbf2f

Browse files
Update dependencies to support Apple silicon (M1 / arm64) (#232)
netty-tcnative-boringssl-static caused linkage errors on M1 Mac when using a native arm64 JVM. (cherry picked from commit 74c3c48) Signed-off-by: Mark S. Lewis <[email protected]> Co-authored-by: Mark S. Lewis <[email protected]>
1 parent 19ff75e commit d1bbf2f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
<url>http://github.com/hyperledger/fabric-sdk-java</url>
2828
</scm>
2929
<properties>
30-
<grpc.version>1.43.2</grpc.version>
31-
<protobuf.version>3.19.2</protobuf.version> <!-- Must match version used by grpc-protobuf -->
30+
<grpc.version>1.49.1</grpc.version>
31+
<protobuf.version>3.21.1</protobuf.version> <!-- Must match version used by grpc-protobuf -->
3232
<bouncycastle.version>1.70</bouncycastle.version>
3333
<httpclient.version>4.5.13</httpclient.version>
3434
<javadoc.version>3.2.0</javadoc.version>
3535
<skipITs>true</skipITs>
3636
<alpn-boot-version>8.1.7.v20160121</alpn-boot-version>
3737
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
38-
<jacoco.version>0.8.5</jacoco.version>
39-
<log4j.version>2.17.1</log4j.version>
38+
<jacoco.version>0.8.8</jacoco.version>
39+
<log4j.version>2.19.0</log4j.version>
4040
<org.hyperledger.fabric.sdktest.ITSuite>IntegrationSuite.java</org.hyperledger.fabric.sdktest.ITSuite>
4141
<gpg.executable>gpg</gpg.executable>
4242
</properties>
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>org.mockito</groupId>
100100
<artifactId>mockito-core</artifactId>
101-
<version>4.2.0</version>
101+
<version>4.8.0</version>
102102
<scope>test</scope>
103103
</dependency>
104104
<dependency>
@@ -110,7 +110,7 @@
110110
<dependency>
111111
<groupId>io.netty</groupId>
112112
<artifactId>netty-tcnative-boringssl-static</artifactId>
113-
<version>2.0.47.Final</version>
113+
<version>2.0.54.Final</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>io.grpc</groupId>
@@ -200,7 +200,7 @@
200200
<dependency>
201201
<groupId>com.google.api</groupId>
202202
<artifactId>api-common</artifactId>
203-
<version>2.1.2</version>
203+
<version>2.2.1</version>
204204
</dependency>
205205

206206
<!-- https://mvnrepository.com/artifact/org.glassfish/javax.json -->
@@ -647,7 +647,7 @@
647647
<plugin>
648648
<groupId>org.owasp</groupId>
649649
<artifactId>dependency-check-maven</artifactId>
650-
<version>7.1.0</version>
650+
<version>7.2.1</version>
651651
<configuration>
652652
<skipProvidedScope>true</skipProvidedScope>
653653
<skipTestScope>true</skipTestScope>

0 commit comments

Comments
 (0)