1
1
plugins {
2
2
id ' org.springframework.boot' version ' 3.1.5'
3
- id ' io.spring.dependency-management' version ' 1.1.0 '
3
+ id ' io.spring.dependency-management' version ' 1.1.4 '
4
4
id ' io.freefair.lombok' version ' 8.4'
5
5
id ' io.freefair.maven-publish-java' version ' 8.4'
6
6
id ' org.owasp.dependencycheck' version ' 9.0.2'
@@ -61,14 +61,14 @@ dependencies {
61
61
implementation " org.springframework.boot:spring-boot-starter-actuator"
62
62
implementation ' org.springframework.data:spring-data-elasticsearch:5.2.0'
63
63
64
- implementation " org.springframework:spring-messaging:6.1.0 "
64
+ implementation " org.springframework:spring-messaging:6.1.1 "
65
65
implementation " org.springframework.security:spring-security-web:6.2.0"
66
66
implementation " org.springframework.security:spring-security-config:6.2.0"
67
67
68
68
// cloud support
69
69
implementation " org.springframework.cloud:spring-cloud-starter-config:4.0.4"
70
70
implementation " org.springframework.cloud:spring-cloud-starter-netflix-eureka-client:4.0.3"
71
- implementation " org.springframework.cloud:spring-cloud-gateway-mvc:4.0.6 "
71
+ implementation " org.springframework.cloud:spring-cloud-gateway-mvc:4.0.8 "
72
72
implementation ' de.codecentric:spring-boot-admin-starter-client:3.1.8'
73
73
74
74
@@ -84,7 +84,7 @@ dependencies {
84
84
85
85
// Keycloak
86
86
// implementation "org.keycloak:keycloak-spring-boot-starter:${keycloakVersion}"
87
- implementation " com.nimbusds:nimbus-jose-jwt:9.37"
87
+ implementation " com.nimbusds:nimbus-jose-jwt:9.37.3 "
88
88
// implementation "io.jsonwebtoken:jjwt-api:0.11.5"
89
89
// implementation "io.jsonwebtoken:jjwt-impl:0.11.5"
90
90
// implementation "io.jsonwebtoken:jjwt-jackson:0.11.5"
@@ -99,11 +99,11 @@ dependencies {
99
99
runtimeOnly " org.apache.httpcomponents:httpclient:4.5.14"
100
100
101
101
// driver for postgres
102
- implementation " org.postgresql:postgresql:42.7.0 "
102
+ implementation " org.postgresql:postgresql:42.7.1 "
103
103
// driver for h2
104
104
implementation " com.h2database:h2:2.2.224"
105
105
106
- testImplementation " org.springframework.restdocs:spring-restdocs-mockmvc:3.0.0 "
106
+ testImplementation " org.springframework.restdocs:spring-restdocs-mockmvc:3.0.1 "
107
107
testImplementation " org.springframework.boot:spring-boot-starter-test"
108
108
testImplementation " org.springframework:spring-test"
109
109
testImplementation " org.springframework.security:spring-security-test"
0 commit comments