diff --git a/build.gradle b/build.gradle index 10568c958..1db2ec936 100644 --- a/build.gradle +++ b/build.gradle @@ -150,21 +150,21 @@ dependencies { // https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-jpa implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa', version: '2.3.1.RELEASE' - runtimeOnly group:'com.h2database', name:'h2', version: '1.3.176' + runtimeOnly group:'com.h2database', name:'h2', version: '2.1.210' // https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 - implementation group: 'org.apache.commons', name: 'commons-text', version: '1.8' + implementation group: 'org.apache.commons', name: 'commons-text', version: '1.10.0' //Log4j Dependencies implementation group: 'org.springframework.boot', name: 'spring-boot-starter-log4j2' // https://mvnrepository.com/artifact/org.json/json - implementation group: 'org.json', name: 'json', version: '20190722' + implementation group: 'org.json', name: 'json', version: '20231013' //https://mvnrepository.com/artifact/com.nimbusds/nimbus-jose-jwt implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '8.3' // https://mvnrepository.com/artifact/commons-io/commons-io - implementation group: 'commons-io', name: 'commons-io', version: '2.7' + implementation group: 'commons-io', name: 'commons-io', version: '2.14.0' implementation group: 'io.github.sasanlabs', name: 'facade-schema', version: '1.0.1'