ENT-6903 - address security issues reported by Snyk (#7244)

ENT-6903: Update versions of BC, Shiro, Netty okhttp
Also updated platform version to 12.
This commit is contained in:
Chris Cochrane
2022-09-30 17:49:21 +01:00
committed by GitHub
parent 70c9bbc30a
commit 0ab4ac94c8
3 changed files with 7 additions and 8 deletions

View File

@ -30,7 +30,7 @@ import java.util.jar.JarInputStream
// When incrementing platformVersion make sure to update PLATFORM_VERSION in constants.properties as well.
const val PLATFORM_VERSION = 11
const val PLATFORM_VERSION = 12
fun ServicesForResolution.ensureMinimumPlatformVersion(requiredMinPlatformVersion: Int, feature: String) {
checkMinimumPlatformVersion(networkParameters.minimumPlatformVersion, requiredMinPlatformVersion, feature)