From b8d98293df765775fe8ee9e007b350a85c8eac60 Mon Sep 17 00:00:00 2001 From: Laurent Clouet Date: Fri, 25 Oct 2024 11:26:22 +0200 Subject: [PATCH] Upgrade dependencies libs --- build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index c69f574..e225e74 100644 --- a/build.gradle +++ b/build.gradle @@ -38,13 +38,13 @@ dependencies { annotationProcessor 'org.projectlombok:lombok:1.18.24' implementation 'args4j:args4j:2.33' - implementation 'net.lingala.zip4j:zip4j:2.11.1' - implementation 'net.java.dev.jna:jna-platform:5.12.1' - implementation 'com.github.oshi:oshi-core:6.2.2' - implementation 'org.simpleframework:simple-xml:2.7.1' + implementation 'net.lingala.zip4j:zip4j:2.11.+' + implementation 'net.java.dev.jna:jna-platform:5.12.+' + implementation 'com.github.oshi:oshi-core:6.2.+' + implementation 'org.simpleframework:simple-xml:2.7.+' implementation 'com.formdev:flatlaf:2.2' // 2.3+ causes illegal reflective access warning on win + adoptium java 11.0.16 - implementation 'com.squareup.okhttp3:okhttp:4.10.0' - implementation 'com.squareup.okhttp3:okhttp-urlconnection:4.10.0' + implementation 'com.squareup.okhttp3:okhttp:4.12.+' + implementation 'com.squareup.okhttp3:okhttp-urlconnection:4.12.+' implementation 'org.slf4j:slf4j-nop:1.7.36' }