build: Update core dependencies
- Drop paranamer, you can access parameter names at runtime with Java 8+ natively
This commit is contained in:
@ -44,7 +44,7 @@ repositories {
|
||||
|
||||
configurations.all {
|
||||
resolutionStrategy {
|
||||
force("com.google.guava:guava:21.0")
|
||||
force("com.google.guava:guava:31.0.1-jre")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user