You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/12/18 11:04:21 UTC

[maven-compiler-plugin] branch master updated: Bump qdox from 2.0.2 to 2.0.3 (#152)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9b5605c  Bump qdox from 2.0.2 to 2.0.3 (#152)
9b5605c is described below

commit 9b5605cacecdb6f29cd7381ec2923ef6ba4f35aa
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Dec 18 21:04:16 2022 +1000

    Bump qdox from 2.0.2 to 2.0.3 (#152)
    
    Bumps [qdox](https://github.com/paul-hammant/qdox) from 2.0.2 to 2.0.3.
    - [Release notes](https://github.com/paul-hammant/qdox/releases)
    - [Commits](https://github.com/paul-hammant/qdox/compare/qdox-2.0.2...qdox-2.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: com.thoughtworks.qdox:qdox
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    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 467a251..a2f0b9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@ under the License.
         <!-- to remove with plexus-java upgrade -->
         <groupId>com.thoughtworks.qdox</groupId>
         <artifactId>qdox</artifactId>
-        <version>2.0.2</version>
+        <version>2.0.3</version>
       </dependency>
     </dependencies>
   </dependencyManagement>