diff --git a/build.gradle b/build.gradle index 5058de3..1678c69 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ 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 'java' } @@ -41,8 +41,8 @@ dependencies { implementation group: 'com.google.guava', name: 'guava', version: '31.1-jre' - implementation 'org.apache.commons:commons-compress:1.22' - implementation 'com.github.luben:zstd-jni:1.5.4-2' + implementation 'org.apache.commons:commons-compress:1.23.0' + 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.boot:spring-boot-starter-test"