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

Commit 54263c5

Browse files
FGJ-87 Update dependencies in fabric-gateway-java (#53)
Pull in latest version of fabric-sdk-java Signed-off-by: andrew-coleman <[email protected]>
1 parent 45aba43 commit 54263c5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>org.hyperledger.fabric</groupId>
99
<artifactId>fabric-gateway-java</artifactId>
10-
<version>2.1.2</version>
10+
<version>2.1.3</version>
1111
<packaging>jar</packaging>
1212

1313
<name>fabric-gateway-java</name>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.hyperledger.fabric-sdk-java</groupId>
8888
<artifactId>fabric-sdk-java</artifactId>
89-
<version>2.1.2</version>
89+
<version>2.1.3</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>org.mockito</groupId>
@@ -144,6 +144,7 @@
144144
<arg>-Xlint</arg>
145145
<!-- Disable command line warnings, seen when building against multiple releases: -->
146146
<arg>-Xlint:-options</arg>
147+
<arg>-Xlint:-processing</arg>
147148
<arg>-Werror</arg>
148149
</compilerArgs>
149150
</configuration>

0 commit comments

Comments
 (0)