-
-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the production-dependencies group across 1 directory with 4 updates #1109
base: main
Are you sure you want to change the base?
Bump the production-dependencies group across 1 directory with 4 updates #1109
Conversation
Bumps the production-dependencies group with 4 updates in the / directory: [commons-codec:commons-codec](https://github.com/apache/commons-codec), [joda-time:joda-time](https://github.com/JodaOrg/joda-time), [org.jetbrains.kotlinx:kotlinx-datetime-jvm](https://github.com/Kotlin/kotlinx-datetime) and [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools). Updates `commons-codec:commons-codec` from 1.17.2 to 1.18.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-codec@rel/commons-codec-1.17.2...rel/commons-codec-1.18.0) Updates `joda-time:joda-time` from 2.13.0 to 2.13.1 - [Release notes](https://github.com/JodaOrg/joda-time/releases) - [Changelog](https://github.com/JodaOrg/joda-time/blob/main/RELEASE-NOTES.txt) - [Commits](JodaOrg/joda-time@v2.13.0...v2.13.1) Updates `org.jetbrains.kotlinx:kotlinx-datetime-jvm` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/Kotlin/kotlinx-datetime/releases) - [Changelog](https://github.com/Kotlin/kotlinx-datetime/blob/master/CHANGELOG.md) - [Commits](Kotlin/kotlinx-datetime@v0.6.1...v0.6.2) Updates `org.graalvm.buildtools:native-maven-plugin` from 0.10.4 to 0.10.5 - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](graalvm/native-build-tools@0.10.4...0.10.5) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: joda-time:joda-time dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: org.jetbrains.kotlinx:kotlinx-datetime-jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: org.graalvm.buildtools:native-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Bumps the production-dependencies group with 4 updates in the / directory: commons-codec:commons-codec, joda-time:joda-time, org.jetbrains.kotlinx:kotlinx-datetime-jvm and org.graalvm.buildtools:native-maven-plugin.
Updates
commons-codec:commons-codec
from 1.17.2 to 1.18.0Changelog
Sourced from commons-codec:commons-codec's changelog.
Commits
5f76abb
Update contributing file from user feedbacka38de95
Prepare for the next release candidate0689dc8
Prepare for the next release candidate4098222
Port from Doxia 1 to 2ebb29e9
Make test fixture package private110a9f8
Don't need to end a paragraph with an extra line break6444237
Remove background color from site page9062af4
Merge branch 'master' of963ee73
Include more in the source assembly94b9c51
Add a file extension to TODO fileUpdates
joda-time:joda-time
from 2.13.0 to 2.13.1Release notes
Sourced from joda-time:joda-time's releases.
Commits
935d44e
Release v2.13.1f42d2d0
Update time zone data to 2025agtz (#805)3fcd96c
Update CI fuzz version8430877
Add workflow dispatch2ce9b4c
Update changes.xmlUpdates
org.jetbrains.kotlinx:kotlinx-datetime-jvm
from 0.6.1 to 0.6.2Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-datetime-jvm's releases.
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-datetime-jvm's changelog.
Commits
e69f92f
Version 0.6.2 (#479)6b39f4a
Fix kotlinx-datetime-zoneinfo not being published (#480)3720474
Mention Wasm/JS timezone database support in README (#470)52902bd
Windows: extrapolate the earliest timezone transition record to the past (#473)b289d0b
Remove workaround for Bintray publishing (#408)198d62a
Deprecate DatePeriod.plus and DateTimePeriod.plus (#449)1123e14
Deprecate Clock.asTimeSource (#450)85c1ccd
Fix misspellings in MonthNames.toKotlinCode() (#459)73aad58
Add TimeSource.asClock converter (#164)fbb2187
Implement parsing and formatting days-of-year (#417)Updates
org.graalvm.buildtools:native-maven-plugin
from 0.10.4 to 0.10.5Release notes
Sourced from org.graalvm.buildtools:native-maven-plugin's releases.
Commits
73a120a
update NBT version4de061c
Upgrade Maven dependenciesc09540e
Add missing changelog entriesb33d4d1
Add missing changelogaaf5a6a
Update reachability metadata repository version1ca198d
Fix build failuree0200c1
Parse JSON with openjson650ec33
Merge pull request #681 from graalvm/bug/sbom-integration-test-jackson62ef1fe
Fix type issue in SBOM integration testd6697e5
Add warning about toolchainsDependabot 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions