@@ -32,7 +32,7 @@ plugins {
32
32
33
33
ext {
34
34
// versions of dependencies
35
- springBootVersion = ' 3.4.4 '
35
+ springBootVersion = ' 3.4.5 '
36
36
springDocVersion = ' 2.8.6'
37
37
javersVersion = ' 7.8.0'
38
38
}
@@ -69,15 +69,15 @@ if (project.hasProperty('release')) {
69
69
70
70
dependencies {
71
71
// Spring
72
- implementation ' org.springframework:spring-messaging:6.2.5 '
72
+ implementation ' org.springframework:spring-messaging:6.2.6 '
73
73
// Spring Boot
74
74
implementation " org.springframework.boot:spring-boot-starter-data-rest"
75
75
implementation " org.springframework.boot:spring-boot-starter-amqp"
76
76
implementation " org.springframework.boot:spring-boot-starter-web"
77
77
implementation " org.springframework.boot:spring-boot-starter-security"
78
78
implementation " org.springframework.boot:spring-boot-starter-actuator"
79
79
implementation " org.springframework.boot:spring-boot-starter-data-jpa"
80
- implementation ' org.springframework.data:spring-data-elasticsearch:5.4.4 '
80
+ implementation ' org.springframework.data:spring-data-elasticsearch:5.4.5 '
81
81
82
82
83
83
// springdoc
@@ -86,10 +86,10 @@ dependencies {
86
86
implementation " org.springdoc:springdoc-openapi-starter-webmvc-api:${ springDocVersion} "
87
87
// apache
88
88
implementation " commons-configuration:commons-configuration:1.10"
89
- implementation " commons-io:commons-io:2.18 .0"
90
- implementation " org.apache.commons:commons-collections4:4.4 "
89
+ implementation " commons-io:commons-io:2.19 .0"
90
+ implementation " org.apache.commons:commons-collections4:4.5.0 "
91
91
// includes commons-lang3
92
- implementation " org.apache.commons:commons-text:1.13.0 "
92
+ implementation " org.apache.commons:commons-text:1.13.1 "
93
93
implementation ' org.apache.httpcomponents:httpclient:4.5.14'
94
94
implementation " org.apache.tika:tika-core:3.1.0"
95
95
// javers
@@ -104,7 +104,7 @@ dependencies {
104
104
implementation " com.fasterxml.jackson.module:jackson-module-afterburner:2.18.3"
105
105
106
106
implementation " com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.0"
107
- implementation " com.fasterxml.jackson.datatype:jackson-datatype-joda:2.18.3 "
107
+ implementation " com.fasterxml.jackson.datatype:jackson-datatype-joda:2.19.0 "
108
108
109
109
// implementation "com.monitorjbl:spring-json-view:1.0.1"
110
110
0 commit comments