Dependencies update time

Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
TheMode 2021-10-27 16:38:32 +02:00
parent 723bee2ea5
commit 128b932ba6
1 changed files with 7 additions and 7 deletions

View File

@ -100,14 +100,14 @@ tasks.withType(Zip).configureEach {
dependencies {
// Junit Testing Framework
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.7.2')
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.8.1')
// 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
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
api 'com.google.code.gson:gson:2.8.8'
@ -126,10 +126,10 @@ dependencies {
// https://mvnrepository.com/artifact/org.jline/jline-terminal-jansi
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
api 'com.google.guava:guava:30.1.1-jre'
api 'com.google.guava:guava:31.0.1-jre'
// Code modification
api "org.ow2.asm:asm:${asmVersion}"
@ -172,7 +172,7 @@ dependencies {
lwjglApi "org.lwjgl:lwjgl-opengles"
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-opengl::$lwjglNatives"
lwjglRuntimeOnly "org.lwjgl:lwjgl-opengles::$lwjglNatives"