Skip to content

Commit

Permalink
Bump the dependency-updates group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependency-updates group with 2 updates in the / directory: [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) and [io.trino:trino-maven-plugin](https://github.com/trinodb/trino-maven-plugin).


Updates `org.apache.maven.plugins:maven-shade-plugin` from 3.5.3 to 3.6.0
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.5.3...maven-shade-plugin-3.6.0)

Updates `io.trino:trino-maven-plugin` from 14 to 15
- [Commits](https://github.com/trinodb/trino-maven-plugin/commits)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: io.trino:trino-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependency-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 9241b5a commit 18ae0b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.3</version>
<version>3.6.0</version>
</plugin>
<plugin>
<groupId>ca.vanzyl.provisio.maven.plugins</groupId>
Expand Down Expand Up @@ -498,7 +498,7 @@
<plugin>
<groupId>io.trino</groupId>
<artifactId>trino-maven-plugin</artifactId>
<version>14</version>
<version>15</version>
<extensions>true</extensions>
<configuration>
<pluginClassName>io.trino.spi.Plugin</pluginClassName>
Expand Down

0 comments on commit 18ae0b9

Please sign in to comment.