This is an automated email from the ASF dual-hosted git repository.
bitstorm 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 2ccb28df4e Bump org.checkerframework:checker-qual from 4.2.2 to 4.2.3
(#1572)
2ccb28df4e is described below
commit 2ccb28df4e1f71a4f37987f039b2e52bb39dbc6b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 7 16:45:59 2026 +0200
Bump org.checkerframework:checker-qual from 4.2.2 to 4.2.3 (#1572)
Bumps
[org.checkerframework:checker-qual](https://github.com/typetools/checker-framework)
from 4.2.2 to 4.2.3.
- [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-4.2.2...checker-framework-4.2.3)
---
updated-dependencies:
- dependency-name: org.checkerframework:checker-qual
dependency-version: 4.2.3
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>
---
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 74698b917a..5fe04fcb3a 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>4.2.2</version>
+ <version>4.2.3</version>
<scope>test</scope>
</dependency>
<dependency>