shane lee

Results 6 comments of 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...

![Screenshot 2024-10-14 at 11 40 26 AM](https://github.com/user-attachments/assets/3ac8d219-3a24-4575-8e4a-62781464548b) ![Screenshot 2024-10-14 at 11 40 43 AM](https://github.com/user-attachments/assets/29e14e50-b711-42fb-9693-f1e2fc7aa1f5) 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.