From 62a4279e3b9e909fcfc168be78aacbe9970811b7 Mon Sep 17 00:00:00 2001 From: LSmyrnaios Date: Thu, 2 Mar 2023 17:40:16 +0200 Subject: [PATCH] Update dependencies. --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 22a4618..92046a5 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { // Enable the validation annotations. //implementation group: 'jakarta.validation', name: 'jakarta.validation-api', version: '3.0.2' - implementation "org.projectlombok:lombok:1.18.24" + implementation "org.projectlombok:lombok:1.18.26" // https://mvnrepository.com/artifact/com.google.guava/guava implementation group: 'com.google.guava', name: 'guava', version: '31.1-jre' @@ -48,7 +48,7 @@ dependencies { // https://mvnrepository.com/artifact/org.apache.commons/commons-compress implementation 'org.apache.commons:commons-compress:1.22' - implementation 'io.minio:minio:8.5.1' + implementation 'io.minio:minio:8.5.2' // https://mvnrepository.com/artifact/com.cloudera.impala/jdbc implementation("com.cloudera.impala:jdbc:2.5.31") { @@ -103,11 +103,11 @@ dependencies { } // Add back some updated version of the needed dependencies. - implementation 'org.apache.thrift:libthrift:0.17.0' + implementation 'org.apache.thrift:libthrift:0.18.0' implementation 'com.fasterxml.woodstox:woodstox-core:6.5.0' // https://mvnrepository.com/artifact/org.json/json - implementation 'org.json:json:20220924' + implementation 'org.json:json:20230227' testImplementation 'org.springframework.security:spring-security-test' testImplementation "org.springframework.boot:spring-boot-starter-test"