build(deps): bump ben-manes.versions to 0.46.0

This commit is contained in:
Gauthier Roebroeck 2023-05-23 17:31:26 +08:00
parent 714334ee67
commit 5e8943121f

View file

@ -8,7 +8,7 @@ plugins {
kotlin("kapt") version kotlinVersion
}
id("org.jlleitschuh.gradle.ktlint") version "11.1.0"
id("com.github.ben-manes.versions") version "0.45.0"
id("com.github.ben-manes.versions") version "0.46.0"
}
fun isNonStable(version: String): Boolean {