Skip to content

Commit 7e8e93a

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

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
@@ -1,9 +1,9 @@
11
plugins {
22
java
33
jacoco
4-
id("com.diffplug.spotless") version "8.4.0"
4+
id("com.diffplug.spotless") version "8.5.1"
55
id("io.freefair.lombok") version "9.5.0"
6-
id("io.sentry.jvm.gradle") version "6.6.0"
6+
id("io.sentry.jvm.gradle") version "6.7.0"
77
id("io.spring.dependency-management") version "1.1.7"
88
id("org.springframework.boot") version "4.0.6"
99
id("org.unbroken-dome.test-sets") version "4.1.0"
@@ -44,7 +44,7 @@ dependencies {
4444

4545
developmentOnly("org.springframework.boot:spring-boot-devtools")
4646

47-
runtimeOnly("org.flywaydb:flyway-database-postgresql:12.6.0")
47+
runtimeOnly("org.flywaydb:flyway-database-postgresql:12.6.1")
4848
runtimeOnly("org.postgresql:postgresql:42.7.11")
4949

5050
annotationProcessor("org.mapstruct:mapstruct-processor:1.6.3")

0 commit comments

Comments
 (0)