Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gradle files in an unexpected location #10471

Open
1 task done
eddumelendez opened this issue Aug 20, 2024 · 0 comments
Open
1 task done

Update gradle files in an unexpected location #10471

eddumelendez opened this issue Aug 20, 2024 · 0 comments
Labels
L: java:gradle Maven packages via Gradle T: bug 🐞 Something isn't working

Comments

@eddumelendez
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

gradle

Package manager version

8.5

Language version

Java 8

Manifest location and content before the Dependabot update

testcontainers-java
+ core
  + build.gradle
+ modules
  + mysql
    + build.gradle
  + postgresql
    + build.gradle
  + build.gradle
+ docs
  + examples
    + junit4
      + generic
        + build.gradle
      + redis
        + build.gradle
    + junit5
      + redis
        + build.gradle
    + spock
      + redis
        + build.gradle
+ examples
  + spring-boot
    + build.gradle
  + zookeeper
    + build.gradle
  + [build.gradle](https://github.com/testcontainers/testcontainers-java/blob/main/examples/build.gradle)
  + [settings.gradle](https://github.com/testcontainers/testcontainers-java/blob/main/examples/settings.gradle)
+ smoke-test
  + turbo-mode
    + build.gradle
  + [build.gradle](https://github.com/testcontainers/testcontainers-java/blob/main/smoke-test/build.gradle)
  + [settings.gradle](https://github.com/testcontainers/testcontainers-java/blob/main/smoke-test/settings.gradle)
+ [build.gradle](https://github.com/testcontainers/testcontainers-java/blob/main/build.gradle)
+ [settings.gradle](https://github.com/testcontainers/testcontainers-java/blob/main/settings.gradle)

dependabot.yml content

https://github.com/testcontainers/testcontainers-java/blob/main/.github/dependabot.yml#L400-L410

Updated dependency

No response

What you expected to see, versus what you actually saw

By the section highlighted in dependabot.yml content I see some PRs like this raised. The title says Bump org.junit.jupiter:junit-jupiter-api from 5.10.3 to 5.11.0 in /smoke-test but the gradle file updated is from docs/examples/junit5/redis/build.gradle. There are more than one PR like this.

What I would expect is receiving updates only in folder smoke-test and not outside of it.

Btw, the dependabot definition for examples works fine. I'm only having the issue when directory is smoke-test

Native package manager behavior

No response

Images of the diff or a link to the PR, issue, or logs

Expected PR
testcontainers/testcontainers-java#9114

Unexpected Prs
testcontainers/testcontainers-java#9113
testcontainers/testcontainers-java#9110
testcontainers/testcontainers-java#9109
testcontainers/testcontainers-java#9092
testcontainers/testcontainers-java#9091
testcontainers/testcontainers-java#9038

Smallest manifest that reproduces the issue

No response

@eddumelendez eddumelendez added the T: bug 🐞 Something isn't working label Aug 20, 2024
@github-actions github-actions bot added the L: java:gradle Maven packages via Gradle label Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: java:gradle Maven packages via Gradle T: bug 🐞 Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant