This is a small bug fix release to remove Kotlin stdlib as a dependency of java-dataloader
Kotlin as added as a test dependency to help ensure the JSpecify annotations work as expected in Kotlin land.
However even thought we specified testImplementation
in gradle, the Kotlin gradle plugin auto added Kotlin stdlib as a pom dependency on publish
#229 fixes this and this release is to publish a new version with the Kotlin stdlib in the pom
What's Changed
- Bump com.google.errorprone:error_prone_core from 2.40.0 to 2.41.0 by @dependabot[bot] in #218
- update workflows to use 21 and update toolchain plugin by @andimarek in #216
- Bump com.uber.nullaway:nullaway from 0.12.7 to 0.12.8 by @dependabot[bot] in #219
- Bump org.jetbrains.kotlin.jvm from 2.2.0 to 2.2.10 by @dependabot[bot] in #221
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #220
- Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #224
- Bump com.uber.nullaway:nullaway from 0.12.8 to 0.12.9 by @dependabot[bot] in #225
- Bump com.gradle.develocity from 4.1 to 4.1.1 by @dependabot[bot] in #226
- Bump actions/stale from 9 to 10 by @dependabot[bot] in #228
- Kotlin stdlib should not be a pom dep by @bbakerman in #229
- Bump com.google.errorprone:error_prone_core from 2.41.0 to 2.42.0 by @dependabot[bot] in #232
Full Changelog: v5.0.2...v5.0.3