Skip to content

deps(java): bump nl.littlerobots.version-catalog-update from 0.8.4 to 1.0.0#14568

Merged
dweiss merged 1 commit intomainfrom
dependabot/gradle/nl.littlerobots.version-catalog-update-1.0.0
Apr 30, 2025
Merged

deps(java): bump nl.littlerobots.version-catalog-update from 0.8.4 to 1.0.0#14568
dweiss merged 1 commit intomainfrom
dependabot/gradle/nl.littlerobots.version-catalog-update-1.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2025

Bumps nl.littlerobots.version-catalog-update from 0.8.4 to 1.0.0.

Release notes

Sourced from nl.littlerobots.version-catalog-update's releases.

v1.0.0

Version 1.0.0

This version no longer uses the dependency versions plugin for resolving versions, but is using Gradle APIs to resolve the version catalog dependencies. This option has been available behind a flag for a while and is now the default.

This is quite a big change which has a few behavioral changes, but will also result in a more predictable output.

If you do not need the functionality that the dependency versions plugin is providing, you can remove the plugin from your build.gradle, as it is no longer required for this plugin.

Some configuration options have changed, please refer to the README for details.

Resolving dependencies

Previously, only dependencies that where part of a depdencies block would be detected by the plugin. This would lead to situations where sometimes entries in the version catalog where not updated because these entries weren't used. Now all dependencies from the version catalog will be resolved and checked for updates, whether they are used or not in the project.

This also means most of the old options to keep dependencies are now no longer applicable; since the plugin is no longer "checking" what dependencies are used, it can also no longer determine which dependencies are not. See the README for updated configuration.

Because the plugin no longer requires dependencies to be used in your project, it's also very easy now to have "catalog only" projects. For an example see https://github.com/jamesward/kotlin-universe-catalog

Selecting versions

Previously the dependency versions plugin and its configuration would determine acceptable versions. As of this version the versionSelector configuration is used to configure this. The default configuration will prefer stable versions, unless the entry in the version catalog is already using an unstable version (like alpha, beta, etc.).

Creating a version catalog

Because the source of truth is now the version catalog file, there's no way anymore to create a new version catalog based on existing dependencies.

Improvement to version constraints

When a version constraint is applied to an entry in the version catalog, the plugin will now suggest suitable updates if they are available.

Version 0.8.5

  • Fix setting version selector for kts build files (#149)
  • Fixes for new resolver behaviour that had regressed vs the old resolver
Changelog

Sourced from nl.littlerobots.version-catalog-update's changelog.

Version 1.0.0

This version no longer uses the dependency versions plugin for resolving versions, but is using Gradle APIs to resolve the version catalog dependencies. This option has been available behind a flag for a while and is now the default.

This is quite a big change which has a few behavioral changes, but will also result in a more predictable output.

If you do not need the functionality that the dependency versions plugin is providing, you can remove the plugin from your build.gradle, as it is no longer required for this plugin.

Some configuration options have changed, please refer to the README for details.

Resolving dependencies

Previously, only dependencies that where part of a depdencies block would be detected by the plugin. This would lead to situations where sometimes entries in the version catalog where not updated because these entries weren't used. Now all dependencies from the version catalog will be resolved and checked for updates, whether they are used or not in the project.

This also means most of the old options to keep dependencies are now no longer applicable; since the plugin is no longer "checking" what dependencies are used, it can also no longer determine which dependencies are not. See the README for updated configuration.

Because the plugin no longer requires dependencies to be used in your project, it's also very easy now to have "catalog only" projects. For an example see https://github.com/jamesward/kotlin-universe-catalog

Selecting versions

Previously the dependency versions plugin and its configuration would determine acceptable versions. As of this version the versionSelector configuration is used to configure this. The default configuration will prefer stable versions, unless the entry in the version catalog is already using an unstable version (like alpha, beta, etc.).

Creating a version catalog

Because the source of truth is now the version catalog file, there's no way anymore to create a new version catalog based on existing dependencies.

Improvement to version constraints

When a version constraint is applied to an entry in the version catalog, the plugin will now suggest suitable updates if they are available.

Version 0.8.5

  • Fix setting version selector for kts build files (#149)
  • Fixes for new resolver behaviour that had regressed vs the old resolver
Commits

Dependabot compatibility score

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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [nl.littlerobots.version-catalog-update](https://github.com/littlerobots/version-catalog-update-plugin) from 0.8.4 to 1.0.0.
- [Release notes](https://github.com/littlerobots/version-catalog-update-plugin/releases)
- [Changelog](https://github.com/littlerobots/version-catalog-update-plugin/blob/main/CHANGELOG.md)
- [Commits](littlerobots/version-catalog-update-plugin@v0.8.4...v1.0.0)

---
updated-dependencies:
- dependency-name: nl.littlerobots.version-catalog-update
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/nl.littlerobots.version-catalog-update-1.0.0 branch from 7208d81 to 6c50770 Compare April 30, 2025 02:54
@dweiss dweiss added this to the 11.0.0 milestone Apr 30, 2025
@dweiss dweiss merged commit 25a5e7b into main Apr 30, 2025
8 checks passed
@dweiss dweiss deleted the dependabot/gradle/nl.littlerobots.version-catalog-update-1.0.0 branch April 30, 2025 07:23
weizijun added a commit to weizijun/lucene that referenced this pull request Apr 30, 2025
* main: (51 commits)
  Fix ECJ compiler config for Java 24 (also affects Eclipse IDE)
  Correct shebang in gradlew. apache#14592
  Overwrite gradlew scripts with up-to-date ones and apply Lucene customizations. (apache#14592)
  Remove abstractions of MMapDirectory and its "fake" MR-JAR support and move it to main sourceSet (vectors untouched) (apache#14564)
  deps(java): bump org.gradle.toolchains.foojay-resolver-convention (apache#14573)
  deps(java): bump com.gradle.develocity from 3.18.2 to 4.0.1 (apache#14585)
  deps(java): bump nl.littlerobots.version-catalog-update (apache#14568)
  Bump expected base Java version to 24. apache#14533
  Create file open hints on IOContext to replace ReadAdvice (apache#14482)
  deps(java): bump com.github.ben-manes.versions from 0.51.0 to 0.52.0 (apache#14574)
  deps(java): bump org.owasp.dependencycheck from 7.2.0 to 12.1.1 (apache#14584)
  deps(java): bump org.eclipse.jgit:org.eclipse.jgit (apache#14579)
  deps(java): bump com.diffplug.spotless from 6.9.1 to 7.0.3 (apache#14588)
  deps(java): bump com.gradle.common-custom-user-data-gradle-plugin (apache#14587)
  deps(java): bump net.ltgt.errorprone from 4.1.0 to 4.2.0 (apache#14567)
  deps(java): bump org.locationtech.jts:jts-core from 1.17.0 to 1.20.0 (apache#14586)
  deps(java): bump org.apache.opennlp:opennlp-tools from 2.5.3 to 2.5.4 (apache#14580)
  deps(java): bump asm from 9.6 to 9.8 (apache#14578)
  deps(java): bump commons-codec:commons-codec from 1.17.2 to 1.18.0 (apache#14581)
  deps(java): bump net.java.dev.javacc:javacc from 7.0.12 to 7.0.13 (apache#14576)
  ...

# Conflicts:
#	lucene/CHANGES.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency Updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant