build: Update core dependencies

- Drop paranamer, you can access parameter names at runtime with Java 8+ natively
This commit is contained in:
NotMyFault
2021-11-22 13:47:59 +01:00
parent 507b8d5e35
commit 705f580290
6 changed files with 8 additions and 12 deletions

View File

@ -44,7 +44,7 @@ repositories {
configurations.all {
resolutionStrategy {
force("com.google.guava:guava:21.0")
force("com.google.guava:guava:31.0.1-jre")
}
}