Skip to content

build(deps): bump the gradle-deps group across 1 directory with 8 updates#195

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/gradle-deps-f6518cbd84
Closed

build(deps): bump the gradle-deps group across 1 directory with 8 updates#195
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/gradle-deps-f6518cbd84

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps the gradle-deps group with 8 updates in the / directory:

Package From To
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.20.0 2.20.1
org.jetbrains.intellij.platform 2.5.0 2.10.3
com.fasterxml.jackson.core:jackson-databind 2.20.0 2.20.1
com.fasterxml.jackson.module:jackson-module-kotlin 2.20.0 2.20.1
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.20.0 2.20.1
org.jetbrains.dokka 2.0.0 2.1.0
org.junit.jupiter:junit-jupiter-api 6.0.0 6.0.1
net.javacrumbs.json-unit:json-unit-assertj 4.1.1 5.0.0

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.20.0 to 2.20.1

Updates org.jetbrains.intellij.platform from 2.5.0 to 2.10.3

Updates com.fasterxml.jackson.core:jackson-databind from 2.20.0 to 2.20.1

Commits

Updates com.fasterxml.jackson.module:jackson-module-kotlin from 2.20.0 to 2.20.1

Commits
  • 7602d41 [maven-release-plugin] prepare release jackson-module-kotlin-2.20.1
  • a3e110c Prep for 2.20.1 release
  • 2613d4f Merge branch '2.19' into 2.20
  • 35aa6ab Post-release dep version bump
  • c71ae67 [maven-release-plugin] prepare for next development iteration
  • f475369 [maven-release-plugin] prepare release jackson-module-kotlin-2.19.4
  • 1c832b0 Prep for 2.19.4 release
  • d7ffcd3 Update README.md
  • 613f938 Merge branch '2.19' into 2.20
  • 30f83b1 Post-release dep version bump
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.20.0 to 2.20.1

Commits
  • ad7cda7 [maven-release-plugin] prepare release jackson-dataformats-text-2.20.1
  • d3dc677 Prep for 2.20.1 release
  • e667707 Merge branch '2.19' into 2.20
  • 138f6a8 Post-release dep version bump
  • d3e39cc [maven-release-plugin] prepare for next development iteration
  • 15296a8 [maven-release-plugin] prepare release jackson-dataformats-text-2.19.4
  • 97bab50 Prep for 2.19.4 release
  • 82aa0bf Merge branch '2.19' into 2.20
  • 0265bc8 Post-release dep version bump
  • b42e80a [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates org.jetbrains.dokka from 2.0.0 to 2.1.0

Release notes

Sourced from org.jetbrains.dokka's releases.

2.1.0

Dokka 2.1.0 focuses on stabilizing experimental features, supporting new Kotlin language features, and improving the user experience. Key highlights include:

  • Dokka Gradle Plugin v2 is enabled by default!
  • K2 Analysis is enabled by default!
  • Support for Context parameters and Nested typealiases
  • HTML format refinement: better accessibility and consistency across all components
  • Multiple performance and compatibility improvements

More details about each of the changes below. See Dokka 2.1.0 milestone for the list of all changes.

Dokka's Gradle plugin v2 is enabled by default!

Please check the migration guide for the update procedure

Dokka 2.0.0 introduced a significantly improved Gradle plugin v2, and with Dokka 2.1.0 it is now enabled by default! As a result, all types and Gradle tasks related to Dokka Gradle plugin v1 are deprecated and will be removed in future releases. Running Gradle tasks related to Dokka Gradle plugin v1 will result in an error during execution.

Starting from this release, the minimum supported Gradle version is 7.6.3.

Other fixes and improvements

Dokka's K2 analysis is enabled by default!

Dokka 2.1.0fixes the most problematic issues with K2 analysis and makes it enabled by default! In addition to this, Dokka 2.1.0with K2 analysis introduces support for context parameters and nested typealiases!

Dokka's K2 analysis leverages Kotlin's K2 compiler frontend for analysing code and uses the same shared Analysis API, which is used in IntelliJ IDEA’s K2 mode. The output with K2 analysis should mostly match that of K1 analysis, but there may be minor differences.

If you previously opted in to Dokka's K2 analysis, remove org.jetbrains.dokka.experimental.tryK2 from your project's gradle.properties file. Dokka's K1 analysis is still available, but it is deprecated and will be removed in future releases. We would greatly appreciate your feedback, if there is something that is blocking you from migrating to K2 analysis!

Other fixes and improvements

... (truncated)

Commits
  • 905286d Update Dokka version references to 2.1.0 (#4297)
  • a3376d1 Update the version for the 2.1.0 release
  • cbba0c9 fix: spacing in html output (#4292)
  • 16eac59 Support for nested typealiases (#4261)
  • 454c687 Handle InvocationTargetException exception explicitly in DokkaBootstrap (...
  • 7626540 Follow symbolic links when building KaModule for AA standalone session (#4264)
  • e4c7474 Build the Dokka Maven Plugin with the lastest compiler version (#4228)
  • 7a63b38 Update the version for the 2.1.0-Beta release
  • bbde1ac Update AA to 2.3.0-dev-4019 (#4219)
  • fa41f6d Set the 2.1.0-SNAPSHOT version for consistency (#4225)
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-api from 6.0.0 to 6.0.1

Release notes

Sourced from org.junit.jupiter:junit-jupiter-api's releases.

JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0...r6.0.1

Commits

Updates net.javacrumbs.json-unit:json-unit-assertj from 4.1.1 to 5.0.0

Changelog

Sourced from net.javacrumbs.json-unit:json-unit-assertj's changelog.

5.0.0 (2025-10-13)

  • Jackson 3 support
  • Kotest 6 support
  • Spring RestTestClient support with Java and Kotlin DSL
  • (Breaking) Removed deprecated fluent assertions API
  • Hamcrest dependency made optional
  • Migrated to JSpecify (please report if it breaks anything)
  • Dependency updates
Commits
  • 5dd400e [maven-release-plugin] prepare release json-unit-parent-5.0.0
  • 132c188 Small cleanup
  • 4c84e42 Bump ch.qos.logback:logback-classic from 1.5.18 to 1.5.19 (#974)
  • 24f5ef1 Bump kotest.version from 6.0.1 to 6.0.3 (#975)
  • 876e4e4 Add Java tests for empty body
  • 11941e8 Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.24 to 1.26 (#976)
  • bb0b5c6 Fix JavaDoc issues
  • 68f70c2 Run tests on Java 25 (#973)
  • dac387e Add Kotlin support for RestTestClient
  • bbc8590 Upgrade error prone (#972)
  • 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 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

…ates

Bumps the gradle-deps group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.20.0` | `2.20.1` |
| org.jetbrains.intellij.platform | `2.5.0` | `2.10.3` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.20.0` | `2.20.1` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.20.0` | `2.20.1` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | `2.20.0` | `2.20.1` |
| [org.jetbrains.dokka](https://github.com/Kotlin/dokka) | `2.0.0` | `2.1.0` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `6.0.0` | `6.0.1` |
| [net.javacrumbs.json-unit:json-unit-assertj](https://github.com/lukas-krecan/JsonUnit) | `4.1.1` | `5.0.0` |



Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.20.0 to 2.20.1

Updates `org.jetbrains.intellij.platform` from 2.5.0 to 2.10.3

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.20.0 to 2.20.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.20.0 to 2.20.1
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.20.0...jackson-module-kotlin-2.20.1)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.20.0 to 2.20.1
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.20.0...jackson-dataformats-text-2.20.1)

Updates `org.jetbrains.dokka` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/Kotlin/dokka/releases)
- [Commits](Kotlin/dokka@v2.0.0...v2.1.0)

Updates `org.junit.jupiter:junit-jupiter-api` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.0...r6.0.1)

Updates `net.javacrumbs.json-unit:json-unit-assertj` from 4.1.1 to 5.0.0
- [Changelog](https://github.com/lukas-krecan/JsonUnit/blob/master/RELEASES.md)
- [Commits](lukas-krecan/JsonUnit@json-unit-parent-4.1.1...json-unit-parent-5.0.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-version: 2.20.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-deps
- dependency-name: org.jetbrains.intellij.platform
  dependency-version: 2.10.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-deps
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.20.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-deps
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-version: 2.20.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-deps
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-version: 2.20.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-deps
- dependency-name: org.jetbrains.dokka
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-deps
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-deps
- dependency-name: net.javacrumbs.json-unit:json-unit-assertj
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 1, 2025
@dependabot dependabot bot deleted the dependabot/gradle/gradle-deps-f6518cbd84 branch December 1, 2025 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant