@@ -4,6 +4,7 @@ mockito = "5.19.0"
44slf4j = " 1.7.36"
55jetty = " 9.4.58.v20250814"
66tika = " 3.2.2"
7+ graalvm = " 23.1.9"
78
89[libraries ]
910junit-junit4 = { module = " junit:junit" , version = " 4.13.2" }
@@ -54,7 +55,7 @@ osgi-core = { module = "org.osgi:osgi.core", version = "8.0.0" }
5455felix-metatype = { module = " org.apache.felix:org.apache.felix.metatype" , version = " 1.2.4" }
5556felix-eventadmin = { module = " org.apache.felix:org.apache.felix.eventadmin" , version = " 1.6.4" }
5657felix-configadmin = { module = " org.apache.felix:org.apache.felix.configadmin" , version = " 1.9.26" }
57- felix-scr = { module = " org.apache.felix:org.apache.felix.scr" , version = " 2.2.6 " }
58+ felix-scr = { module = " org.apache.felix:org.apache.felix.scr" , version = " 2.2.14 " }
5859felix-framework = { module = " org.apache.felix:org.apache.felix.framework" , version = " 7.0.5" }
5960felix-utils = { module = " org.apache.felix:org.apache.felix.utils" , version = " 1.11.8" }
6061felix-log = { module = " org.apache.felix:org.apache.felix.log" , version = " 1.3.0" }
@@ -65,7 +66,7 @@ felix-gogo-runtime = { module = "org.apache.felix:org.apache.felix.gogo.runtime"
6566felix-gogo-shell = { module = " org.apache.felix:org.apache.felix.gogo.shell" , version = " 0.12.0" }
6667felix-shell-remote = { module = " org.apache.felix:org.apache.felix.shell.remote" , version = " 1.1.2" }
6768
68- bcprov-jdk18on = { module = " org.bouncycastle:bcprov-jdk18on" , version = " 1.81 " }
69+ bcprov-jdk18on = { module = " org.bouncycastle:bcprov-jdk18on" , version = " 1.82 " }
6970
7071elasticsearch = { module = " org.elasticsearch:elasticsearch" , version = " 2.4.6" }
7172
@@ -77,7 +78,7 @@ jsoup = { module = "org.jsoup:jsoup", version = "1.21.2" }
7778
7879owaspsanitizer = { module = " com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer" , version = " 20240325.1" }
7980
80- bytebuddy = { module = " net.bytebuddy:byte-buddy" , version = " 1.17.7 " }
81+ bytebuddy = { module = " net.bytebuddy:byte-buddy" , version = " 1.17.8 " }
8182
8283cronutils = { module = " com.cronutils:cron-utils" , version = " 9.2.0" }
8384
@@ -86,10 +87,12 @@ jhlabs-filters = { module = "com.jhlabs:filters", version = "2.0.235-1" }
8687attoparser = { module = " org.attoparser:attoparser" , version = " 1.3" }
8788
8889nashorn = { module = " org.openjdk.nashorn:nashorn-core" , version = " 15.7" }
89- graaljs = { module = " org.graalvm.js:js" , version = " 22.3.5" }
90+ graalvm-polyglot = { module = " org.graalvm.polyglot:polyglot" , version.ref = " graalvm" }
91+ graalvm-js = { module = " org.graalvm.polyglot:js" , version.ref = " graalvm" }
92+ graalvm-jsse = { module = " org.graalvm.js:js-scriptengine" , version.ref = " graalvm" }
9093
9194commons-lang = { module = " commons-lang:commons-lang" , version = " 2.6" }
92- commons-lang3 = { module = " org.apache.commons:commons-lang3" , version = " 3.18 .0" }
95+ commons-lang3 = { module = " org.apache.commons:commons-lang3" , version = " 3.19 .0" }
9396commons-io = { module = " commons-io:commons-io" , version = " 2.20.0" }
9497commons-compress = { module = " org.apache.commons:commons-compress" , version = " 1.28.0" }
9598
0 commit comments