This is an automated email from the ASF dual-hosted git repository.
theigl 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 73d4cbf32c Bump org.jetbrains:annotations from 26.0.1 to 26.0.2 (#1090)
73d4cbf32c is described below
commit 73d4cbf32c4c89c45097a460820c5874188d6117
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 10 17:46:34 2025 +0100
Bump org.jetbrains:annotations from 26.0.1 to 26.0.2 (#1090)
Bumps
[org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from
26.0.1 to 26.0.2.
- [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.1...26.0.2)
---
updated-dependencies:
- dependency-name: org.jetbrains:annotations
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 9dcafaa6af..3cc52796c8 100644
--- a/wicket-migration/pom.xml
+++ b/wicket-migration/pom.xml
@@ -71,7 +71,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
- <version>26.0.1</version>
+ <version>26.0.2</version>
<scope>test</scope>
</dependency>
<dependency>