Skip to content

Commit f9428d3

Browse files
fix(deps): update all non-major application-server dependencies
1 parent 68a95cc commit f9428d3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

server/application-server/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.springframework.boot.gradle.tasks.run.BootRun
55
buildscript {
66
dependencies {
77
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')
99
}
1010
}
1111

@@ -14,7 +14,7 @@ plugins {
1414
id 'io.freefair.lombok'
1515
id 'org.springdoc.openapi-gradle-plugin' version '1.9.0'
1616
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'
1818
}
1919

2020
// Detect if the generateOpenApiDocs task is being executed
@@ -48,10 +48,10 @@ dependencies {
4848
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
4949
implementation 'com.squareup.okhttp3:logging-interceptor:4.12.0'
5050
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'
5353
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'
5555
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.6'
5656
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.6'
5757
runtimeOnly 'org.postgresql:postgresql'

0 commit comments

Comments
 (0)