This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 452b47f4764f chore(deps): Bump org.jspecify:jspecify from 1.0.0 to
1.0.1
452b47f4764f is described below
commit 452b47f4764f6c0ff3a6f9d06a0e07263a934e54
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 30 07:23:08 2026 +0000
chore(deps): Bump org.jspecify:jspecify from 1.0.0 to 1.0.1
Bumps [org.jspecify:jspecify](https://github.com/jspecify/jspecify) from
1.0.0 to 1.0.1.
- [Release notes](https://github.com/jspecify/jspecify/releases)
- [Commits](https://github.com/jspecify/jspecify/compare/v1.0.0...v1.0.1)
---
updated-dependencies:
- dependency-name: org.jspecify:jspecify
dependency-version: 1.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index a54ac5e9a84c..65efffac779d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -320,7 +320,7 @@
<jsonata-version>0.9.10</jsonata-version>
<json-unit-version>6.0.1</json-unit-version>
<jsoup-version>1.22.2</jsoup-version>
- <jspecify-version>1.0.0</jspecify-version>
+ <jspecify-version>1.0.1</jspecify-version>
<!-- NullAway / Error Prone (used by -Pnullcheck profile, requires JDK
21+) -->
<error-prone-version>2.50.0</error-prone-version>