diff --git a/build.gradle b/build.gradle index c064f2a4..0f803763 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { - classpath('com.github.ben-manes:gradle-versions-plugin:0.11.1') + classpath('com.github.ben-manes:gradle-versions-plugin:0.52.0') } } diff --git a/main.gradle b/main.gradle index 9e613603..4e8e4e26 100644 --- a/main.gradle +++ b/main.gradle @@ -3,7 +3,7 @@ allprojects { apply plugin: 'jacoco' java { - sourceCompatibility = JavaVersion.VERSION_11 + sourceCompatibility = JavaVersion.VERSION_17 targetCompatibility = JavaVersion.VERSION_17 }