This is an automated email from the ASF dual-hosted git repository.
slachiewicz 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 76d8454 Bump qdox from 2.0.0 to 2.0.1
76d8454 is described below
commit 76d84547191bf840298034ba7ea922c13621208d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 19 14:54:33 2021 +0000
Bump qdox from 2.0.0 to 2.0.1
Bumps [qdox](https://github.com/paul-hammant/qdox) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/paul-hammant/qdox/releases)
-
[Commits](https://github.com/paul-hammant/qdox/compare/qdox-2.0.0...qdox-2.0.1)
---
updated-dependencies:
- dependency-name: com.thoughtworks.qdox:qdox
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 33a5108..cc57cd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@ under the License.
<!-- to remove when using plexus-java-1.0.0 -->
<groupId>com.thoughtworks.qdox</groupId>
<artifactId>qdox</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
</dependency>
</dependencies>
</dependencyManagement>