This is an automated email from the ASF dual-hosted git repository.
jnioche pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/stormcrawler.git
The following commit(s) were added to refs/heads/main by this push:
new aac70540 Bump org.jetbrains:annotations from 26.0.2-1 to 26.1.0 (#1813)
aac70540 is described below
commit aac7054074b3fb422b4376dc84d16832bf51dff0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 24 20:07:55 2026 +0000
Bump org.jetbrains:annotations from 26.0.2-1 to 26.1.0 (#1813)
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:production
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 644bde1e..608101da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@ under the License.
<tika.version>3.2.3</tika.version>
<mockito.version>5.21.0</mockito.version>
<slf4j-simple.version>2.0.17</slf4j-simple.version>
- <jetbrains.annotations.version>26.0.2-1</jetbrains.annotations.version>
+ <jetbrains.annotations.version>26.1.0</jetbrains.annotations.version>
<commons.io.version>2.17.0</commons.io.version>
<commons.compress.version>1.28.0</commons.compress.version>
<commons.codec.version>1.21.0</commons.codec.version>