Bump com.graphql-java:java-dataloader from 5.0.0 to 5.0.1 by dependabot[bot] · Pull Request #4043 · graphql-java/graphql-java
Bumps com.graphql-java:java-dataloader from 5.0.0 to 5.0.1.
Release notes
Sourced from com.graphql-java:java-dataloader's releases.
5.0.1
This release updates the JSpecify nullable annotations on the
BatchLoadermethod variants so that they work as expected with Kotlin 2 and its stronger enforcement of JSpecify annotationseg they are now updated like this.
public interface BatchLoader<K, V extends @Nullable Object>What's Changed
- Error Prone / NullAway support for JSpecify by
@bbakermanin graphql-java/java-dataloader#196- Move to new Sonatype URLs by
@bbakermanin graphql-java/java-dataloader#198- Update Gradle Github action by
@dondonzin graphql-java/java-dataloader#199- Add dependabot by
@dondonzin graphql-java/java-dataloader#200- Bump com.uber.nullaway:nullaway from 0.12.6 to 0.12.7 by
@dependabotin graphql-java/java-dataloader#203- Bump com.gradle.develocity from 3.19 to 4.0.2 by
@dependabotin graphql-java/java-dataloader#201- Bump org.jetbrains.kotlin.jvm from 2.1.21 to 2.2.0 by
@dependabotin graphql-java/java-dataloader#209- Bump com.github.ben-manes.versions from 0.51.0 to 0.52.0 by
@dependabotin graphql-java/java-dataloader#202- More explicit nullable annotations on BatchLoader interfaces by
@bbakermanin graphql-java/java-dataloader#207- Bump io.github.gradle-nexus.publish-plugin from 1.0.0 to 2.0.0 by
@dependabotin graphql-java/java-dataloader#204- #208 to ensure tests are in place by
@bbakermanin graphql-java/java-dataloader#211New Contributors
@dependabotmade their first contribution in graphql-java/java-dataloader#203Full Changelog: graphql-java/java-dataloader@v5.0.0...v5.0.1
Commits
e80bd44Merge pull request #211 from graphql-java/fixes-208-and-ensure-tests-exist1d34141#208 to ensure tests are in placebdf71e5Merge pull request #204 from graphql-java/dependabot/gradle/io.github.gradle-...725d59bMerge pull request #207 from graphql-java/jspecify-nullable-on-batch-loader-m...e6795feBump io.github.gradle-nexus.publish-plugin from 1.0.0 to 2.0.0f325e57Merge pull request #202 from graphql-java/dependabot/gradle/com.github.ben-ma...48d10d9Merge pull request #209 from graphql-java/dependabot/gradle/org.jetbrains.kot...e10797eBump org.jetbrains.kotlin.jvm from 2.1.21 to 2.2.08b385cfMerge pull request #201 from graphql-java/dependabot/gradle/com.gradle.develo...79cd214Merge pull request #203 from graphql-java/dependabot/gradle/com.uber.nullaway...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)