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 c265c91bb9 Bump org.jboss.logging:jboss-logging from 3.6.2.Final to 
3.6.3.Final (#1405)
c265c91bb9 is described below

commit c265c91bb9fd39dbb2558e57c98aac0427e0ca78
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 22 15:43:40 2026 +0100

    Bump org.jboss.logging:jboss-logging from 3.6.2.Final to 3.6.3.Final (#1405)
    
    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]>
    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 55ee8d21e5..8ea35b8e75 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.2.Final</version>
+                               <version>3.6.3.Final</version>
                                <scope>test</scope>
                        </dependency>
                        <dependency>
diff --git a/wicket-bean-validation/pom.xml b/wicket-bean-validation/pom.xml
index 465c013476..0b569840ca 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.2.Final</version>
+                               <version>3.6.3.Final</version>
                                <scope>test</scope>
                        </dependency>
                </dependencies>

Reply via email to