From 1bafadd30c643709b857998a495ba27f94799df3 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 20 Jan 2025 22:55:56 +0000
Subject: [PATCH] Bump resteasy-microprofile.version from 3.0.0.Final to
 3.0.1.Final

Bumps `resteasy-microprofile.version` from 3.0.0.Final to 3.0.1.Final.

Updates `org.jboss.resteasy.microprofile:microprofile-rest-client` from 3.0.0.Final to 3.0.1.Final
- [Release notes](https://github.com/resteasy/resteasy-microprofile/releases)
- [Commits](https://github.com/resteasy/resteasy-microprofile/compare/3.0.0.Final...v3.0.1.Final)

Updates `org.jboss.resteasy.microprofile:microprofile-config` from 3.0.0.Final to 3.0.1.Final
- [Release notes](https://github.com/resteasy/resteasy-microprofile/releases)
- [Commits](https://github.com/resteasy/resteasy-microprofile/compare/3.0.0.Final...v3.0.1.Final)

---
updated-dependencies:
- dependency-name: org.jboss.resteasy.microprofile:microprofile-rest-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jboss.resteasy.microprofile:microprofile-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

diff --git a/bom/application/pom.xml b/bom/application/pom.xml
index b2aea36b34d60..f4d18e095bd1a 100644
--- a/bom/application/pom.xml
+++ b/bom/application/pom.xml
@@ -26,7 +26,7 @@
         <javax.annotation-api.version>1.3.2</javax.annotation-api.version>
         <javax.inject.version>1</javax.inject.version>
         <parsson.version>1.1.7</parsson.version>
-        <resteasy-microprofile.version>3.0.0.Final</resteasy-microprofile.version>
+        <resteasy-microprofile.version>3.0.1.Final</resteasy-microprofile.version>
         <resteasy-spring-web.version>3.2.0.Final</resteasy-spring-web.version>
         <resteasy.version>6.2.11.Final</resteasy.version>
         <opentelemetry-instrumentation.version>2.8.0-alpha</opentelemetry-instrumentation.version>