Merge remote-tracking branch 'origin/helma-🐜' into helma-🐜

This commit is contained in:
Tobi Schäfer 2024-01-07 00:19:24 +01:00
commit 958a3c1cfc
5 changed files with 45 additions and 37 deletions

View file

@ -59,15 +59,15 @@ configurations {
dependencies {
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'commons-codec:commons-codec:1.15'
implementation 'commons-codec:commons-codec:1.16.0'
implementation 'commons-fileupload:commons-fileupload:1.5'
implementation 'commons-logging:commons-logging:1.2'
implementation 'commons-net:commons-net:3.9.0'
implementation 'commons-logging:commons-logging:1.3.0'
implementation 'commons-net:commons-net:3.10.0'
implementation 'com.sun.mail:javax.mail:1.6.2'
implementation 'javax.servlet:javax.servlet-api:4.0.1'
implementation 'org.ccil.cowan.tagsoup:tagsoup:1.2.1'
implementation 'org.eclipse.jetty:jetty-servlet:9.4.51.v20230217'
implementation 'org.eclipse.jetty:jetty-xml:9.4.51.v20230217'
implementation 'org.eclipse.jetty:jetty-servlet:9.4.53.v20231009'
implementation 'org.eclipse.jetty:jetty-xml:9.4.53.v20231009'
implementation 'org.mozilla:rhino:1.7.13'
implementation 'org.sejda.imageio:webp-imageio:0.1.6'
implementation 'xerces:xercesImpl:2.12.2'