shane lee
shane lee
> The most likely explanation is that you have [2 different versions of the dependency in your dependency graph](https://github.com/gradle/actions/blob/main/docs/dependency-submission-faq.md#i-see-multiple-versions-of-the-same-dependency-in-the-dependency-graph-but-im-only-declaring-a-single-version-in-my-build-why-is-the-action-reporting-dependency-versions-im-not-using). Good point. Let me confirm by running the list of dependencies...
I can confirm the repo in question is on **6.1.13** **_./gradlew -q dependencies > dependencies.txt_** ``` ❯ cat dependencies.txt | grep spring-webmvc | \--- org.springframework:spring-webmvc:6.1.13 | | \--- org.springframework:spring-webmvc:5.3.31 ->...
I'm going down a bit of a rabbit hole here... So I enabled debug logging for the task running off the main branch as stated [here](https://github.com/gradle/actions/blob/main/docs/dependency-submission.md#when-you-cannot-publish-a-build-scan) I see in the...
  here are the results of the scan
Hi @bigdaz , have you had a chance to look at my previous comment yet?
Not a problem @bigdaz I just emailed you with the report.