Skip to content

Commit 7bdd24d

Browse files
Update backend non-major (#76)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 89052b8 commit 7bdd24d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

backend/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repositories {
3030

3131
dependencies {
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
}

0 commit comments

Comments
 (0)