@@ -67,18 +67,18 @@ configure(allprojects) { project ->
67
67
dependency " io.reactivex:rxjava:1.3.8"
68
68
dependency " io.reactivex:rxjava-reactive-streams:1.2.1"
69
69
dependency " io.reactivex.rxjava2:rxjava:2.2.21"
70
- dependency " io.reactivex.rxjava3:rxjava:3.0.12 "
70
+ dependency " io.reactivex.rxjava3:rxjava:3.0.13 "
71
71
dependency " io.projectreactor.tools:blockhound:1.0.4.RELEASE"
72
72
73
73
dependency " com.caucho:hessian:4.0.63"
74
- dependency " com.fasterxml:aalto-xml:1.2.2 "
74
+ dependency " com.fasterxml:aalto-xml:1.3.0 "
75
75
dependency(" com.fasterxml.woodstox:woodstox-core:6.2.6" ) {
76
76
exclude group : " stax" , name : " stax-api"
77
77
}
78
- dependency " com.google.code.gson:gson:2.8.6 "
79
- dependency " com.google.protobuf:protobuf-java-util:3.15.8 "
78
+ dependency " com.google.code.gson:gson:2.8.7 "
79
+ dependency " com.google.protobuf:protobuf-java-util:3.17.2 "
80
80
dependency " com.googlecode.protobuf-java-format:protobuf-java-format:1.4"
81
- dependency(" com.thoughtworks.xstream:xstream:1.4.16 " ) {
81
+ dependency(" com.thoughtworks.xstream:xstream:1.4.17 " ) {
82
82
exclude group : " xpp3" , name : " xpp3_min"
83
83
exclude group : " xmlpull" , name : " xmlpull"
84
84
}
@@ -100,7 +100,7 @@ configure(allprojects) { project ->
100
100
dependency " commons-io:commons-io:2.5"
101
101
dependency " io.vavr:vavr:0.10.3"
102
102
dependency " net.sf.jopt-simple:jopt-simple:5.0.4"
103
- dependencySet(group : ' org.apache.activemq' , version : ' 5.16.1 ' ) {
103
+ dependencySet(group : ' org.apache.activemq' , version : ' 5.16.2 ' ) {
104
104
entry ' activemq-broker'
105
105
entry(' activemq-kahadb-store' ) {
106
106
exclude group : " org.springframework" , name : " spring-context"
@@ -116,13 +116,13 @@ configure(allprojects) { project ->
116
116
dependency " org.apache.poi:poi-ooxml:4.1.2"
117
117
dependency " org.apache-extras.beanshell:bsh:2.0b6"
118
118
dependency " org.freemarker:freemarker:2.3.31"
119
- dependency " org.hsqldb:hsqldb:2.5.1 "
119
+ dependency " org.hsqldb:hsqldb:2.5.2 "
120
120
dependency " org.quartz-scheduler:quartz:2.3.2"
121
121
dependency " org.codehaus.fabric3.api:commonj:1.1.0"
122
122
dependency " net.sf.ehcache:ehcache:2.10.6"
123
123
dependency " org.ehcache:jcache:1.0.1"
124
124
dependency " org.ehcache:ehcache:3.4.0"
125
- dependency " org.hibernate:hibernate-core:5.4.31 .Final"
125
+ dependency " org.hibernate:hibernate-core:5.4.32 .Final"
126
126
dependency " org.hibernate:hibernate-validator:6.2.0.Final"
127
127
dependency " org.webjars:webjars-locator-core:0.46"
128
128
dependency " org.webjars:underscorejs:1.8.3"
@@ -163,7 +163,7 @@ configure(allprojects) { project ->
163
163
dependency ' org.apache.httpcomponents.core5:httpcore5-reactive:5.1.1'
164
164
dependency " org.eclipse.jetty:jetty-reactive-httpclient:1.1.8"
165
165
166
- dependency " org.jruby:jruby:9.2.16 .0"
166
+ dependency " org.jruby:jruby:9.2.17 .0"
167
167
dependency " org.python:jython-standalone:2.7.1"
168
168
dependency " org.mozilla:rhino:1.7.11"
169
169
@@ -196,18 +196,18 @@ configure(allprojects) { project ->
196
196
exclude group : " org.hamcrest" , name : " hamcrest-core"
197
197
}
198
198
}
199
- dependencySet(group : ' org.mockito' , version : ' 3.9 .0' ) {
199
+ dependencySet(group : ' org.mockito' , version : ' 3.11 .0' ) {
200
200
entry(' mockito-core' ) {
201
201
exclude group : " org.hamcrest" , name : " hamcrest-core"
202
202
}
203
203
entry ' mockito-junit-jupiter'
204
204
}
205
205
dependency " io.mockk:mockk:1.10.2"
206
206
207
- dependency(" net.sourceforge.htmlunit:htmlunit:2.49.1 " ) {
207
+ dependency(" net.sourceforge.htmlunit:htmlunit:2.50.0 " ) {
208
208
exclude group : " commons-logging" , name : " commons-logging"
209
209
}
210
- dependency(" org.seleniumhq.selenium:htmlunit-driver:2.49.1 " ) {
210
+ dependency(" org.seleniumhq.selenium:htmlunit-driver:2.50.0 " ) {
211
211
exclude group : " commons-logging" , name : " commons-logging"
212
212
}
213
213
dependency(" org.seleniumhq.selenium:selenium-java:3.141.59" ) {
@@ -336,7 +336,7 @@ configure([rootProject] + javaProjects) { project ->
336
336
}
337
337
338
338
checkstyle {
339
- toolVersion = " 8.42 "
339
+ toolVersion = " 8.43 "
340
340
configDirectory. set(rootProject. file(" src/checkstyle" ))
341
341
}
342
342
0 commit comments