Don't warn on newer Commons versions

This commit is contained in:
Ricki Hirner
2025-07-24 18:12:06 +02:00
parent 2ba4a2a510
commit cdb50205f4

View File

@@ -43,7 +43,9 @@ unifiedpush-fcm = "3.0.0"
# Other libraries, especially ical4j, require Apache Commons. Some recent versions of Apache
# Commons require a newer Java version than our minSdk provides. So we require these strict versions here:
#noinspection NewerVersionAvailable
commons-codec = { strictly = "1.17.1" }
#noinspection NewerVersionAvailable
commons-lang = { strictly = "3.15.0" }
[libraries]