From 2f55ae5dd862b1aba5d315d41ae09af3e5cde1ce Mon Sep 17 00:00:00 2001 From: Zaxar163 <35835496+Zaxar163@users.noreply.github.com> Date: Sun, 5 May 2019 09:37:36 +0300 Subject: [PATCH] =?UTF-8?q?[ANY]=20=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20OSHI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Launcher/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Launcher/build.gradle b/Launcher/build.gradle index c13447cf..4da2d18d 100644 --- a/Launcher/build.gradle +++ b/Launcher/build.gradle @@ -37,10 +37,10 @@ dependencies { pack project(':LauncherAuthlib') - bundle 'com.github.oshi:oshi-core:3.13.0' - bundle 'com.jfoenix:jfoenix:8.0.8' + bundle 'com.github.oshi:oshi-core:3.13.1' + bundle 'com.jfoenix:jfoenix:8.0.8' bundle 'de.jensd:fontawesomefx:8.9' - bundle 'org.apache.httpcomponents:httpclient:4.5.7' + bundle 'org.apache.httpcomponents:httpclient:4.5.7' pack 'io.netty:netty-all:4.1.36.Final' pack 'org.ow2.asm:asm-tree:7.1' }