Skip to content

Commit

Permalink
Merge pull request #1698 from openturing/dependabot/maven/0.3.8/org.a…
Browse files Browse the repository at this point in the history
…pache.maven.plugins-maven-shade-plugin-3.5.2

Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2
  • Loading branch information
alegauss authored Feb 26, 2024
2 parents 4756352 + ca93ae2 commit 223f7f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion turing-aem/aem-indexer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion turing-filesystem/fs-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion turing-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 223f7f0

Please sign in to comment.