forked from lsmyrnaios/UrlsController
Update dependencies.
This commit is contained in:
parent
c4670073ae
commit
62a4279e3b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue