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 b77eb7316b Bump org.jetbrains:annotations from 26.0.2-1 to 26.1.0
(#1377)
b77eb7316b is described below
commit b77eb7316b1b65c0d8e2e926491e14279b7992a2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 22 16:42:43 2026 +0100
Bump org.jetbrains:annotations from 26.0.2-1 to 26.1.0 (#1377)
Bumps
[org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from
26.0.2-1 to 26.1.0.
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
-
[Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/JetBrains/java-annotations/compare/26.0.2-1...26.1.0)
---
updated-dependencies:
- dependency-name: org.jetbrains:annotations
dependency-version: 26.1.0
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 5c6a76dcff..a5536c137d 100644
--- a/wicket-migration/pom.xml
+++ b/wicket-migration/pom.xml
@@ -115,7 +115,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
- <version>26.0.2-1</version>
+ <version>26.1.0</version>
<scope>test</scope>
</dependency>
<dependency>