Skip to content

Commit 08d0a58

Browse files
authored
Merge pull request #1375 from spring-cloud/dependabot/maven/4.3.x/org.apache.maven.plugins-maven-shade-plugin-3.6.2
Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.0 to 3.6.2
2 parents d27c697 + 53ea19e commit 08d0a58

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • spring-cloud-function-samples
    • function-functional-sample-aws
    • function-sample-aws-routing

spring-cloud-function-samples/function-functional-sample-aws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>org.apache.maven.plugins</groupId>
9292
<artifactId>maven-shade-plugin</artifactId>
93-
<version>3.6.0</version>
93+
<version>3.6.2</version>
9494
<configuration>
9595
<createDependencyReducedPom>false</createDependencyReducedPom>
9696
<shadedArtifactAttached>true</shadedArtifactAttached>

spring-cloud-function-samples/function-sample-aws-routing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-shade-plugin</artifactId>
98-
<version>3.6.0</version>
98+
<version>3.6.2</version>
9999
<configuration>
100100
<createDependencyReducedPom>false</createDependencyReducedPom>
101101
<shadedArtifactAttached>true</shadedArtifactAttached>

0 commit comments

Comments
 (0)