Move to use the 1.4.5 rather than snapshot versions (#483)

Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
This commit is contained in:
Matthew B White 2021-09-02 11:46:34 +01:00 committed by GitHub
parent 1343ccb628
commit 599d397d8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@
<dependency>
<groupId>org.hyperledger.fabric</groupId>
<artifactId>fabric-gateway-java</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.5</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
@ -53,4 +53,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>