From bc4eba68aa17f563b8136b95b6cc5681d5f7cdc2 Mon Sep 17 00:00:00 2001 From: TheMode Date: Sat, 21 Aug 2021 04:56:30 +0200 Subject: [PATCH] Update dependencies --- build.gradle | 4 ++-- gradle.properties | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index f0ba7e397..50af97bd0 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ import org.gradle.internal.os.OperatingSystem plugins { id 'java-library' id 'maven-publish' - id 'org.jetbrains.kotlin.jvm' version '1.5.0' + id 'org.jetbrains.kotlin.jvm' version '1.5.21' id 'checkstyle' } @@ -104,7 +104,7 @@ dependencies { testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.7.2') // Only here to ensure J9 module support for extensions and our classloaders - testCompileOnly 'org.mockito:mockito-core:3.11.1' + testCompileOnly 'org.mockito:mockito-core:3.11.2' // https://mvnrepository.com/artifact/it.unimi.dsi/fastutil api 'it.unimi.dsi:fastutil:8.5.4' diff --git a/gradle.properties b/gradle.properties index c6d43c2bf..56db08c3e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,8 @@ # Update this version with every release. It is purely used for the code generator and data dependency. mcVersion = 1.17 -asmVersion=9.0 -mixinVersion=0.8.1 +asmVersion=9.2 +mixinVersion=0.8.3 hephaistosVersion=v1.1.8 -kotlinVersion=1.5.0 +kotlinVersion=1.5.21 adventureVersion=4.8.1 \ No newline at end of file