We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6afa8 commit d7588e9Copy full SHA for d7588e9
build.gradle
@@ -110,7 +110,7 @@ configurations.all {
110
force "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${kotlin_version}"
111
force "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${kotlin_version}"
112
force 'junit:junit:4.13.2'
113
- force 'commons-beanutils:commons-beanutils:1.10.0'
+ force 'commons-beanutils:commons-beanutils:1.10.1'
114
force 'com.google.guava:guava:30.1.1-jre'
115
force 'com.puppycrawl.tools:checkstyle:8.45.1'
116
force 'commons-codec:commons-codec:1.17.2'
0 commit comments