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] authored and mpgirro committed Mar 17, 2024
1 parent 330991f commit 6f4523c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-params:$junit5Version")
testImplementation("com.willowtreeapps.assertk:assertk:0.24")
testImplementation("org.xmlunit:xmlunit-core:2.8.2")
testImplementation("org.reflections:reflections:0.9.12")
testImplementation("org.reflections:reflections:0.10.2")
}

kotlin {
Expand Down

0 comments on commit 6f4523c

Please sign in to comment.