Skip to content

Commit fcb7fb4

Browse files
committed
Bump hoverfly to v1.11.3
1 parent 4da2463 commit fcb7fb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
implementation "com.fasterxml.jackson.core:jackson-databind:$jacksonVersion"
3636
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jacksonVersion"
3737
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:$jacksonVersion"
38-
implementation 'org.apache.commons:commons-lang3:3.12.0'
38+
implementation 'org.apache.commons:commons-lang3:3.18.0'
3939
implementation 'org.zeroturnaround:zt-exec:1.12'
4040
implementation 'org.slf4j:slf4j-api:1.7.36'
4141
compileOnly 'junit:junit:4.13.2'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
version=0.20.3-SNAPSHOT
22
title=Hoverfly Java
33
description=Hoverfly for Java. Capture and simulate HTTP(S) services in JUnit tests.
4-
hoverfly_binary_version=v1.10.13
4+
hoverfly_binary_version=v1.11.3

0 commit comments

Comments
 (0)