11[versions ]
2- kotlin = " 2.2 .20"
2+ kotlin = " 2.3 .20"
33coroutines = " 1.10.2"
4- junit = " 5.10.2"
5- junit-platform = " 1.10.2"
6- asm = " 9.6"
4+ junit = " 6.0.3"
5+ asm = " 9.9.1"
76fuel = " 2.3.1"
87licenser = " 0.7.5"
9- changelog = " 2.2 .0"
10- intellij-plugin = " 2.6.0 "
11- intellij-plugin-repository-rest-client = " 2.0.46 "
8+ changelog = " 2.5 .0"
9+ intellij-plugin = " 2.13.1 "
10+ intellij-plugin-repository-rest-client = " 2.0.50 "
1211intellij-ide = " 2025.2"
13- idea-ext = " 1.1.10"
14- psiPlugin = " 251.175"
12+ idea-ext = " 1.4.1"
1513
1614[plugins ]
1715kotlin = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
1816intellij-platform = { id = " org.jetbrains.intellij.platform" , version.ref = " intellij-plugin" }
1917idea-ext = { id = " org.jetbrains.gradle.plugin.idea-ext" , version.ref = " idea-ext" }
2018licenser = { id = " net.neoforged.licenser" , version.ref = " licenser" }
2119changelog = { id = " org.jetbrains.changelog" , version.ref = " changelog" }
22- sentry = " io.sentry.jvm.gradle:5.12.2 "
20+ sentry = " io.sentry.jvm.gradle:6.3.0 "
2321
2422[libraries ]
2523intellij-plugin-repository-rest-client = { module = " org.jetbrains.intellij:plugin-repository-rest-client" , version.ref = " intellij-plugin-repository-rest-client" }
@@ -34,7 +32,7 @@ changelog-plugin = { module = "org.jetbrains.changelog:org.jetbrains.changelog.g
3432
3533coroutines-swing = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-swing" , version.ref = " coroutines" }
3634
37- mappingIo = " net.fabricmc:mapping-io:0.2.1 "
35+ mappingIo = " net.fabricmc:mapping-io:0.8.0 "
3836mixinExtras-expressions = " io.github.llamalad7:mixinextras-expressions:0.0.6"
3937jgraphx = " com.github.vlsi.mxgraph:jgraphx:4.2.2"
4038
@@ -45,35 +43,36 @@ grammarKit = "org.jetbrains.idea:grammar-kit:1.5.1"
4543
4644# Gradle Tooling
4745gradleToolingExtension = { module = " com.jetbrains.intellij.gradle:gradle-tooling-extension" , version = " 252.23892.409" }
48- annotations = " org.jetbrains:annotations:24.0 .0"
49- groovy = " org.codehaus.groovy:groovy:3.0.19 "
46+ annotations = " org.jetbrains:annotations:26.1 .0"
47+ groovy = " org.codehaus.groovy:groovy:3.0.25 "
5048
5149asm = { module = " org.ow2.asm:asm" , version.ref = " asm" }
5250asm-tree = { module = " org.ow2.asm:asm-tree" , version.ref = " asm" }
5351asm-analysis = { module = " org.ow2.asm:asm-analysis" , version.ref = " asm" }
5452asm-util = { module = " org.ow2.asm:asm-util" , version.ref = " asm" }
5553
56- gson = " com.google.code.gson:gson:2.10.1"
54+ gson = " com.google.code.gson:gson:2.13.2"
55+ jspecify = " org.jspecify:jspecify:1.0.0"
5756
5857fuel = { module = " com.github.kittinunf.fuel:fuel" , version.ref = " fuel" }
5958fuel-coroutines = { module = " com.github.kittinunf.fuel:fuel-coroutines" , version.ref = " fuel" }
6059
61- sentry = " io.sentry:sentry:8.22.0 "
60+ sentry = " io.sentry:sentry:8.37.1 "
6261
6362# Testing
6463test-mixin = " org.spongepowered:mixin:0.8.5"
65- test-spigotapi = " org.spigotmc:spigot-api:1.21-R0.1 -SNAPSHOT"
66- test-bungeecord = " net.md-5:bungeecord-api:1.21-R0.3 "
64+ test-spigotapi = " org.spigotmc:spigot-api:1.21.11 -R0.2 -SNAPSHOT"
65+ test-bungeecord = " net.md-5:bungeecord-api:1.21-R0.4 "
6766test-spongeapi = " org.spongepowered:spongeapi:7.4.0"
68- test-fabricloader = " net.fabricmc:fabric-loader:0.15.11 "
67+ test-fabricloader = " net.fabricmc:fabric-loader:0.18.5 "
6968test-nbt = " com.demonwav.mcdev:all-types-nbt:1.0"
7069
7170junit-api = { module = " org.junit.jupiter:junit-jupiter-api" , version.ref = " junit" }
7271junit-engine = { module = " org.junit.jupiter:junit-jupiter-engine" , version.ref = " junit" }
7372junit-vintage = { module = " org.junit.vintage:junit-vintage-engine" , version.ref = " junit" }
74- junit-platform-launcher = { module = " org.junit.platform:junit-platform-launcher" , version.ref = " junit-platform " }
73+ junit-platform-launcher = { module = " org.junit.platform:junit-platform-launcher" , version.ref = " junit" }
7574
76- mixinExtras-common = " io.github.llamalad7:mixinextras-common:0.5.0-beta.1 "
75+ mixinExtras-common = " io.github.llamalad7:mixinextras-common:0.5.3 "
7776
7877[bundles ]
7978coroutines = [" coroutines-swing" ]
0 commit comments