diff --git a/pdxu-app/build.gradle b/pdxu-app/build.gradle index ce404df2..8ba5d645 100644 --- a/pdxu-app/build.gradle +++ b/pdxu-app/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation project(':pdxu-io') implementation project(':pdxu-model') implementation group: 'org.graalvm.polyglot', name: 'polyglot', version: '23.1.2' - implementation group: 'org.graalvm.polyglot', name: 'js-community', version: '23.1.2' + implementation group: 'org.graalvm.polyglot', name: 'js-community', version: '24.0.2' implementation 'info.picocli:picocli:4.6.3' diff --git a/pdxu-io/build.gradle b/pdxu-io/build.gradle index 09dcf38d..3c7c340d 100644 --- a/pdxu-io/build.gradle +++ b/pdxu-io/build.gradle @@ -14,7 +14,7 @@ repositories { dependencies { compileOnly group: 'org.graalvm.polyglot', name: 'polyglot', version: '23.1.2' - compileOnly group: 'org.graalvm.polyglot', name: 'js-community', version: '23.1.2' + compileOnly group: 'org.graalvm.polyglot', name: 'js-community', version: '24.0.2' compileOnly 'org.projectlombok:lombok:1.18.30' annotationProcessor 'org.projectlombok:lombok:1.18.30'