Skip to content

Commit

Permalink
[deps] update reflections to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Dec 3, 2021
1 parent b04a35f commit e71c8ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ opentest4jVersion = 1.2.0
picocliVersion = 4.6.2
plexusVersion = 3.4.1
plexusArchiverVersion = 4.2.6
reflectionsVersion = 0.10.2
tikaVersion = 2.1.0
wiremockVersion = 2.31.0
slf4jVersion = 1.7.32
Expand Down
3 changes: 2 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ enforce {
"junit:junit:$junitVersion",
"org.hamcrest:hamcrest:$hamcrestVersion",
"org.apache.httpcomponents:httpclient:$httpclientVersion",
"com.sun.mail:jakarta.mail:$mailApiVersion"
"com.sun.mail:jakarta.mail:$mailApiVersion",
"org.reflections:reflections:$reflectionsVersion"
}
}

0 comments on commit e71c8ef

Please sign in to comment.