diff --git a/build.gradle b/build.gradle index 1d86fb0..6aafd3d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ apply plugin: 'java' -sourceCompatibility = 1.17 -targetCompatibility = 1.17 +sourceCompatibility = 1.11 +targetCompatibility = 1.11 dependencies { implementation fileTree(dir: 'target/dependency/', include: '*.jar') diff --git a/pom.xml b/pom.xml index b901511..05f1f1d 100755 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ com.amazonaws aws-java-sdk-s3 - 1.12.560 + 1.12.565 com.fasterxml.jackson.core @@ -90,8 +90,8 @@ maven-compiler-plugin 3.8.0 - 17 - 17 + 11 + 11