Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit b113915

Browse files
Bump hamcrest-library from 1.3 to 2.1
Bumps [hamcrest-library](https://github.com/hamcrest/JavaHamcrest) from 1.3 to 2.1. - [Release notes](https://github.com/hamcrest/JavaHamcrest/releases) - [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md) - [Commits](hamcrest/JavaHamcrest@hamcrest-java-1.3...v2.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent f029406 commit b113915

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

browserup-proxy-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ dependencies {
8686
testImplementation 'org.eclipse.jetty:jetty-server:7.6.16.v20140903'
8787
testImplementation 'org.eclipse.jetty:jetty-servlet:7.6.16.v20140903'
8888
testImplementation 'org.eclipse.jetty:jetty-servlets:7.6.16.v20140903'
89-
testImplementation 'org.hamcrest:hamcrest-library:1.3'
89+
testImplementation 'org.hamcrest:hamcrest-library:2.1'
9090
testImplementation ('org.mock-server:mockserver-netty:3.10.4') {
9191
exclude(module: 'logback-classic')
9292
exclude(module: 'netty-codec-socks')

browserup-proxy-mitm/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ dependencies {
7878
testImplementation 'org.apache.logging.log4j:log4j-core:2.8'
7979
testImplementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.8'
8080
testImplementation 'org.codehaus.groovy:groovy-all:2.4.16'
81-
testImplementation 'org.hamcrest:hamcrest-library:1.3'
81+
testImplementation 'org.hamcrest:hamcrest-library:2.1'
8282
testImplementation 'org.mockito:mockito-core:2.23.4'
8383
testImplementation 'org.slf4j:jcl-over-slf4j:1.7.22'
8484
}

browserup-proxy-rest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dependencies {
7979
testImplementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.8.2'
8080
testImplementation 'org.codehaus.groovy:groovy-all:2.4.16'
8181
testImplementation 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.1'
82-
testImplementation 'org.hamcrest:hamcrest-library:1.3'
82+
testImplementation 'org.hamcrest:hamcrest-library:2.1'
8383
testImplementation 'org.mock-server:mockserver-netty:3.10.8'
8484
testImplementation 'org.mockito:mockito-core:2.23.4'
8585
testImplementation 'org.seleniumhq.selenium:selenium-api:3.4.0'

0 commit comments

Comments
 (0)