You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2023/02/10 14:49:26 UTC

[maven-invoker-plugin] branch master updated: [MINVOKER-326] Bump doxia-sink-api from 1.11.1 to 1.12.0 (#166)

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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new bd4cd8b  [MINVOKER-326] Bump doxia-sink-api from 1.11.1 to 1.12.0 (#166)
bd4cd8b is described below

commit bd4cd8b7cc04dd3297235ed7490e5a4858940258
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 10 15:49:20 2023 +0100

    [MINVOKER-326] Bump doxia-sink-api from 1.11.1 to 1.12.0 (#166)
    
    Bumps [doxia-sink-api](https://github.com/apache/maven-doxia) from 1.11.1 to 1.12.0.
    - [Release notes](https://github.com/apache/maven-doxia/releases)
    - [Commits](https://github.com/apache/maven-doxia/compare/doxia-1.11.1...doxia-1.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.doxia:doxia-sink-api
      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 9b6a209..120c539 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,7 +168,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-sink-api</artifactId>
-      <version>1.11.1</version>
+      <version>1.12.0</version>
     </dependency>
 
     <dependency>