File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ repositories {
3030
3131dependencies {
3232 implementation(" com.github.ben-manes.caffeine:caffeine:3.2.3" )
33- implementation(" com.itextpdf:itext-core:9.5 .0" )
33+ implementation(" com.itextpdf:itext-core:9.6 .0" )
3434 implementation(" org.mapstruct:mapstruct:1.6.3" )
3535 implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.2" )
3636 implementation(" org.springframework.boot:spring-boot-starter-actuator" )
@@ -44,7 +44,7 @@ dependencies {
4444
4545 developmentOnly(" org.springframework.boot:spring-boot-devtools" )
4646
47- runtimeOnly(" org.flywaydb:flyway-database-postgresql:12.2 .0" )
47+ runtimeOnly(" org.flywaydb:flyway-database-postgresql:12.3 .0" )
4848 runtimeOnly(" org.postgresql:postgresql:42.7.10" )
4949
5050 annotationProcessor(" org.mapstruct:mapstruct-processor:1.6.3" )
@@ -56,7 +56,7 @@ dependencies {
5656 testImplementation(" org.testcontainers:testcontainers-postgresql:2.0.4" )
5757 testImplementation(" io.rest-assured:rest-assured:6.0.0" )
5858 testImplementation(" org.wiremock:wiremock-standalone:3.13.2" )
59- testImplementation(" com.nimbusds:nimbus-jose-jwt:10.8 " )
59+ testImplementation(" com.nimbusds:nimbus-jose-jwt:10.9 " )
6060
6161 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
6262}
You can’t perform that action at this time.
0 commit comments