Skip to content

Commit 01e938a

Browse files
Bump the java group across 1 directory with 2 updates
Bumps the java group with 2 updates in the /examples/fabric-contract-example-maven directory: [org.junit:junit-bom](https://github.com/junit-team/junit-framework) and [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback). Updates `org.junit:junit-bom` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.0...r6.0.1) Updates `ch.qos.logback:logback-classic` from 1.5.20 to 1.5.21 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.20...v_1.5.21) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4cc83ab commit 01e938a

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

1717
<!-- Logging -->
18-
<logback.version>1.5.20</logback.version>
18+
<logback.version>1.5.21</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.0</version>
35+
<version>6.0.1</version>
3636
<type>pom</type>
3737
<scope>import</scope>
3838
</dependency>

0 commit comments

Comments
 (0)