@@ -27,9 +27,8 @@ repositories {
2727
2828 includeGroup(" com.github.milchreis" )
2929 includeGroup(" com.github.ncoblentz" )
30- includeGroup(" com.github.CoreyD97" )
31- //
32- //
30+ // includeGroup("com.github.CoreyD97")
31+
3332 }
3433 }
3534
@@ -44,13 +43,6 @@ dependencies {
4443 // Check for latest version: https://central.sonatype.com/artifact/net.portswigger.burp.extensions/montoya-api/versions
4544 implementation(" net.portswigger.burp.extensions:montoya-api:2024.11" )
4645 implementation (" io.github.java-diff-utils:java-diff-utils:4.12" )
47- implementation (" com.fifesoft:rsyntaxtextarea:3.5.3" )
48- implementation(" com.github.milchreis:uibooster:1.21.1" )
49- implementation(" com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.2" )
50- implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2" )
51- implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.0.20" )
52- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1" ) // 兼容 Kotlin 2.0 <button class="citation-flag" data-index="5"><button class="citation-flag" data-index="6">
53-
5446
5547
5648// implementation("com.github.Google.Diff-Match-Patch:diff-match-patch:20121119")
@@ -59,10 +51,9 @@ dependencies {
5951 // Enable these if you want to use https://github.com/ncoblentz/BurpMontoyaLibrary
6052 implementation(" com.github.ncoblentz:BurpMontoyaLibrary:0.1.26" )
6153 // https://github.com/Milchreis/UiBooster/releases (a dependency of BurpMontoyaLibrary)
62- // implementation("com.github.milchreis:uibooster:1.21.1")
54+ // implementation("com.github.milchreis:uibooster:1.21.1")
6355// implementation ("com.github.CoreyD97:Burp-Montoya-Utilities:1.0.0")
6456// implementation ("org.swinglabs:swingx:1.6.1")
65- implementation (" com.github.CoreyD97:BurpExtenderUtilities:c03c1a2a1" )
6657 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1" )
6758}
6859
0 commit comments