Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 28, 2025

Bumps the gradle group with 10 updates in the / directory:

Package From To
com.google.errorprone:error_prone_core 2.42.0 2.43.0
org.flywaydb:flyway-core 11.14.1 11.15.0
org.flywaydb:flyway-database-hsqldb 11.14.1 11.15.0
org.graalvm.js:js-community 25.0.0 25.0.1
org.graalvm.js:js-scriptengine 25.0.0 25.0.1
dev.langchain4j:langchain4j 1.7.1 1.8.0
dev.langchain4j:langchain4j-azure-open-ai 1.7.1 1.8.0
dev.langchain4j:langchain4j-ollama 1.7.1 1.8.0
org.seleniumhq.selenium:selenium-java 4.37.0 4.38.0
org.sonarqube 7.0.0.6105 7.0.1.6134

Updates com.google.errorprone:error_prone_core from 2.42.0 to 2.43.0

Release notes

Sourced from com.google.errorprone:error_prone_core's releases.

Error Prone 2.43.0

The minimum support JDK version to run Error Prone is now JDK 21 (google/error-prone#4867).

Changes:

  • -XepPatchChecks now skips disabled checks (#4943)
  • AndroidJdkLibsChecker has been removed, the recommended replacement for Android code is Android Lint's NewApi check

New checks:

Closed issues: #4943, #5102, #5107, #5121, #5158, #5217, #5239

Full changelog: google/error-prone@v2.42.0...v2.43.0

Commits
  • abec9b6 Release Error Prone 2.43.0
  • a97374a Upgrade Java version from 17 to 21 in release workflow
  • 5882a43 Update release.yml
  • 851e0b0 Remove obsolete uses of reflection from Error Prone
  • 344e3dc Remove an obsolete use of reflection
  • 5f46e62 Fix a typo (wrong quotation mark).
  • de7d191 Update IncorrectMainMethod documentation in light of JEP512.
  • 09c78e0 Remove an obsolete TODO
  • 17c271e Turn down AndroidJdkLibsChecker
  • 0ae79f5 Add tests for subtypes of Immutable and ThreadSafe classes
  • Additional commits viewable in compare view

Updates org.flywaydb:flyway-core from 11.14.1 to 11.15.0

Release notes

Sourced from org.flywaydb:flyway-core's releases.

Flyway 11.15.0

See release notes here

Commits

Updates org.flywaydb:flyway-database-hsqldb from 11.14.1 to 11.15.0

Updates org.flywaydb:flyway-database-hsqldb from 11.14.1 to 11.15.0

Updates org.graalvm.js:js-community from 25.0.0 to 25.0.1

Commits
  • 05ec025 release GraalVM 25.0.1
  • 6ea8be5 [GR-69464] Backport to 25.0: Evaluate Merge Explode PE without ProxyPlaceHold...
  • 32edf14 [GR-69811] Backport to 25.0: Mark compiler threads as crashed in both isolates.
  • e179587 [GR-68927] Backport to 25.0: Analyze and Fix Tier 2 Compile Times on function...
  • 386311f [GR-69429] Backport to 25.0: Speed up LinearScan lifetime analysis by compres...
  • 5f699a0 Drop metric changes
  • 26a139b late proxy generation: improvements.
  • 921a2d3 partial evluation: create proxies after PE not during.
  • 579c737 Adapt fix
  • 92a598b Review comments
  • Additional commits viewable in compare view

Updates org.graalvm.js:js-scriptengine from 25.0.0 to 25.0.1

Release notes

Sourced from org.graalvm.js:js-scriptengine's releases.

GraalJS 25.0.1

GraalJS is an ECMAScript-compliant runtime to execute JavaScript and Node.js applications. It is fully standard-compliant, executes applications with high performance, and provides all benefits from the GraalVM stack, including language interoperability and common tooling.

GraalJS version 25.0.1 is designed for use with Oracle GraalVM 25.0.1 or GraalVM Community Edition 25.0.1, and can be downloaded separately.

There are two standalone types to choose from:

  • Native Standalone: This contains a Native Image compiled launcher
  • JVM Standalone: This contains JavaScript in the JVM configuration

To distinguish between them, the GraalVM Community Edition version has the suffix -community in its name. A JVM standalone has a -jvm suffix in its name.

Learn more about GraalJS and how to get started on the website at https://www.graalvm.org/javascript/.

† Support for macOS x64 is deprecated. Version 25.0.1 is the last release that supports this hardware architecture. In future, GraalVM will only support macOS on AArch64 (Apple Silicon).

Changelog

Sourced from org.graalvm.js:js-scriptengine's changelog.

GraalJS Changelog

This changelog summarizes major changes between GraalVM versions of the GraalVM JavaScript (ECMAScript) language runtime. The main focus is on user-observable behavior of the engine. Changelog may include unreleased versions. See release calendar for release dates.

Version 25.1.0

  • Removed support and builds for macOS x86-64 (darwin-amd64).
  • Added an experimental option js.crypto that provides getRandomValues() and randomUUID() from the Web Crypto API.
  • Added stable option js.performance that provides performance.now(), timeOrigin, and toJSON() from the Web High Resolution Time API.
  • Implemented the Immutable ArrayBuffers proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
Commits
  • 629f33f release GraalVM 25.0.1
  • b55cf7d [GR-69371] [GR-69405] Release GraalVM 25.0.0 and start 25.0.1 dev cycle.
  • 9ef660b Start 25.0.1 dev cycle.
  • See full diff in compare view

Updates org.graalvm.js:js-scriptengine from 25.0.0 to 25.0.1

Release notes

Sourced from org.graalvm.js:js-scriptengine's releases.

GraalJS 25.0.1

GraalJS is an ECMAScript-compliant runtime to execute JavaScript and Node.js applications. It is fully standard-compliant, executes applications with high performance, and provides all benefits from the GraalVM stack, including language interoperability and common tooling.

GraalJS version 25.0.1 is designed for use with Oracle GraalVM 25.0.1 or GraalVM Community Edition 25.0.1, and can be downloaded separately.

There are two standalone types to choose from:

  • Native Standalone: This contains a Native Image compiled launcher
  • JVM Standalone: This contains JavaScript in the JVM configuration

To distinguish between them, the GraalVM Community Edition version has the suffix -community in its name. A JVM standalone has a -jvm suffix in its name.

Learn more about GraalJS and how to get started on the website at https://www.graalvm.org/javascript/.

† Support for macOS x64 is deprecated. Version 25.0.1 is the last release that supports this hardware architecture. In future, GraalVM will only support macOS on AArch64 (Apple Silicon).

Changelog

Sourced from org.graalvm.js:js-scriptengine's changelog.

GraalJS Changelog

This changelog summarizes major changes between GraalVM versions of the GraalVM JavaScript (ECMAScript) language runtime. The main focus is on user-observable behavior of the engine. Changelog may include unreleased versions. See release calendar for release dates.

Version 25.1.0

  • Removed support and builds for macOS x86-64 (darwin-amd64).
  • Added an experimental option js.crypto that provides getRandomValues() and randomUUID() from the Web Crypto API.
  • Added stable option js.performance that provides performance.now(), timeOrigin, and toJSON() from the Web High Resolution Time API.
  • Implemented the Immutable ArrayBuffers proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
Commits
  • 629f33f release GraalVM 25.0.1
  • b55cf7d [GR-69371] [GR-69405] Release GraalVM 25.0.0 and start 25.0.1 dev cycle.
  • 9ef660b Start 25.0.1 dev cycle.
  • See full diff in compare view

Updates dev.langchain4j:langchain4j from 1.7.1 to 1.8.0

Commits

Updates dev.langchain4j:langchain4j-azure-open-ai from 1.7.1 to 1.8.0

Commits

Updates dev.langchain4j:langchain4j-ollama from 1.7.1 to 1.8.0

Commits

Updates dev.langchain4j:langchain4j-azure-open-ai from 1.7.1 to 1.8.0

Commits

Updates dev.langchain4j:langchain4j-ollama from 1.7.1 to 1.8.0

Commits

Updates org.seleniumhq.selenium:selenium-java from 4.37.0 to 4.38.0

Release notes

Sourced from org.seleniumhq.selenium:selenium-java's releases.

Selenium 4.38.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript

What's Changed

Full Changelog: SeleniumHQ/selenium@selenium-4.37.0...selenium-4.38.0

Commits

Updates org.sonarqube from 7.0.0.6105 to 7.0.1.6134

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

Bumps the gradle group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) | `2.42.0` | `2.43.0` |
| [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `11.14.1` | `11.15.0` |
| org.flywaydb:flyway-database-hsqldb | `11.14.1` | `11.15.0` |
| [org.graalvm.js:js-community](https://github.com/oracle/graal) | `25.0.0` | `25.0.1` |
| [org.graalvm.js:js-scriptengine](https://github.com/graalvm/graaljs) | `25.0.0` | `25.0.1` |
| [dev.langchain4j:langchain4j](https://github.com/langchain4j/langchain4j) | `1.7.1` | `1.8.0` |
| [dev.langchain4j:langchain4j-azure-open-ai](https://github.com/langchain4j/langchain4j) | `1.7.1` | `1.8.0` |
| [dev.langchain4j:langchain4j-ollama](https://github.com/langchain4j/langchain4j) | `1.7.1` | `1.8.0` |
| [org.seleniumhq.selenium:selenium-java](https://github.com/SeleniumHQ/selenium) | `4.37.0` | `4.38.0` |
| org.sonarqube | `7.0.0.6105` | `7.0.1.6134` |



Updates `com.google.errorprone:error_prone_core` from 2.42.0 to 2.43.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.42.0...v2.43.0)

Updates `org.flywaydb:flyway-core` from 11.14.1 to 11.15.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-11.14.1...flyway-11.15.0)

Updates `org.flywaydb:flyway-database-hsqldb` from 11.14.1 to 11.15.0

Updates `org.flywaydb:flyway-database-hsqldb` from 11.14.1 to 11.15.0

Updates `org.graalvm.js:js-community` from 25.0.0 to 25.0.1
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-25.0.0...vm-25.0.1)

Updates `org.graalvm.js:js-scriptengine` from 25.0.0 to 25.0.1
- [Release notes](https://github.com/graalvm/graaljs/releases)
- [Changelog](https://github.com/oracle/graaljs/blob/master/CHANGELOG.md)
- [Commits](oracle/graaljs@vm-25.0.0...vm-25.0.1)

Updates `org.graalvm.js:js-scriptengine` from 25.0.0 to 25.0.1
- [Release notes](https://github.com/graalvm/graaljs/releases)
- [Changelog](https://github.com/oracle/graaljs/blob/master/CHANGELOG.md)
- [Commits](oracle/graaljs@vm-25.0.0...vm-25.0.1)

Updates `dev.langchain4j:langchain4j` from 1.7.1 to 1.8.0
- [Release notes](https://github.com/langchain4j/langchain4j/releases)
- [Commits](langchain4j/langchain4j@1.7.1...1.8.0)

Updates `dev.langchain4j:langchain4j-azure-open-ai` from 1.7.1 to 1.8.0
- [Release notes](https://github.com/langchain4j/langchain4j/releases)
- [Commits](langchain4j/langchain4j@1.7.1...1.8.0)

Updates `dev.langchain4j:langchain4j-ollama` from 1.7.1 to 1.8.0
- [Release notes](https://github.com/langchain4j/langchain4j/releases)
- [Commits](langchain4j/langchain4j@1.7.1...1.8.0)

Updates `dev.langchain4j:langchain4j-azure-open-ai` from 1.7.1 to 1.8.0
- [Release notes](https://github.com/langchain4j/langchain4j/releases)
- [Commits](langchain4j/langchain4j@1.7.1...1.8.0)

Updates `dev.langchain4j:langchain4j-ollama` from 1.7.1 to 1.8.0
- [Release notes](https://github.com/langchain4j/langchain4j/releases)
- [Commits](langchain4j/langchain4j@1.7.1...1.8.0)

Updates `org.seleniumhq.selenium:selenium-java` from 4.37.0 to 4.38.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.37.0...selenium-4.38.0)

Updates `org.sonarqube` from 7.0.0.6105 to 7.0.1.6134

---
updated-dependencies:
- dependency-name: com.google.errorprone:error_prone_core
  dependency-version: 2.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: org.flywaydb:flyway-core
  dependency-version: 11.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: org.flywaydb:flyway-database-hsqldb
  dependency-version: 11.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: org.flywaydb:flyway-database-hsqldb
  dependency-version: 11.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: org.graalvm.js:js-community
  dependency-version: 25.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: org.graalvm.js:js-scriptengine
  dependency-version: 25.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: org.graalvm.js:js-scriptengine
  dependency-version: 25.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: dev.langchain4j:langchain4j
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: dev.langchain4j:langchain4j-azure-open-ai
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: dev.langchain4j:langchain4j-ollama
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: dev.langchain4j:langchain4j-azure-open-ai
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: dev.langchain4j:langchain4j-ollama
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: org.seleniumhq.selenium:selenium-java
  dependency-version: 4.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: org.sonarqube
  dependency-version: 7.0.1.6134
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Oct 28, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 3, 2025

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

@dependabot dependabot bot closed this Nov 3, 2025
@dependabot dependabot bot deleted the dependabot/gradle/gradle-5f5ba39f7f branch November 3, 2025 23:32
@github-actions github-actions bot locked and limited conversation to collaborators Nov 3, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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