edward3h / kiwiproc

Java annotation processor to generate JDBC implementation for SQL queries
GNU Lesser General Public License v2.1
1 stars 0 forks source link

Update dependency org.jspecify:jspecify to v1 #25

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jspecify:jspecify (source) 0.3.0 -> 1.0.0 age adoption passing confidence

Release Notes

jspecify/jspecify (org.jspecify:jspecify) ### [`v1.0.0`](https://togithub.com/jspecify/jspecify/releases/tag/v1.0.0): 1.0.0 JSpecify 1.0.0 is the first stable release of the only [consensus-driven](https://jspecify.dev/about/), tool-independent nullness annotations for Java code (with benefits for Kotlin interoperability). Future releases will add annotations for other kinds of static-analysis checks. Check out our [usage page](https://jspecify.dev/docs/using) for instructions on how to depend on JSpecify in your project and our guidelines on [when to start](https://jspecify.dev/docs/whether) doing so. Also check out our [User Guide](https://jspecify.dev/docs/user-guide). The 1.0.0 release contains four annotations: - [`@Nullable`](https://jspecify.dev/docs/api/org/jspecify/annotations/Nullable.html) - [`@NonNull`](https://jspecify.dev/docs/api/org/jspecify/annotations/NonNull.html) - [`@NullMarked`](https://jspecify.dev/docs/api/org/jspecify/annotations/NullMarked.html) - [`@NullUnmarked`](https://jspecify.dev/docs/api/org/jspecify/annotations/NullUnmarked.html) ##### Artifacts - [Javadoc](https://jspecify.dev/docs/api/) - Maven Central: [org.jspecify:jspecify](https://repo.maven.apache.org/maven2/org/jspecify/jspecify/1.0.0/) ##### Changes since version 0.3.0 No code changes, only Javadoc changes and OSGI metadata.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR was generated by Mend Renovate. View the repository job log.