Compare commits

...

3 Commits

Author SHA1 Message Date
A2 Geek 4ebc196313
Merge pull request #4 from AppleCommander/dependabot/gradle/junit-junit-4.13.2
Bump junit:junit from 4.12 to 4.13.2
2023-10-28 12:52:42 -05:00
dependabot[bot] c666b30e30
Bump junit:junit from 4.12 to 4.13.2
Bumps [junit:junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.2.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.2)

---
updated-dependencies:
- dependency-name: junit:junit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-28 17:52:10 +00:00
A2 Geek 80d387277b
Create dependabot.yml 2023-10-28 12:51:53 -05:00
2 changed files with 12 additions and 1 deletions

11
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "gradle" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

View File

@ -8,7 +8,7 @@ repositories {
}
dependencies {
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13.2'
}
mainClassName = 'com.webcodepro.shrinkit.NufxScan'