Skip to content

Commit 1406e52

Browse files
committed
fix: examples/fabric-contract-example-maven/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-13169722
1 parent 61a35b9 commit 1406e52

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<fabric-chaincode-java.version>2.5.6</fabric-chaincode-java.version>
1616

1717
<!-- Logging -->
18-
<logback.version>1.5.18</logback.version>
18+
<logback.version>1.5.19</logback.version>
1919
<slf4j.version>2.0.17</slf4j.version>
2020

2121
<!-- Test -->

0 commit comments

Comments
 (0)