Skip to content

Commit

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

Bump maven-jar-plugin from 3.1.1 to 3.2.2
  • Loading branch information
nvoxland committed Feb 7, 2022
2 parents 795dc4d + 2f5f7e5 commit da2cfb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion liquibase-core/pom.xml
Expand Up @@ -278,7 +278,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.2</version>
<configuration>
<archive>
<manifest>
Expand Down
2 changes: 1 addition & 1 deletion liquibase-extension-examples/pom.xml
Expand Up @@ -82,7 +82,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.2</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit da2cfb2

Please sign in to comment.