From d371b4d4a6a691591cba1e79fd54a1d1a7a8227e Mon Sep 17 00:00:00 2001 From: TheMode Date: Sun, 5 Sep 2021 14:34:33 +0200 Subject: [PATCH] Dependency update Signed-off-by: TheMode --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 50af97bd0..995d7171d 100644 --- a/build.gradle +++ b/build.gradle @@ -104,13 +104,13 @@ 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.2' + testCompileOnly 'org.mockito:mockito-core:3.12.4' // https://mvnrepository.com/artifact/it.unimi.dsi/fastutil api 'it.unimi.dsi:fastutil:8.5.4' // https://mvnrepository.com/artifact/com.google.code.gson/gson - api 'com.google.code.gson:gson:2.8.7' + api 'com.google.code.gson:gson:2.8.8' // Noise library for terrain generation // https://jitpack.io/#Articdive/Jnoise