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 6380e60fc2 Bump org.jboss.logging:jboss-logging-processor (#1112)
6380e60fc2 is described below
commit 6380e60fc2ffac59764ec201aa1efa39ed70fe00
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 11 10:41:55 2025 +0100
Bump org.jboss.logging:jboss-logging-processor (#1112)
Bumps
[org.jboss.logging:jboss-logging-processor](https://github.com/jboss-logging/jboss-logging-tools)
from 3.0.3.Final to 3.0.4.Final.
- [Release
notes](https://github.com/jboss-logging/jboss-logging-tools/releases)
-
[Commits](https://github.com/jboss-logging/jboss-logging-tools/compare/3.0.3.Final...3.0.4.Final)
---
updated-dependencies:
- dependency-name: org.jboss.logging:jboss-logging-processor
dependency-type: direct:development
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 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testing/wicket-common-tests/pom.xml
b/testing/wicket-common-tests/pom.xml
index 86430e85bf..2bb15392cc 100644
--- a/testing/wicket-common-tests/pom.xml
+++ b/testing/wicket-common-tests/pom.xml
@@ -61,7 +61,7 @@
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-processor</artifactId>
- <version>3.0.3.Final</version>
+ <version>3.0.4.Final</version>
<scope>test</scope>
</dependency>
</dependencies>