@@ -32,25 +32,25 @@ configurations {
3232}
3333
3434dependencies {
35- implementation group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.5.13 '
35+ implementation group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.5.14 '
3636 implementation group : ' javax.ws.rs' , name : ' javax.ws.rs-api' , version : ' 2.1.1'
3737 implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.10.1'
38- implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.12 .0'
38+ implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.14 .0'
3939 implementation group : ' org.glassfish.jaxb' , name : ' jaxb-runtime' , version : ' 4.0.3'
4040
4141 implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.14.2'
42- implementation group : ' com.github.bibsysdev' , name : ' core' , version : ' 1.28.0 '
43- implementation group : ' com.github.bibsysdev' , name : ' apigateway' , version : ' 1.27.6 '
42+ implementation group : ' com.github.bibsysdev' , name : ' core' , version : ' 1.36.7 '
43+ implementation group : ' com.github.bibsysdev' , name : ' apigateway' , version : ' 1.36.7 '
4444
4545 implementation group : ' org.apache.logging.log4j' , name : ' log4j-api' , version : ' 2.20.0'
4646 implementation group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : ' 2.20.0'
4747 implementation group : ' org.apache.logging.log4j' , name : ' log4j-slf4j18-impl' , version : ' 2.18.0'
4848 implementation group : ' org.slf4j' , name : ' slf4j-api' , version : ' 2.0.3'
4949 implementation group : ' com.amazonaws' , name : ' aws-lambda-java-log4j2' , version : ' 1.5.1'
5050
51- testImplementation group : ' com.github.bibsysdev' , name : ' nvatestutils' , version : ' 1.25.17 '
52- testImplementation group : ' com.github.bibsysdev' , name : ' logutils' , version : ' 1.28.0 '
53- testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.1 .1'
51+ testImplementation group : ' com.github.bibsysdev' , name : ' nvatestutils' , version : ' 1.36.7 '
52+ testImplementation group : ' com.github.bibsysdev' , name : ' logutils' , version : ' 1.36.7 '
53+ testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.3 .1'
5454 testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter' , version : ' 5.9.1'
5555
5656 xsd2java group : ' com.sun.xml.bind' , name : ' jaxb-xjc' , version : ' 4.0.1'
0 commit comments