You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2022/05/01 01:36:33 UTC

[aries-jax-rs-whiteboard] branch master updated: Bump build-helper-maven-plugin from 3.2.0 to 3.3.0

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

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 66f0fbd  Bump build-helper-maven-plugin from 3.2.0 to 3.3.0
66f0fbd is described below

commit 66f0fbd9646d4577a3bc9fc34593cbf2a1c62c6e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Apr 15 09:08:27 2022 +0000

    Bump build-helper-maven-plugin from 3.2.0 to 3.3.0
    
    Bumps [build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 3.2.0 to 3.3.0.
    - [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
    - [Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/build-helper-maven-plugin-3.2.0...build-helper-maven-plugin-3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:build-helper-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 jax-rs.features/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jax-rs.features/pom.xml b/jax-rs.features/pom.xml
index 4a4e774..d705959 100644
--- a/jax-rs.features/pom.xml
+++ b/jax-rs.features/pom.xml
@@ -55,7 +55,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>build-helper-maven-plugin</artifactId>
-                <version>3.2.0</version>
+                <version>3.3.0</version>
                 <executions>
                     <execution>
                         <id>attach-artifact</id>