From 451736248e4f0003bebb08f652dd8ba6a22fbd46 Mon Sep 17 00:00:00 2001 From: DaCool <8727384-DaCool@users.noreply.gitlab.com> Date: Mon, 13 Dec 2021 17:40:29 +0000 Subject: [PATCH] Update dependencies --- build.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index eaeef02..8eb6409 100644 --- a/build.gradle +++ b/build.gradle @@ -22,18 +22,18 @@ repositories { } dependencies { - compileOnly 'org.projectlombok:lombok:1.18.20' - annotationProcessor 'org.projectlombok:lombok:1.18.20' + compileOnly 'org.projectlombok:lombok:1.18.22' + annotationProcessor 'org.projectlombok:lombok:1.18.22' implementation 'args4j:args4j:2.33' - implementation 'net.lingala.zip4j:zip4j:2.7.0' + implementation 'net.lingala.zip4j:zip4j:2.9.1' implementation 'net.java.dev.jna:jna-platform:5.9.0' - implementation 'com.github.oshi:oshi-core:5.8.2' + implementation 'com.github.oshi:oshi-core:5.8.5' implementation 'org.simpleframework:simple-xml:2.7.1' implementation 'javax.xml.bind:jaxb-api:2.3.1' - implementation 'com.formdev:flatlaf:1.1.2' - implementation 'com.squareup.okhttp3:okhttp:4.7.2' - implementation 'com.squareup.okhttp3:okhttp-urlconnection:4.7.2' + implementation 'com.formdev:flatlaf:1.6.4' + implementation 'com.squareup.okhttp3:okhttp:4.9.3' + implementation 'com.squareup.okhttp3:okhttp-urlconnection:4.9.3' implementation 'org.slf4j:slf4j-nop:1.7.32' // implementation "com.squareup.okhttp3:okhttp:4.9.0" //missing JavaNetCookieJar }