This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new d42abb3e0d Bump org.jboss.logging:jboss-logging from 3.6.2.Final to
3.6.3.Final
d42abb3e0d is described below
commit d42abb3e0d916226d2930108f97fe7319dd4db6e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 2 14:29:06 2026 +0000
Bump org.jboss.logging:jboss-logging from 3.6.2.Final to 3.6.3.Final
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 d671f03f62..d1f52b91f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1001,7 +1001,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>