Skip to content

Commit 341561a

Browse files
authored
Update logback and json dependencies in examples (#315)
Signed-off-by: Ben Smith <benjsmi@us.ibm.com>
1 parent 92ffcb7 commit 341561a

File tree

1 file changed

+2
-2
lines changed
  • examples/fabric-contract-example-maven

1 file changed

+2
-2
lines changed

examples/fabric-contract-example-maven/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<fabric-chaincode-java.version>2.5.0</fabric-chaincode-java.version>
1616

1717
<!-- Logging -->
18-
<logback.version>1.2.0</logback.version>
18+
<logback.version>1.3.11</logback.version>
1919
<slf4j.version>1.7.5</slf4j.version>
2020

2121
<!-- Test -->
@@ -99,7 +99,7 @@
9999
<dependency>
100100
<groupId>org.json</groupId>
101101
<artifactId>json</artifactId>
102-
<version>20230227</version>
102+
<version>20230618</version>
103103
</dependency>
104104

105105
</dependencies>

0 commit comments

Comments
 (0)