|
1 | 1 | plugins { |
2 | 2 | java |
3 | 3 | jacoco |
4 | | - id("com.diffplug.spotless") version "8.3.0" |
| 4 | + id("com.diffplug.spotless") version "8.4.0" |
5 | 5 | id("io.freefair.lombok") version "9.2.0" |
6 | | - id("io.sentry.jvm.gradle") version "6.2.0" |
| 6 | + id("io.sentry.jvm.gradle") version "6.3.0" |
7 | 7 | id("io.spring.dependency-management") version "1.1.7" |
8 | | - id("org.springframework.boot") version "4.0.3" |
| 8 | + id("org.springframework.boot") version "4.0.5" |
9 | 9 | id("org.unbroken-dome.test-sets") version "4.1.0" |
10 | 10 | } |
11 | 11 |
|
@@ -44,16 +44,16 @@ dependencies { |
44 | 44 |
|
45 | 45 | developmentOnly("org.springframework.boot:spring-boot-devtools") |
46 | 46 |
|
47 | | - runtimeOnly("org.flywaydb:flyway-database-postgresql:12.1.0") |
| 47 | + runtimeOnly("org.flywaydb:flyway-database-postgresql:12.2.0") |
48 | 48 | runtimeOnly("org.postgresql:postgresql:42.7.10") |
49 | 49 |
|
50 | 50 | annotationProcessor("org.mapstruct:mapstruct-processor:1.6.3") |
51 | 51 | annotationProcessor("org.springframework.boot:spring-boot-configuration-processor") |
52 | 52 |
|
53 | 53 | testImplementation("org.springframework.boot:spring-boot-starter-test") |
54 | 54 | testImplementation("org.springframework.security:spring-security-test") |
55 | | - testImplementation("org.testcontainers:testcontainers:2.0.3") |
56 | | - testImplementation("org.testcontainers:testcontainers-postgresql:2.0.3") |
| 55 | + testImplementation("org.testcontainers:testcontainers:2.0.4") |
| 56 | + testImplementation("org.testcontainers:testcontainers-postgresql:2.0.4") |
57 | 57 | testImplementation("io.rest-assured:rest-assured:6.0.0") |
58 | 58 | testImplementation("org.wiremock:wiremock-standalone:3.13.2") |
59 | 59 | testImplementation("com.nimbusds:nimbus-jose-jwt:10.8") |
|
0 commit comments