You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2024/01/04 06:28:57 UTC

(streampipes) branch dev updated: chore(deps): bump org.apache.maven.plugins:maven-shade-plugin (#2384)

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new b86cb9ab6 chore(deps): bump org.apache.maven.plugins:maven-shade-plugin (#2384)
b86cb9ab6 is described below

commit b86cb9ab6804d9ded101bc2e963b8c04a01ba239
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jan 4 07:28:52 2024 +0100

    chore(deps): bump org.apache.maven.plugins:maven-shade-plugin (#2384)
    
    Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.4.1 to 3.5.1.
    - [Release notes](https://github.com/apache/maven-shade-plugin/releases)
    - [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.4.1...maven-shade-plugin-3.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-shade-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8274517f4..559485c92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
         <maven.compiler.target>17</maven.compiler.target>
         <maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
         <maven.dependency.check.plugin.version>8.4.0</maven.dependency.check.plugin.version>
-        <maven-shade-plugin.version>3.4.1</maven-shade-plugin.version>
+        <maven-shade-plugin.version>3.5.1</maven-shade-plugin.version>
         <maven.version>3.8.7</maven.version>
         <typescript-generator-maven-plugin.version>3.2.1263</typescript-generator-maven-plugin.version>