We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5927fe3 commit c957356Copy full SHA for c957356
1 file changed
examples/fabric-contract-example-maven/pom.xml
@@ -15,7 +15,7 @@
15
<fabric-chaincode-java.version>2.5.10</fabric-chaincode-java.version>
16
17
<!-- Logging -->
18
- <logback.version>1.5.36</logback.version>
+ <logback.version>1.5.37</logback.version>
19
<slf4j.version>2.0.18</slf4j.version>
20
21
</properties>
@@ -32,7 +32,7 @@
32
<dependency>
33
<groupId>org.junit</groupId>
34
<artifactId>junit-bom</artifactId>
35
- <version>6.1.0</version>
+ <version>6.1.1</version>
36
<type>pom</type>
37
<scope>import</scope>
38
</dependency>
0 commit comments