Update build.gradle

This commit is contained in:
EvilChen
2024-05-24 17:13:31 +08:00
committed by GitHub
parent 99ed2cb2fd
commit ba3b206acf

View File

@@ -20,8 +20,8 @@ sourceSets {
dependencies {
implementation 'net.portswigger.burp.extensions:montoya-api:2023.12.1'
implementation 'org.yaml:snakeyaml:2.0'
implementation 'net.sourceforge.jregex:jregex:1.2_01'
implementation 'dk.brics.automaton:automaton:1.11-8'
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8'
}
test {
@@ -34,4 +34,4 @@ jar {
from {
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
}
}
}