Skip to content

Commit 7cae1fa

Browse files
Bump Maven dependencies (hyperledger#453)
- Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.3 to 3.5.4 - Updates `org.apache.maven.plugins:maven-shade-plugin` from 3.6.0 to 3.6.1 Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 54854e5 commit 7cae1fa

File tree

3 files changed

+4
-4
lines changed
  • examples/fabric-contract-example-maven
  • fabric-chaincode-integration-test/src/contracts

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<!-- JUnit 5 requires Surefire version 2.22.0 or higher -->
106106
<plugin>
107107
<artifactId>maven-surefire-plugin</artifactId>
108-
<version>3.5.3</version>
108+
<version>3.5.4</version>
109109
</plugin>
110110
<plugin>
111111
<artifactId>maven-compiler-plugin</artifactId>
@@ -117,7 +117,7 @@
117117
<plugin>
118118
<groupId>org.apache.maven.plugins</groupId>
119119
<artifactId>maven-shade-plugin</artifactId>
120-
<version>3.6.0</version>
120+
<version>3.6.1</version>
121121
<executions>
122122
<execution>
123123
<phase>package</phase>

fabric-chaincode-integration-test/src/contracts/bare-maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<plugin>
5252
<groupId>org.apache.maven.plugins</groupId>
5353
<artifactId>maven-shade-plugin</artifactId>
54-
<version>3.6.0</version>
54+
<version>3.6.1</version>
5555
<executions>
5656
<execution>
5757
<phase>package</phase>

fabric-chaincode-integration-test/src/contracts/wrapper-maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.apache.maven.plugins</groupId>
5757
<artifactId>maven-shade-plugin</artifactId>
58-
<version>3.6.0</version>
58+
<version>3.6.1</version>
5959
<executions>
6060
<execution>
6161
<phase>package</phase>

0 commit comments

Comments
 (0)