Skip to content

Commit

Permalink
Bump org.reflections:reflections from 0.9.12 to 0.10.2
Browse files Browse the repository at this point in the history
Bumps [org.reflections:reflections](https://github.com/ronmamo/reflections) from 0.9.12 to 0.10.2.
- [Release notes](https://github.com/ronmamo/reflections/releases)
- [Commits](ronmamo/reflections@0.9.12...0.10.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 29, 2024
1 parent e4507b8 commit aced849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.16.0'
testImplementation platform('org.junit:junit-bom:5.9.1')
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation 'org.reflections:reflections:0.9.12'
testImplementation 'org.reflections:reflections:0.10.2'
testImplementation 'uk.co.jemos.podam:podam:8.0.1.RELEASE'
}

Expand Down

0 comments on commit aced849

Please sign in to comment.