Skip to content

Commit e45d66e

Browse files
Bump example Maven junit and logback dependencies (#518)
- Updates `org.junit:junit-bom` from 6.0.2 to 6.0.3 - Updates `ch.qos.logback:logback-classic` from 1.5.29 to 1.5.31 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 22c3544 commit e45d66e

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.8</fabric-chaincode-java.version>
1616

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

2121
</properties>
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.junit</groupId>
3434
<artifactId>junit-bom</artifactId>
35-
<version>6.0.2</version>
35+
<version>6.0.3</version>
3636
<type>pom</type>
3737
<scope>import</scope>
3838
</dependency>

0 commit comments

Comments
 (0)