@@ -5,7 +5,7 @@ import org.springframework.boot.gradle.tasks.run.BootRun
5
5
buildscript {
6
6
dependencies {
7
7
classpath(' org.postgresql:postgresql:42.7.5' )
8
- classpath(' org.flywaydb:flyway-database-postgresql:11.7.2 ' )
8
+ classpath(' org.flywaydb:flyway-database-postgresql:11.8.0 ' )
9
9
}
10
10
}
11
11
@@ -14,7 +14,7 @@ plugins {
14
14
id ' io.freefair.lombok'
15
15
id ' org.springdoc.openapi-gradle-plugin' version ' 1.9.0'
16
16
id ' org.openapi.generator' version ' 7.12.0'
17
- id ' org.flywaydb.flyway' version ' 11.7.2 '
17
+ id ' org.flywaydb.flyway' version ' 11.8.0 '
18
18
}
19
19
20
20
// Detect if the generateOpenApiDocs task is being executed
@@ -48,10 +48,10 @@ dependencies {
48
48
implementation ' com.squareup.okhttp3:okhttp:4.12.0'
49
49
implementation ' com.squareup.okhttp3:logging-interceptor:4.12.0'
50
50
implementation ' javax.annotation:javax.annotation-api:1.3.2'
51
- implementation ' org.flywaydb:flyway-core:11.7.2 '
52
- implementation ' org.flywaydb:flyway-database-postgresql:11.7.2 '
51
+ implementation ' org.flywaydb:flyway-core:11.8.0 '
52
+ implementation ' org.flywaydb:flyway-database-postgresql:11.8.0 '
53
53
implementation ' io.jsonwebtoken:jjwt-api:0.12.6'
54
- implementation ' io.sentry:sentry-spring-boot-starter-jakarta:8.9 .0'
54
+ implementation ' io.sentry:sentry-spring-boot-starter-jakarta:8.10 .0'
55
55
runtimeOnly ' io.jsonwebtoken:jjwt-impl:0.12.6'
56
56
runtimeOnly ' io.jsonwebtoken:jjwt-jackson:0.12.6'
57
57
runtimeOnly ' org.postgresql:postgresql'
0 commit comments