Update dependencies

This commit is contained in:
themode 2021-12-28 18:21:47 +01:00 committed by TheMode
parent df8793fd44
commit 8773e616fb
1 changed files with 6 additions and 6 deletions

View File

@ -96,11 +96,11 @@ tasks.withType(Zip).configureEach {
dependencies {
// Junit Testing Framework
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.8.1')
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.8.2')
// Only here to ensure J9 module support for extensions and our classloaders
testCompileOnly 'org.mockito:mockito-core:4.0.0'
testCompileOnly 'org.mockito:mockito-core:4.2.0'
// https://mvnrepository.com/artifact/it.unimi.dsi/fastutil
api 'it.unimi.dsi:fastutil:8.5.6'
@ -115,16 +115,16 @@ dependencies {
api 'com.github.Articdive:Jnoise:2.1.0'
// Logging
api 'org.apache.logging.log4j:log4j-core:2.15.0'
api 'org.apache.logging.log4j:log4j-core:2.17.0'
// SLF4J is the base logger for most libraries, therefore we can hook it into log4j2.
api 'org.apache.logging.log4j:log4j-slf4j-impl:2.15.0'
api 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.0'
// https://mvnrepository.com/artifact/org.jline/jline
implementation group: 'org.jline', name: 'jline', version: '3.20.0'
// 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.4'
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.5'
// https://mvnrepository.com/artifact/org.jctools/jctools-core
implementation group: 'org.jctools', name: 'jctools-core', version: '3.3.0'