update org.reflections

0.9.12->0.10.2
to avoid `[INFO] Unknown command` (#148)
This commit is contained in:
类C语言是一家 2022-04-26 10:19:37 +08:00 committed by memetrollsXD
parent cfeec14d01
commit edc15cdebf

View File

@ -33,7 +33,7 @@ dependencies {
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.8'
implementation group: 'com.google.protobuf', name: 'protobuf-java', version: '3.18.1'
implementation group: 'org.reflections', name: 'reflections', version: '0.9.12'
implementation group: 'org.reflections', name: 'reflections', version: '0.10.2'
implementation group: 'dev.morphia.morphia', name: 'core', version: '1.6.1'