Skip to content

Commit

Permalink
Merge pull request #4397 from liquibase/dependabot/maven/org.apache.m…
Browse files Browse the repository at this point in the history
…aven.plugins-maven-shade-plugin-3.5.0

Bump maven-shade-plugin from 3.4.1 to 3.5.0
  • Loading branch information
filipelautert committed Jun 28, 2023
2 parents a4dd511 + 17d1afb commit 642031e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion liquibase-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<dependencies>
<dependency>
<groupId>com.github.marcosemiao.maven.plugins.shade.resource</groupId>
Expand Down
2 changes: 1 addition & 1 deletion liquibase-extension-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
2 changes: 1 addition & 1 deletion liquibase-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<configuration>
<artifactSet>
<includes>
Expand Down

0 comments on commit 642031e

Please sign in to comment.