Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2025

Bumps the major group with 6 updates:

Package From To
io.github.gradle-nexus.publish-plugin 1.1.0 2.0.0
com.tngtech.jgiven:jgiven-html5-report 1.3.1 2.0.2
com.tngtech.jgiven:jgiven-spring-junit5 1.3.1 2.0.2
io.toolisticon.testing:jgiven-kotlin 1.3.1.0 2.0.2.1
net.logstash.logback:logstash-logback-encoder 7.4 8.1
org.springframework.cloud:spring-cloud-dependencies 2024.0.1 2025.0.0

Updates io.github.gradle-nexus.publish-plugin from 1.1.0 to 2.0.0

Updates com.tngtech.jgiven:jgiven-html5-report from 1.3.1 to 2.0.2

Release notes

Sourced from com.tngtech.jgiven:jgiven-html5-report's releases.

Release v2.0.2

Version 2.0.2 release of JGiven. Source code may be found in Maven Central: https://search.maven.org/search?q=com.tngtech.jgiven

Release v2.0.1

Version 2.0.1 release of JGiven. Source code may be found in Maven Central: https://search.maven.org/search?q=com.tngtech.jgiven

Release v2.0.0

Version 2.0.0 release of JGiven. Source code may be found in Maven Central: https://search.maven.org/search?q=com.tngtech.jgiven

Changelog

Sourced from com.tngtech.jgiven:jgiven-html5-report's changelog.

Release v2.0.2

Fixed issues

  • The java 17 example projects now comes with a basic logger. #374 (thanks to rolfschumacher for reporting)
  • Fixed an issue where tests that aborted in the main method were reported as success. #1865 (thanks to abika for reporting)

Release v2.0.1

Fixed issues

  • Fixed an issue where parameterized tests with null value would not work in JUnit5 #1801 (thanks to sebphil for reporting)
  • Fixed inconsistent color scheme with regards to PENDING and ABORTED states in the HTML report.

Release v2.0.0

Backward incompatible changes

  • Gradle-Plugin: The jgiven report task now forces execution of test tasks. That is, when the task jgivenTestReport is explicitly requested, for instance via the command line, the test tasks it depends on are also executed. For implementations where the jgiven task is set to finalize a test task (i.e test.finalizedBy(jgiven), the behavior is unchanged.
  • JGiven now requires Java 17

New features

  • JGiven now treats assumption errors as a test state separate from FAILED or PENDING. #1625

Fixed issues:

  • The Gradle-Plugin is now configuration-cache compliant #1527 (big thanks to @​jjohannes for basically doing all the work)
  • Various dependency updates.
  • JGiven is now compatible to Gradle 9 (at least as per release date)
  • JGiven is now guaranteed to be compatible with Java 21
Commits
  • 61163d3 Update version to 2.0.2
  • 7c77639 Merge pull request #1839 from TNG/renovate/bytebuddy.version
  • 69ec333 fix(Dependency Updates): Throw out jettify, it is no longer maintained
  • 04ada33 fix(deps): update bytebuddy.version to v1.17.2
  • d26946b Merge pull request #1875 from TNG/fix/Issue-1856-aborted-is-not-success
  • e128503 fix(deps): update dependency org.mockito:mockito-core to v5.16.0 (#1878)
  • ba8eb43 fix(deps): update dependency org.apache.groovy:groovy to v4.0.26 (#1877)
  • a4b18d7 fix(Issue-1856): make exception handling more readable
  • 6160756 Merge pull request #1876 from TNG/fix/gradle-build-deprecations
  • 870dacb Merge pull request #1841 from TNG/renovate/com.github.ben-manes.versions-0.x
  • Additional commits viewable in compare view

Updates com.tngtech.jgiven:jgiven-spring-junit5 from 1.3.1 to 2.0.2

Release notes

Sourced from com.tngtech.jgiven:jgiven-spring-junit5's releases.

Release v2.0.2

Version 2.0.2 release of JGiven. Source code may be found in Maven Central: https://search.maven.org/search?q=com.tngtech.jgiven

Release v2.0.1

Version 2.0.1 release of JGiven. Source code may be found in Maven Central: https://search.maven.org/search?q=com.tngtech.jgiven

Release v2.0.0

Version 2.0.0 release of JGiven. Source code may be found in Maven Central: https://search.maven.org/search?q=com.tngtech.jgiven

Changelog

Sourced from com.tngtech.jgiven:jgiven-spring-junit5's changelog.

Release v2.0.2

Fixed issues

  • The java 17 example projects now comes with a basic logger. #374 (thanks to rolfschumacher for reporting)
  • Fixed an issue where tests that aborted in the main method were reported as success. #1865 (thanks to abika for reporting)

Release v2.0.1

Fixed issues

  • Fixed an issue where parameterized tests with null value would not work in JUnit5 #1801 (thanks to sebphil for reporting)
  • Fixed inconsistent color scheme with regards to PENDING and ABORTED states in the HTML report.

Release v2.0.0

Backward incompatible changes

  • Gradle-Plugin: The jgiven report task now forces execution of test tasks. That is, when the task jgivenTestReport is explicitly requested, for instance via the command line, the test tasks it depends on are also executed. For implementations where the jgiven task is set to finalize a test task (i.e test.finalizedBy(jgiven), the behavior is unchanged.
  • JGiven now requires Java 17

New features

  • JGiven now treats assumption errors as a test state separate from FAILED or PENDING. #1625

Fixed issues:

  • The Gradle-Plugin is now configuration-cache compliant #1527 (big thanks to @​jjohannes for basically doing all the work)
  • Various dependency updates.
  • JGiven is now compatible to Gradle 9 (at least as per release date)
  • JGiven is now guaranteed to be compatible with Java 21
Commits
  • 61163d3 Update version to 2.0.2
  • 7c77639 Merge pull request #1839 from TNG/renovate/bytebuddy.version
  • 69ec333 fix(Dependency Updates): Throw out jettify, it is no longer maintained
  • 04ada33 fix(deps): update bytebuddy.version to v1.17.2
  • d26946b Merge pull request #1875 from TNG/fix/Issue-1856-aborted-is-not-success
  • e128503 fix(deps): update dependency org.mockito:mockito-core to v5.16.0 (#1878)
  • ba8eb43 fix(deps): update dependency org.apache.groovy:groovy to v4.0.26 (#1877)
  • a4b18d7 fix(Issue-1856): make exception handling more readable
  • 6160756 Merge pull request #1876 from TNG/fix/gradle-build-deprecations
  • 870dacb Merge pull request #1841 from TNG/renovate/com.github.ben-manes.versions-0.x
  • Additional commits viewable in compare view

Updates com.tngtech.jgiven:jgiven-spring-junit5 from 1.3.1 to 2.0.2

Release notes

Sourced from com.tngtech.jgiven:jgiven-spring-junit5's releases.

Release v2.0.2

Version 2.0.2 release of JGiven. Source code may be found in Maven Central: https://search.maven.org/search?q=com.tngtech.jgiven

Release v2.0.1

Version 2.0.1 release of JGiven. Source code may be found in Maven Central: https://search.maven.org/search?q=com.tngtech.jgiven

Release v2.0.0

Version 2.0.0 release of JGiven. Source code may be found in Maven Central: https://search.maven.org/search?q=com.tngtech.jgiven

Changelog

Sourced from com.tngtech.jgiven:jgiven-spring-junit5's changelog.

Release v2.0.2

Fixed issues

  • The java 17 example projects now comes with a basic logger. #374 (thanks to rolfschumacher for reporting)
  • Fixed an issue where tests that aborted in the main method were reported as success. #1865 (thanks to abika for reporting)

Release v2.0.1

Fixed issues

  • Fixed an issue where parameterized tests with null value would not work in JUnit5 #1801 (thanks to sebphil for reporting)
  • Fixed inconsistent color scheme with regards to PENDING and ABORTED states in the HTML report.

Release v2.0.0

Backward incompatible changes

  • Gradle-Plugin: The jgiven report task now forces execution of test tasks. That is, when the task jgivenTestReport is explicitly requested, for instance via the command line, the test tasks it depends on are also executed. For implementations where the jgiven task is set to finalize a test task (i.e test.finalizedBy(jgiven), the behavior is unchanged.
  • JGiven now requires Java 17

New features

  • JGiven now treats assumption errors as a test state separate from FAILED or PENDING. #1625

Fixed issues:

  • The Gradle-Plugin is now configuration-cache compliant #1527 (big thanks to @​jjohannes for basically doing all the work)
  • Various dependency updates.
  • JGiven is now compatible to Gradle 9 (at least as per release date)
  • JGiven is now guaranteed to be compatible with Java 21
Commits
  • 61163d3 Update version to 2.0.2
  • 7c77639 Merge pull request #1839 from TNG/renovate/bytebuddy.version
  • 69ec333 fix(Dependency Updates): Throw out jettify, it is no longer maintained
  • 04ada33 fix(deps): update bytebuddy.version to v1.17.2
  • d26946b Merge pull request #1875 from TNG/fix/Issue-1856-aborted-is-not-success
  • e128503 fix(deps): update dependency org.mockito:mockito-core to v5.16.0 (#1878)
  • ba8eb43 fix(deps): update dependency org.apache.groovy:groovy to v4.0.26 (#1877)
  • a4b18d7 fix(Issue-1856): make exception handling more readable
  • 6160756 Merge pull request #1876 from TNG/fix/gradle-build-deprecations
  • 870dacb Merge pull request #1841 from TNG/renovate/com.github.ben-manes.versions-0.x
  • Additional commits viewable in compare view

Updates io.toolisticon.testing:jgiven-kotlin from 1.3.1.0 to 2.0.2.1

Release notes

Sourced from io.toolisticon.testing:jgiven-kotlin's releases.

2.0.2.1

Feature

  • Support receiver style syntax for given/when/then #213

🛠️ Chore

  • Bump io.toolisticon.maven.parent:maven-parent-kotlin-base from 2025.4.0 to 2025.5.0 #212
  • Bump io.toolisticon.maven.parent:maven-parent-kotlin-base from 2025.3.1 to 2025.4.0 #211

2.0.2.0

🛠️ Chore

  • Bump io.toolisticon.maven.parent:maven-parent-kotlin-base from 2025.2.1 to 2025.3.1 #210
  • Bump ch.qos.logback:logback-classic from 1.5.17 to 1.5.18 #209
  • Bump jgiven.version from 2.0.1 to 2.0.2 #207
  • Bump ch.qos.logback:logback-classic from 1.5.16 to 1.5.17 #206
  • Bump io.toolisticon.maven.parent:maven-parent-kotlin-base from 2025.2.0 to 2025.2.1 #205
  • Bump io.toolisticon.maven.parent:maven-parent-kotlin-base from 2025.1.1 to 2025.2.0 #204
  • Bump io.toolisticon.maven.parent:maven-parent-kotlin-base from 2024.12.2 to 2025.1.1 #203
  • Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 #201

2.0.1.0

  • Support for JGiven 2.0.1

🐛 Bug Fixes

  • fix release-notes action #71

🛠️ Chore

  • Bump actions/cache from 1 to 4 #200
  • Bump actions/checkout from 1 to 4 #199
  • Bump ch.qos.logback:logback-classic from 1.5.15 to 1.5.16 #198
  • Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 #197
  • Bump org.assertj:assertj-core from 3.27.0 to 3.27.1 #196
  • Bump ch.qos.logback:logback-classic from 1.5.12 to 1.5.15 #195
  • Bump io.toolisticon.maven.parent:maven-parent-kotlin-base from 2024.11.0 to 2024.12.2 #194
  • Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 #192
  • Bump org.jetbrains.dokka:dokka-maven-plugin from 1.9.20 to 2.0.0 #190
  • Bump jgiven.version from 1.3.1 to 2.0.1 #189
  • Bump io.toolisticon.maven.parent:maven-parent-kotlin-base from 2024.10.1 to 2024.11.0 #186
  • Bump ch.qos.logback:logback-classic from 1.5.11 to 1.5.12 #185
  • Bump ch.qos.logback:logback-classic from 1.5.10 to 1.5.11 #184
  • Bump ch.qos.logback:logback-classic from 1.5.9 to 1.5.10 #183
  • Bump io.toolisticon.maven.parent:maven-parent-kotlin-base from 2024.10.0 to 2024.10.1 #182
  • Bump ch.qos.logback:logback-classic from 1.5.8 to 1.5.9 #181
  • Bump io.toolisticon.maven.parent:maven-parent-kotlin-base from 2024.9.2 to 2024.10.0 #180
  • Bump io.toolisticon.maven.parent:maven-parent-kotlin-base from 2024.9.0 to 2024.9.2 #179
  • Bump ch.qos.logback:logback-classic from 1.5.7 to 1.5.8 #177

... (truncated)

Commits
  • ca07d47 Merge branch 'release/2.0.2.1'
  • 0566a33 Update for next development version
  • ff87ee5 support receiver style syntax, fixes #213
  • bce67b7 Merge pull request #212 from toolisticon/dependabot/maven/io.toolisticon.mave...
  • 7be513f Bump io.toolisticon.maven.parent:maven-parent-kotlin-base
  • bc8249a Merge pull request #211 from toolisticon/dependabot/maven/io.toolisticon.mave...
  • bbf3fc0 Bump io.toolisticon.maven.parent:maven-parent-kotlin-base
  • 05dacaf Update for next development version
  • dfac691 Merge branch 'release/2.0.2.0'
  • cbe1161 Merge tag '2.0.2.0' into develop
  • Additional commits viewable in compare view

Updates net.logstash.logback:logstash-logback-encoder from 7.4 to 8.1

Release notes

Sourced from net.logstash.logback:logstash-logback-encoder's releases.

logstash-logback-encoder-8.1

What's Changed

✨ New features and improvements

🐞 Bug fixes

📖 Documentation, Tests and Build

🆙 Dependency Upgrades

New Contributors

Full Changelog: logfellow/logstash-logback-encoder@logstash-logback-encoder-8.0...logstash-logback-encoder-8.1

logstash-logback-encoder-8.0

This release supports the new logback-access 2.x artifacts at group id ch.qos.logback.access. This release does not support the old logback-access artifact at ch.qos.logback:logback-access. Special thanks to @​sondemar for this contribution!

This release requires Java 11 or newer.

Recommended versions of dependencies are as follows (Earlier versions might work, but have not been tested):

  • logback-core/classic 1.5.x.
  • logback-access 2.0.x
  • jackson-* 2.17.x

What's Changed

✨ New features and improvements

🐞 Bug fixes

📖 Documentation, Tests and Build

🆙 Dependency Upgrades

New Contributors

... (truncated)

Commits

Updates org.springframework.cloud:spring-cloud-dependencies from 2024.0.1 to 2025.0.0

Release notes

Sourced from org.springframework.cloud:spring-cloud-dependencies's releases.

2025.0.0

Breaking Changes

Spring Cloud Gateway

  • New Module and Starter names have been created, and the old names are deprecated. The new and deprecated artifacts are listed in the table below #3645. These new names clarify the two styles of gateway (server or proxy exchange) as well as the two web stacks from Spring Framework (Web MCV and WebFlux). Use of the deprecated artifacts will add a warning message in the logs.
Deprecated Artifact New Artifact
spring-cloud-gateway-server spring-cloud-gateway-server-webflux
spring-cloud-gateway-server-mvc spring-cloud-gateway-server-webmvc
spring-cloud-starter-gateway-server spring-cloud-starter-gateway-server-webflux
spring-cloud-starter-gateway-server-mvc spring-cloud-starter-gateway-server-webmvc
spring-cloud-gateway-mvc spring-cloud-gateway-proxyexchange-webmvc
spring-cloud-gateway-webflux spring-cloud-gateway-proxyexchange-webflux
  • Migration to new property prefixes to match the new module names: #3361, #3362, #3363, #3647. Use spring-boot-properties-migrator to support the deprecated prefixes. The table below lists the module or starter, its old prefix, and the new replacement prefix.
Module/Starter Deprecated prefix New prefix
spring-cloud-starter-gateway-server-webflux spring.cloud.gateway.* spring.cloud.gateway.server.webflux.*
spring-cloud-starter-gateway-server-webmvc spring.cloud.gateway.mvc.* spring.cloud.gateway.server.webmvc.*
spring-cloud-gateway-proxyexchange-webflux spring.cloud.gateway.proxy.* spring.cloud.gateway.proxy-exchange.webflux.*
spring-cloud-gateway-proxyexchange-webmvc spring.cloud.gateway.proxy.* spring.cloud.gateway.proxy-exchange.webmvc.*
  • The X-Forwarded-* and Forwarded header functionality will be disabled by default with the fix versions. If you require X-Forwarded-* or Forwarded header functionality, set spring.cloud.gateway.server.webflux.trusted-proxies to a Java Regular Expression that specifies the proxies whose headers you trust. If you are using Spring Cloud Gateway Server MVC (only available from 4.1.x onward) set spring.cloud.gateway.mvc.trusted-proxies. For example for Spring Cloud Gateway Server:
spring.cloud.gateway.server.webflux.trusted-proxies=10\.0\.0\..*

For example, for Spring Cloud Gateway Server WebMVC:

spring.cloud.gateway.server.webmvc.trusted-proxies=10\.0\.0\..*

Spring Cloud Kubernetes

  • Upgrade To Fabric8 7.3.1 from 6.13.x. This is necessary due to the use of Jackson 2.19.x in Spring Boot 3.5.0. There is precedence in upgrading a major dependency in a minor with Spring Data and database drivers. #1923.

2025-05-29

  • Spring Cloud Starter Build 2025.0.0 (issues)
  • Spring Cloud Vault 4.3.0 (issues)
  • Spring Cloud Bus 4.3.0 (issues)
  • Spring Cloud Task 3.3.0 (issues)
  • Spring Cloud Zookeeper 4.3.0 (issues)
  • Spring Cloud Kubernetes 3.3.0 (issues)

... (truncated)

Commits
  • 1fb147c Update SNAPSHOT to 2025.0.0
  • 22ac7d8 Bumping dependency versions after release
  • 3d46501 Bumping versions to 2025.0.1-SNAPSHOT after release
  • bf966cd Going back to snapshots
  • fd4fc1f Update SNAPSHOT to 2025.0.0
  • 68b15eb Bumping versions
  • 4d19a8e Updates boot version to 3.5.0
  • 943bf02 Bumping versions
  • 3087b08 Updates boot version to 3.5.0-SNAPSHOT
  • eb88060 Going back to snapshots
  • 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 16, 2025
Bumps the major group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| io.github.gradle-nexus.publish-plugin | `1.1.0` | `2.0.0` |
| [com.tngtech.jgiven:jgiven-html5-report](https://github.com/TNG/jgiven) | `1.3.1` | `2.0.2` |
| [com.tngtech.jgiven:jgiven-spring-junit5](https://github.com/TNG/jgiven) | `1.3.1` | `2.0.2` |
| [io.toolisticon.testing:jgiven-kotlin](https://github.com/toolisticon/jgiven-kotlin) | `1.3.1.0` | `2.0.2.1` |
| [net.logstash.logback:logstash-logback-encoder](https://github.com/logfellow/logstash-logback-encoder) | `7.4` | `8.1` |
| [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release) | `2024.0.1` | `2025.0.0` |


Updates `io.github.gradle-nexus.publish-plugin` from 1.1.0 to 2.0.0

Updates `com.tngtech.jgiven:jgiven-html5-report` from 1.3.1 to 2.0.2
- [Release notes](https://github.com/TNG/jgiven/releases)
- [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md)
- [Commits](TNG/JGiven@v1.3.1...v2.0.2)

Updates `com.tngtech.jgiven:jgiven-spring-junit5` from 1.3.1 to 2.0.2
- [Release notes](https://github.com/TNG/jgiven/releases)
- [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md)
- [Commits](TNG/JGiven@v1.3.1...v2.0.2)

Updates `com.tngtech.jgiven:jgiven-spring-junit5` from 1.3.1 to 2.0.2
- [Release notes](https://github.com/TNG/jgiven/releases)
- [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md)
- [Commits](TNG/JGiven@v1.3.1...v2.0.2)

Updates `io.toolisticon.testing:jgiven-kotlin` from 1.3.1.0 to 2.0.2.1
- [Release notes](https://github.com/toolisticon/jgiven-kotlin/releases)
- [Commits](toolisticon/jgiven-kotlin@1.3.1.0...2.0.2.1)

Updates `net.logstash.logback:logstash-logback-encoder` from 7.4 to 8.1
- [Release notes](https://github.com/logfellow/logstash-logback-encoder/releases)
- [Commits](logfellow/logstash-logback-encoder@logstash-logback-encoder-7.4...logstash-logback-encoder-8.1)

Updates `org.springframework.cloud:spring-cloud-dependencies` from 2024.0.1 to 2025.0.0
- [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases)
- [Commits](spring-cloud/spring-cloud-release@v2024.0.1...v2025.0.0)

---
updated-dependencies:
- dependency-name: io.github.gradle-nexus.publish-plugin
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: com.tngtech.jgiven:jgiven-html5-report
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: com.tngtech.jgiven:jgiven-spring-junit5
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: com.tngtech.jgiven:jgiven-spring-junit5
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: io.toolisticon.testing:jgiven-kotlin
  dependency-version: 2.0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: net.logstash.logback:logstash-logback-encoder
  dependency-version: '8.1'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: org.springframework.cloud:spring-cloud-dependencies
  dependency-version: 2025.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/major-d6b4a1b9db branch from 51f2caa to e84945e Compare June 23, 2025 13:17
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 7, 2025

Dependabot encountered an unknown error. Because of this, Dependabot cannot update this pull request.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2025

None of your dependencies match this group anymore, you may need to update your configuration file to remove it or change its rules.

@dependabot dependabot bot closed this Sep 22, 2025
@dependabot dependabot bot deleted the dependabot/gradle/major-d6b4a1b9db branch September 22, 2025 13:12
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