Skip to content

Commit a249a31

Browse files
fix(deps): update all non-major application-server dependencies
1 parent cf136de commit a249a31

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

server/application-server/build.gradle

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ import org.springframework.boot.gradle.tasks.run.BootRun
55
buildscript {
66
dependencies {
77
classpath('org.postgresql:postgresql:42.7.8')
8-
classpath('org.flywaydb:flyway-database-postgresql:11.15.0')
8+
classpath('org.flywaydb:flyway-database-postgresql:11.20.0')
99
}
1010
}
1111

1212
plugins {
1313
id 'org.springframework.boot'
1414
id 'io.freefair.lombok'
1515
id 'org.springdoc.openapi-gradle-plugin' version '1.9.0'
16-
id 'org.openapi.generator' version '7.16.0'
17-
id 'org.flywaydb.flyway' version '11.15.0'
16+
id 'org.openapi.generator' version '7.18.0'
17+
id 'org.flywaydb.flyway' version '11.20.0'
1818
}
1919

2020
// Detect if the generateOpenApiDocs task is being executed
@@ -41,28 +41,28 @@ dependencies {
4141
implementation 'org.springframework.boot:spring-boot-starter-oauth2-resource-server'
4242
implementation 'org.springframework.boot:spring-boot-starter-cache'
4343
implementation 'org.springframework.security:spring-security-oauth2-jose'
44-
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.13'
44+
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.14'
4545
implementation 'org.openapitools:jackson-databind-nullable:0.2.8'
46-
implementation 'io.nats:jnats:2.23.0'
46+
implementation 'io.nats:jnats:2.24.1'
4747
implementation 'org.kohsuke:github-api:1.330'
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.15.0'
52-
implementation 'org.flywaydb:flyway-database-postgresql:11.15.0'
51+
implementation 'org.flywaydb:flyway-core:11.20.0'
52+
implementation 'org.flywaydb:flyway-database-postgresql:11.20.0'
5353
implementation 'io.jsonwebtoken:jjwt-api:0.13.0'
54-
implementation 'io.sentry:sentry-spring-boot-starter-jakarta:8.25.0'
54+
implementation 'io.sentry:sentry-spring-boot-starter-jakarta:8.29.0'
5555
// Helios push-based status updates
5656
implementation "de.tum.cit.aet:helios-status-spring-starter:1.1.0"
5757
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.13.0'
5858
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.13.0'
5959
runtimeOnly 'org.postgresql:postgresql'
6060
testImplementation 'org.springframework.boot:spring-boot-starter-test'
6161
testImplementation 'org.springframework.security:spring-security-test'
62-
testImplementation 'io.zonky.test:embedded-database-spring-test:2.6.0'
62+
testImplementation 'io.zonky.test:embedded-database-spring-test:2.7.1'
6363
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
64-
runtimeAgent1 "org.springframework:spring-instrument:6.2.12"
65-
runtimeAgent2 "org.aspectj:aspectjweaver:1.9.24"
64+
runtimeAgent1 "org.springframework:spring-instrument:6.2.15"
65+
runtimeAgent2 "org.aspectj:aspectjweaver:1.9.25.1"
6666
}
6767

6868
springBoot {

0 commit comments

Comments
 (0)