Skip to content

Commit d3e1c54

Browse files
committed
Upgrade to Hibernate Validator 6.1.7, Jetty Reactive HttpClient 1.1.5, Joda-Time 2.10.8, XMLUnit 2.8.1
1 parent a109b4c commit d3e1c54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ configure(allprojects) { project ->
124124
dependency "org.ehcache:jcache:1.0.1"
125125
dependency "org.ehcache:ehcache:3.4.0"
126126
dependency "org.hibernate:hibernate-core:5.4.25.Final"
127-
dependency "org.hibernate:hibernate-validator:6.1.6.Final"
127+
dependency "org.hibernate:hibernate-validator:6.1.7.Final"
128128
dependency "org.webjars:webjars-locator-core:0.46"
129129
dependency "org.webjars:underscorejs:1.8.3"
130130

@@ -162,7 +162,7 @@ configure(allprojects) { project ->
162162
}
163163
dependency 'org.apache.httpcomponents.client5:httpclient5:5.0.3'
164164
dependency 'org.apache.httpcomponents.core5:httpcore5-reactive:5.0.3'
165-
dependency "org.eclipse.jetty:jetty-reactive-httpclient:1.1.4"
165+
dependency "org.eclipse.jetty:jetty-reactive-httpclient:1.1.5"
166166

167167
dependency "org.jruby:jruby:9.2.13.0"
168168
dependency "org.python:jython-standalone:2.7.1"
@@ -191,7 +191,7 @@ configure(allprojects) { project ->
191191
dependency "org.hamcrest:hamcrest:2.1"
192192
dependency "org.awaitility:awaitility:3.1.6"
193193
dependency "org.assertj:assertj-core:3.18.1"
194-
dependencySet(group: 'org.xmlunit', version: '2.6.2') {
194+
dependencySet(group: 'org.xmlunit', version: '2.8.1') {
195195
entry 'xmlunit-assertj'
196196
entry('xmlunit-matchers') {
197197
exclude group: "org.hamcrest", name: "hamcrest-core"
@@ -236,7 +236,7 @@ configure(allprojects) { project ->
236236

237237
dependency "com.ibm.websphere:uow:6.0.2.17"
238238
dependency "com.jamonapi:jamon:2.82"
239-
dependency "joda-time:joda-time:2.10.6"
239+
dependency "joda-time:joda-time:2.10.8"
240240
dependency "org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.7"
241241
dependency "org.javamoney:moneta:1.3"
242242

0 commit comments

Comments
 (0)