diff --git a/build.gradle b/build.gradle
index 897f4c1..94382ec 100755
--- 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 e5152f2..08ccb5f 100755
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
com.google.code.gson
gson
- 2.9.0
+ 2.10.1
gov.nasa.earthdata
@@ -88,8 +88,8 @@
maven-compiler-plugin
3.8.0
-
- 17
+
+ 11