Skip to content

Update Gradle to v9.7.0 - #2404

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/gradle-9.x
Open

Update Gradle to v9.7.0#2404
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/gradle-9.x

Conversation

@renovate

@renovate renovate Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
gradle (source) minor 9.6.19.7.0

Release Notes

gradle/gradle (gradle)

v9.7.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@testlens-app

testlens-app Bot commented Aug 7, 2026

Copy link
Copy Markdown

✅ All tests passed ✅

⚠️ TestLens detected flakiness ⚠️

Test Summary

Verify Branches and PRs / Build and Verify (3.0, 11, ubuntu-latest) > :spock-specs:test

Test Runs Flakiness
GlobalTimeoutExtension > can be overwritten by feature annotation ⚠️ 1% 🟡
TimeoutExtension > method that doesn't complete in time ⚠️ 1% 🟡

Verify Branches and PRs / Build and Verify (4.0, 17, ubuntu-latest) > :spock-specs:test

Test Runs Flakiness
IsolatedUseSpec > executing iterations in parallel works with annotated feature ⚠️ 1% 🟡

Verify Branches and PRs / Build and Verify (6.0, 17, windows-latest) > :spock-specs:test

Test Runs Flakiness
ParallelSpec > @ResourceLock with only READ allows parallel execution ⚠️ 1% 🟡

🏷️ Commit: 5a45482
▶️ Tests: 108729 executed
⚪️ Checks: 71/71 completed

Test Failures

GlobalTimeoutExtension > can be overwritten by feature annotation (:spock-specs:test in Verify Branches and PRs / Build and Verify (3.0, 11, ubuntu-latest))
Expected no exception to be thrown, but got 'java.lang.InterruptedException'
	at spock.lang.Specification.noExceptionThrown(Specification.java:136)
	at org.spockframework.smoke.extension.GlobalTimeoutExtension.can be overwritten by feature annotation(GlobalTimeoutExtension.groovy:114)
Caused by: java.lang.InterruptedException: sleep interrupted
	at apackage.ASpec.a test(Script_73f8c617abb3ee9219d8497fb1c7d7cd.groovy:5)
TimeoutExtension > method that doesn't complete in time (:spock-specs:test in Verify Branches and PRs / Build and Verify (3.0, 11, ubuntu-latest))
org.spockframework.runtime.SpockMultipleFailuresError: Multiple Failures (4 failures)
	org.spockframework.runtime.WrongExceptionThrownError: Expected exception of type 'org.spockframework.runtime.SpockTimeoutError', but got 'java.lang.InterruptedException'
	org.spockframework.runtime.WrongExceptionThrownError: Expected exception of type 'org.spockframework.runtime.SpockTimeoutError', but no exception was thrown
	org.spockframework.runtime.WrongExceptionThrownError: Expected exception of type 'org.spockframework.runtime.SpockTimeoutError', but got 'java.util.NoSuchElementException'
	org.spockframework.runtime.WrongExceptionThrownError: Expected exception of type 'org.spockframework.runtime.SpockTimeoutError', but got 'java.util.NoSuchElementException'
	at org.spockframework.runtime.ErrorInfoCollector.assertEmpty(ErrorInfoCollector.java:32)
	at org.spockframework.runtime.IterationNode.execute(IterationNode.java:52)
	at org.spockframework.runtime.IterationNode.execute(IterationNode.java:13)
	at org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40)
	at org.spockframework.runtime.IterationNode.lambda$around$0(IterationNode.java:68)
	at org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunIteration$5(PlatformSpecRunner.java:244)
	at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:157)
	at org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:442)
	at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:425)
	at org.spockframework.runtime.PlatformSpecRunner.runIteration(PlatformSpecRunner.java:226)
	at org.spockframework.runtime.IterationNode.around(IterationNode.java:68)
	at org.spockframework.runtime.IterationNode.around(IterationNode.java:13)
	at org.spockframework.runtime.SimpleFeatureNode.execute(SimpleFeatureNode.java:58)
	at org.spockframework.runtime.SimpleFeatureNode.execute(SimpleFeatureNode.java:19)
	at org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40)
	at org.spockframework.runtime.FeatureNode.lambda$around$0(FeatureNode.java:73)
	at org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunFeature$4(PlatformSpecRunner.java:208)
	at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:157)
	at org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:442)
	at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:425)
	at org.spockframework.runtime.PlatformSpecRunner.runFeature(PlatformSpecRunner.java:199)
	at org.spockframework.runtime.FeatureNode.around(FeatureNode.java:73)
	at org.spockframework.runtime.FeatureNode.around(FeatureNode.java:30)
	at org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40)
	at org.spockframework.runtime.SpecNode.lambda$around$0(SpecNode.java:72)
	at org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunSpec$0(PlatformSpecRunner.java:66)
	at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:157)
	at org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:442)
	at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:425)
	at org.spockframework.runtime.PlatformSpecRunner.runSpec(PlatformSpecRunner.java:59)
	at org.spockframework.runtime.SpecNode.around(SpecNode.java:72)
	at org.spockframework.runtime.SpecNode.around(SpecNode.java:12)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
IsolatedUseSpec > executing iterations in parallel works with annotated feature (:spock-specs:test in Verify Branches and PRs / Build and Verify (4.0, 17, ubuntu-latest))
Condition not satisfied:

latch.await(10, TimeUnit.SECONDS)
|     |         |
|     false     class java.util.concurrent.TimeUnit
java.util.concurrent.CountDownLatch@879ebe7[Count = 0]

	at apackage.ASpec.feature(Script_f84c4e60846ed05039332e888194c662.groovy:10)
ParallelSpec > @ResourceLock with only READ allows parallel execution (:spock-specs:test in Verify Branches and PRs / Build and Verify (6.0, 17, windows-latest))
Condition not satisfied:

atomicInteger.get() == 2
|             |     |
2             1     false

	at apackage.ASpec.writeB(Script_a67b4050cede90a2714c8cc547300517.groovy:22)
expected actual
2 1

Learn more about TestLens at testlens.app.

@codecov

codecov Bot commented Aug 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.36%. Comparing base (37e5e9a) to head (5a45482).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2404      +/-   ##
============================================
+ Coverage     82.29%   82.36%   +0.07%     
- Complexity     4885     4890       +5     
============================================
  Files           474      474              
  Lines         15272    15272              
  Branches       1966     1966              
============================================
+ Hits          12568    12579      +11     
+ Misses         2004     1996       -8     
+ Partials        700      697       -3     

see 3 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants