Skip to content

Commit 42a00be

Browse files
Bump maven-shade-plugin from 3.6.1 to 3.6.2 (#531)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae2289b commit 42a00be

File tree

3 files changed

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

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<plugin>
119119
<groupId>org.apache.maven.plugins</groupId>
120120
<artifactId>maven-shade-plugin</artifactId>
121-
<version>3.6.1</version>
121+
<version>3.6.2</version>
122122
<executions>
123123
<execution>
124124
<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.1</version>
54+
<version>3.6.2</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.1</version>
58+
<version>3.6.2</version>
5959
<executions>
6060
<execution>
6161
<phase>package</phase>

0 commit comments

Comments
 (0)