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 d9f1ccca2b Bump org.checkerframework:checker-qual from 3.54.0 to
3.55.1 (#1414)
d9f1ccca2b is described below
commit d9f1ccca2b0b7651e5a8e72945fcf01a2768c7e3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 5 20:38:12 2026 +0200
Bump org.checkerframework:checker-qual from 3.54.0 to 3.55.1 (#1414)
Bumps
[org.checkerframework:checker-qual](https://github.com/typetools/checker-framework)
from 3.54.0 to 3.55.1.
- [Release notes](https://github.com/typetools/checker-framework/releases)
-
[Changelog](https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md)
-
[Commits](https://github.com/typetools/checker-framework/compare/checker-framework-3.54.0...checker-framework-3.55.1)
---
updated-dependencies:
- dependency-name: org.checkerframework:checker-qual
dependency-version: 3.55.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
wicket-migration/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wicket-migration/pom.xml b/wicket-migration/pom.xml
index 11f4ef84f7..fcd0679f0a 100644
--- a/wicket-migration/pom.xml
+++ b/wicket-migration/pom.xml
@@ -109,7 +109,7 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
- <version>3.54.0</version>
+ <version>3.55.1</version>
<scope>test</scope>
</dependency>
<dependency>