This is an automated email from the ASF dual-hosted git repository.
adelbene pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new f36a7f8755 Bump org.jboss.logging:jboss-logging from 3.6.1.Final to
3.6.2.Final (#1364)
f36a7f8755 is described below
commit f36a7f8755f63f10d2877d2bc6b5ddc1f3db72e9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 2 09:06:28 2026 +0100
Bump org.jboss.logging:jboss-logging from 3.6.1.Final to 3.6.2.Final (#1364)
Bumps
[org.jboss.logging:jboss-logging](https://github.com/jboss-logging/jboss-logging)
from 3.6.1.Final to 3.6.2.Final.
- [Release notes](https://github.com/jboss-logging/jboss-logging/releases)
-
[Commits](https://github.com/jboss-logging/jboss-logging/compare/3.6.1.Final...v3.6.2.Final)
---
updated-dependencies:
- dependency-name: org.jboss.logging:jboss-logging
dependency-version: 3.6.2.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
testing/wicket-common-tests/pom.xml | 2 +-
wicket-bean-validation/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/testing/wicket-common-tests/pom.xml
b/testing/wicket-common-tests/pom.xml
index c3e04bc141..55ee8d21e5 100644
--- a/testing/wicket-common-tests/pom.xml
+++ b/testing/wicket-common-tests/pom.xml
@@ -49,7 +49,7 @@
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
- <version>3.6.1.Final</version>
+ <version>3.6.2.Final</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/wicket-bean-validation/pom.xml b/wicket-bean-validation/pom.xml
index 241e0071e6..465c013476 100644
--- a/wicket-bean-validation/pom.xml
+++ b/wicket-bean-validation/pom.xml
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
- <version>3.6.1.Final</version>
+ <version>3.6.2.Final</version>
<scope>test</scope>
</dependency>
</dependencies>