This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-10.x by this push:
new dc0a0ec273 [tomee-10.x]: Bump org.jboss.logging:jboss-logging
dc0a0ec273 is described below
commit dc0a0ec273c8e4dac192dc0da17ba0d9a7dcd2af
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 7 05:49:35 2026 +0000
[tomee-10.x]: Bump org.jboss.logging:jboss-logging
Bumps
[org.jboss.logging:jboss-logging](https://github.com/jboss-logging/jboss-logging)
from 3.6.2.Final to 3.6.3.Final.
- [Release notes](https://github.com/jboss-logging/jboss-logging/releases)
-
[Commits](https://github.com/jboss-logging/jboss-logging/compare/v3.6.2.Final...v3.6.3.Final)
---
updated-dependencies:
- dependency-name: org.jboss.logging:jboss-logging
dependency-version: 3.6.3.Final
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 c993fbbbd3..5b71c6bdd6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1002,7 +1002,7 @@
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
- <version>3.6.2.Final</version>
+ <version>3.6.3.Final</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>