From 3f070b3317023d5aa7a69f6855e0fa399351c8e8 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 12 Feb 2024 17:33:18 +0000
Subject: [PATCH] Bump com.thoughtworks.qdox:qdox from 2.0.3 to 2.1.0

Bumps [com.thoughtworks.qdox:qdox](https://github.com/paul-hammant/qdox) from 2.0.3 to 2.1.0.
- [Commits](https://github.com/paul-hammant/qdox/compare/qdox-2.0.3...qdox-2.1.0)

---
updated-dependencies:
- dependency-name: com.thoughtworks.qdox:qdox
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index db67fdf4f..bc9bb4a22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -291,7 +291,7 @@ under the License.
     <dependency>
       <groupId>com.thoughtworks.qdox</groupId>
       <artifactId>qdox</artifactId>
-      <version>2.0.3</version>
+      <version>2.1.0</version>
     </dependency>
 
     <!-- Plexus -->