@@ -127,22 +127,22 @@ configurations {
127127
128128dependencies {
129129 implementation(
130- ' org.springframework:spring-context:7.0.6 ' ,
131- ' org.springframework:spring-core:7.0.6 ' ,
132- ' org.springframework:spring-web:7.0.6 ' ,
133- ' org.springframework:spring-webmvc:7.0.6 ' ,
134- ' org.springframework:spring-aspects:7.0.6 ' ,
135- ' org.springframework:spring-orm:7.0.6 ' ,
136- ' org.springframework:spring-jdbc:7.0.6 ' ,
137- ' org.springframework:spring-tx:7.0.6 ' ,
138- ' org.springframework:spring-test:7.0.6 ' ,
139- ' org.springframework.security:spring-security-config:7.0.4 ' ,
140- ' org.springframework.security:spring-security-web:7.0.4 ' ,
130+ ' org.springframework:spring-context:7.0.7 ' ,
131+ ' org.springframework:spring-core:7.0.7 ' ,
132+ ' org.springframework:spring-web:7.0.7 ' ,
133+ ' org.springframework:spring-webmvc:7.0.7 ' ,
134+ ' org.springframework:spring-aspects:7.0.7 ' ,
135+ ' org.springframework:spring-orm:7.0.7 ' ,
136+ ' org.springframework:spring-jdbc:7.0.7 ' ,
137+ ' org.springframework:spring-tx:7.0.7 ' ,
138+ ' org.springframework:spring-test:7.0.7 ' ,
139+ ' org.springframework.security:spring-security-config:7.0.5 ' ,
140+ ' org.springframework.security:spring-security-web:7.0.5 ' ,
141141 ' com.thetransactioncompany:cors-filter:3.1' ,
142- ' org.hibernate:hibernate-core:6.6.45 .Final' ,
142+ ' org.hibernate:hibernate-core:6.6.49 .Final' ,
143143 ' org.postgresql:postgresql:42.7.10' ,
144144 ' io.hypersistence:hypersistence-utils-hibernate-63:3.15.2' ,
145- ' com.mchange:c3p0:0.12 .0' ,
145+ ' com.mchange:c3p0:0.13 .0' ,
146146 ' javax.media:jai-core:1.1.3' ,
147147 ' jakarta.annotation:jakarta.annotation-api:3.0.0' ,
148148 ' jakarta.persistence:jakarta.persistence-api:3.2.0' ,
@@ -167,7 +167,7 @@ dependencies {
167167 ' org.geotools:gt-svg:34.3' ,
168168 ' org.geotools:gt-cql:34.3' ,
169169 )
170- implementation " org.apache.httpcomponents.client5:httpclient5:5.6"
170+ implementation " org.apache.httpcomponents.client5:httpclient5:5.6.1 "
171171 jasper(
172172 ' ar.com.fdvs:DynamicJasper:5.3.9' ,
173173 ' com.itextpdf:itextpdf:5.5.13.5' ,
@@ -190,15 +190,15 @@ dependencies {
190190 ' com.github.spullara.cli-parser:cli-parser:1.1.6' ,
191191 ' com.sun.mail:javax.mail:1.6.2' ,
192192 ' com.amazonaws:aws-java-sdk-s3:1.12.797' ,
193- ' io.sentry:sentry-logback:8.37 .0' ,
193+ ' io.sentry:sentry-logback:8.40 .0' ,
194194 // For JSON logs
195195 ' net.logstash.logback:logstash-logback-encoder:9.0' ,
196196 // For PDF/A
197197 ' com.adobe.xmp:xmpcore:6.1.11' ,
198198 // For JasperReports
199199 ' joda-time:joda-time:2.14.1' ,
200200 ' org.jfree:jcommon:1.0.24' ,
201- ' org.apache.groovy:groovy-all:5.0.4 ' ,
201+ ' org.apache.groovy:groovy-all:5.0.5 ' ,
202202 ' xalan:serializer:2.7.3' ,
203203 // For WebP images
204204 ' com.twelvemonkeys.imageio:imageio-webp:3.13.1' ,
0 commit comments