Skip to content

Commit

Permalink
build(deps): bump org.apache.maven.plugins:maven-assembly-plugin from…
Browse files Browse the repository at this point in the history
… 3.6.0 to 3.7.0 (#1817)
  • Loading branch information
github-actions[bot] authored Mar 11, 2024
2 parents dfce579 + 4aa3a8f commit da74b01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion athena-gcs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
<version>3.7.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
2 changes: 1 addition & 1 deletion athena-saphana/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<!-- maven-assembly is required for the saphana connector because maven-shade will run into an issue where the saphana jdbc driver will error out on java versions -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
<version>3.7.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
2 changes: 1 addition & 1 deletion athena-snowflake/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
<version>3.7.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit da74b01

Please sign in to comment.