Push apache.commons lang3 dependency version to fix an NPE

This commit is contained in:
Blue (Lukas Rieger) 2020-07-29 16:26:58 +02:00
parent 0600425a69
commit 71c165fe53
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ plugins {
dependencies {
compile 'com.google.guava:guava:21.0'
compile 'com.google.code.gson:gson:2.8.0'
compile 'org.apache.commons:commons-lang3:3.5'
compile 'org.apache.commons:commons-lang3:3.6'
compile group: 'commons-io', name: 'commons-io', version: '2.5'
compile 'com.flowpowered:flow-math:1.0.3'
compile 'ninja.leaping.configurate:configurate-hocon:3.3'