@@ -28,7 +28,7 @@ configure(allprojects) { project ->
28
28
dependencyManagement {
29
29
imports {
30
30
mavenBom " com.fasterxml.jackson:jackson-bom:2.13.1"
31
- mavenBom " io.netty:netty-bom:4.1.74 .Final"
31
+ mavenBom " io.netty:netty-bom:4.1.75 .Final"
32
32
mavenBom " io.projectreactor:reactor-bom:2020.0.17"
33
33
mavenBom " io.r2dbc:r2dbc-bom:Borca-RELEASE"
34
34
mavenBom " io.rsocket:rsocket-bom:1.1.1"
@@ -39,13 +39,13 @@ configure(allprojects) { project ->
39
39
mavenBom " org.junit:junit-bom:5.8.2"
40
40
}
41
41
dependencies {
42
- dependencySet(group : ' org.apache.logging.log4j' , version : ' 2.17.1 ' ) {
42
+ dependencySet(group : ' org.apache.logging.log4j' , version : ' 2.17.2 ' ) {
43
43
entry ' log4j-api'
44
44
entry ' log4j-core'
45
45
entry ' log4j-jul'
46
46
entry ' log4j-slf4j-impl'
47
47
}
48
- dependency " org.slf4j:slf4j-api:1.7.35 "
48
+ dependency " org.slf4j:slf4j-api:1.7.36 "
49
49
dependency(" com.google.code.findbugs:findbugs:3.0.1" ) {
50
50
exclude group : " dom4j" , name : " dom4j"
51
51
}
@@ -56,15 +56,15 @@ configure(allprojects) { project ->
56
56
entry ' aspectjtools'
57
57
entry ' aspectjweaver'
58
58
}
59
- dependencySet(group : ' org.apache.groovy' , version : ' 4.0.0 ' ) {
59
+ dependencySet(group : ' org.apache.groovy' , version : ' 4.0.1 ' ) {
60
60
entry ' groovy'
61
61
entry ' groovy-jsr223'
62
62
entry ' groovy-templates' // requires findbugs for warning-free compilation
63
63
entry ' groovy-xml'
64
64
}
65
65
66
66
dependency " io.reactivex.rxjava3:rxjava:3.1.3"
67
- dependency " io.smallrye.reactive:mutiny:1.3.1 "
67
+ dependency " io.smallrye.reactive:mutiny:1.4.0 "
68
68
dependency " io.projectreactor.tools:blockhound:1.0.6.RELEASE"
69
69
70
70
dependency " com.fasterxml:aalto-xml:1.3.1"
@@ -112,8 +112,8 @@ configure(allprojects) { project ->
112
112
dependency " org.quartz-scheduler:quartz:2.3.2"
113
113
dependency " org.ehcache:jcache:1.0.1"
114
114
dependency " org.ehcache:ehcache:3.4.0"
115
- dependency " org.hibernate:hibernate-core-jakarta:5.6.5 .Final"
116
- dependency " org.hibernate:hibernate-validator:7.0.2 .Final"
115
+ dependency " org.hibernate:hibernate-core-jakarta:5.6.6 .Final"
116
+ dependency " org.hibernate:hibernate-validator:7.0.4 .Final"
117
117
dependency " org.webjars:webjars-locator-core:0.48"
118
118
dependency " org.webjars:underscorejs:1.8.3"
119
119
@@ -134,7 +134,7 @@ configure(allprojects) { project ->
134
134
entry ' undertow-websockets-jsr-jakarta'
135
135
}
136
136
137
- dependency " org.eclipse.jetty:jetty-reactive-httpclient:3.0.4 "
137
+ dependency " org.eclipse.jetty:jetty-reactive-httpclient:3.0.5 "
138
138
dependency ' org.apache.httpcomponents.client5:httpclient5:5.1.3'
139
139
dependency ' org.apache.httpcomponents.core5:httpcore5-reactive:5.1.3'
140
140
dependency(" org.apache.httpcomponents:httpclient:4.5.13" ) {
@@ -177,18 +177,18 @@ configure(allprojects) { project ->
177
177
exclude group : " org.hamcrest" , name : " hamcrest-core"
178
178
}
179
179
}
180
- dependencySet(group : ' org.mockito' , version : ' 4.3.1 ' ) {
180
+ dependencySet(group : ' org.mockito' , version : ' 4.4.0 ' ) {
181
181
entry(' mockito-core' ) {
182
182
exclude group : " org.hamcrest" , name : " hamcrest-core"
183
183
}
184
184
entry ' mockito-junit-jupiter'
185
185
}
186
186
dependency " io.mockk:mockk:1.12.1"
187
187
188
- dependency(" net.sourceforge.htmlunit:htmlunit:2.58 .0" ) {
188
+ dependency(" net.sourceforge.htmlunit:htmlunit:2.59 .0" ) {
189
189
exclude group : " commons-logging" , name : " commons-logging"
190
190
}
191
- dependency(" org.seleniumhq.selenium:htmlunit-driver:2.58 .0" ) {
191
+ dependency(" org.seleniumhq.selenium:htmlunit-driver:2.59 .0" ) {
192
192
exclude group : " commons-logging" , name : " commons-logging"
193
193
}
194
194
dependency(" org.seleniumhq.selenium:selenium-java:3.141.59" ) {
0 commit comments