mirror of
https://github.com/Minestom/Minestom.git
synced 2025-03-09 21:29:08 +01:00
Dependencies update time
Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
parent
723bee2ea5
commit
128b932ba6
14
build.gradle
14
build.gradle
@ -100,14 +100,14 @@ tasks.withType(Zip).configureEach {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// Junit Testing Framework
|
// Junit Testing Framework
|
||||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
|
||||||
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.7.2')
|
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.8.1')
|
||||||
|
|
||||||
// Only here to ensure J9 module support for extensions and our classloaders
|
// Only here to ensure J9 module support for extensions and our classloaders
|
||||||
testCompileOnly 'org.mockito:mockito-core:3.12.4'
|
testCompileOnly 'org.mockito:mockito-core:4.0.0'
|
||||||
|
|
||||||
// https://mvnrepository.com/artifact/it.unimi.dsi/fastutil
|
// https://mvnrepository.com/artifact/it.unimi.dsi/fastutil
|
||||||
api 'it.unimi.dsi:fastutil:8.5.4'
|
api 'it.unimi.dsi:fastutil:8.5.6'
|
||||||
|
|
||||||
// https://mvnrepository.com/artifact/com.google.code.gson/gson
|
// https://mvnrepository.com/artifact/com.google.code.gson/gson
|
||||||
api 'com.google.code.gson:gson:2.8.8'
|
api 'com.google.code.gson:gson:2.8.8'
|
||||||
@ -126,10 +126,10 @@ dependencies {
|
|||||||
// https://mvnrepository.com/artifact/org.jline/jline-terminal-jansi
|
// https://mvnrepository.com/artifact/org.jline/jline-terminal-jansi
|
||||||
implementation group: 'org.jline', name: 'jline-terminal-jansi', version: '3.20.0'
|
implementation group: 'org.jline', name: 'jline-terminal-jansi', version: '3.20.0'
|
||||||
|
|
||||||
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.3'
|
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.4'
|
||||||
|
|
||||||
// Guava 21.0+ required for Mixin
|
// Guava 21.0+ required for Mixin
|
||||||
api 'com.google.guava:guava:30.1.1-jre'
|
api 'com.google.guava:guava:31.0.1-jre'
|
||||||
|
|
||||||
// Code modification
|
// Code modification
|
||||||
api "org.ow2.asm:asm:${asmVersion}"
|
api "org.ow2.asm:asm:${asmVersion}"
|
||||||
@ -172,7 +172,7 @@ dependencies {
|
|||||||
lwjglApi "org.lwjgl:lwjgl-opengles"
|
lwjglApi "org.lwjgl:lwjgl-opengles"
|
||||||
lwjglApi "org.lwjgl:lwjgl-glfw"
|
lwjglApi "org.lwjgl:lwjgl-glfw"
|
||||||
lwjglApi "org.lwjgl:lwjgl-glfw"
|
lwjglApi "org.lwjgl:lwjgl-glfw"
|
||||||
lwjglApi 'org.joml:joml:1.9.25'
|
lwjglApi 'org.joml:joml:1.10.2'
|
||||||
lwjglRuntimeOnly "org.lwjgl:lwjgl::$lwjglNatives"
|
lwjglRuntimeOnly "org.lwjgl:lwjgl::$lwjglNatives"
|
||||||
lwjglRuntimeOnly "org.lwjgl:lwjgl-opengl::$lwjglNatives"
|
lwjglRuntimeOnly "org.lwjgl:lwjgl-opengl::$lwjglNatives"
|
||||||
lwjglRuntimeOnly "org.lwjgl:lwjgl-opengles::$lwjglNatives"
|
lwjglRuntimeOnly "org.lwjgl:lwjgl-opengles::$lwjglNatives"
|
||||||
|
Loading…
Reference in New Issue
Block a user