mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-19 16:15:09 +00:00
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:
parent
1343ccb628
commit
599d397d8a
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue