Update dependencies.
This commit is contained in:
parent
839a797124
commit
796e46bc99
|
@ -1,5 +1,5 @@
|
||||||
plugins {
|
plugins {
|
||||||
id 'org.springframework.boot' version '2.7.9'
|
id 'org.springframework.boot' version '2.7.10'
|
||||||
id 'io.spring.dependency-management' version '1.1.0'
|
id 'io.spring.dependency-management' version '1.1.0'
|
||||||
id 'java'
|
id 'java'
|
||||||
}
|
}
|
||||||
|
@ -41,8 +41,8 @@ dependencies {
|
||||||
|
|
||||||
implementation group: 'com.google.guava', name: 'guava', version: '31.1-jre'
|
implementation group: 'com.google.guava', name: 'guava', version: '31.1-jre'
|
||||||
|
|
||||||
implementation 'org.apache.commons:commons-compress:1.22'
|
implementation 'org.apache.commons:commons-compress:1.23.0'
|
||||||
implementation 'com.github.luben:zstd-jni:1.5.4-2'
|
implementation 'com.github.luben:zstd-jni:1.5.4-2' // Even though this is part for the above dependency, it is needed separately as well.
|
||||||
|
|
||||||
testImplementation 'org.springframework.security:spring-security-test'
|
testImplementation 'org.springframework.security:spring-security-test'
|
||||||
testImplementation "org.springframework.boot:spring-boot-starter-test"
|
testImplementation "org.springframework.boot:spring-boot-starter-test"
|
||||||
|
|
Loading…
Reference in New Issue