Skip to content

Commit 97f0769

Browse files
fix(deps): update all non-major application-server dependencies
1 parent bfb6aea commit 97f0769

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

server/application-server/build.gradle

Lines changed: 7 additions & 7 deletions
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.4.0')
8+
classpath('org.flywaydb:flyway-database-postgresql:11.5.0')
99
}
1010
}
1111

@@ -41,25 +41,25 @@ 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.5'
44+
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6'
4545
implementation 'org.openapitools:jackson-databind-nullable:0.2.6'
46-
implementation 'io.nats:jnats:2.20.6'
46+
implementation 'io.nats:jnats:2.21.0'
4747
implementation 'org.kohsuke:github-api:1.327'
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.4.0'
52-
implementation 'org.flywaydb:flyway-database-postgresql:11.4.0'
51+
implementation 'org.flywaydb:flyway-core:11.5.0'
52+
implementation 'org.flywaydb:flyway-database-postgresql:11.5.0'
5353
implementation 'io.jsonwebtoken:jjwt-api:0.12.6'
54-
implementation 'io.sentry:sentry-spring-boot-starter-jakarta:8.4.0'
54+
implementation 'io.sentry:sentry-spring-boot-starter-jakarta:8.5.0'
5555
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.6'
5656
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.6'
5757
runtimeOnly 'org.postgresql:postgresql'
5858
testImplementation 'org.springframework.boot:spring-boot-starter-test'
5959
testImplementation 'org.springframework.security:spring-security-test'
6060
testImplementation 'io.zonky.test:embedded-database-spring-test:2.6.0'
6161
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
62-
runtimeAgent1 "org.springframework:spring-instrument:6.2.4"
62+
runtimeAgent1 "org.springframework:spring-instrument:6.2.5"
6363
runtimeAgent2 "org.aspectj:aspectjweaver:1.9.23"
6464
}
6565

0 commit comments

Comments
 (0)