Skip to content

Commit 870aa86

Browse files
committed
Upgrade to Hamcrest 2.2
Closes spring-projectsgh-18922
1 parent 5692960 commit 870aa86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-boot-project/spring-boot-cli/src/test/java/org/springframework/boot/cli/command/install/GroovyGrabDependencyResolverTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ void resolveMultipleArtifacts() throws Exception {
115115
.resolve(Arrays.asList("junit:junit:4.11", "commons-logging:commons-logging:1.1.3"));
116116
assertThat(resolved).hasSize(4);
117117
assertThat(getNames(resolved)).containsOnly("junit-4.11.jar", "commons-logging-1.1.3.jar",
118-
"hamcrest-core-2.1.jar", "hamcrest-2.1.jar");
118+
"hamcrest-core-2.2.jar", "hamcrest-2.2.jar");
119119
}
120120

121121
Set<String> getNames(Collection<File> files) {

spring-boot-project/spring-boot-dependencies/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<groovy.version>2.5.8</groovy.version>
7070
<gson.version>2.8.6</gson.version>
7171
<h2.version>1.4.200</h2.version>
72-
<hamcrest.version>2.1</hamcrest.version>
72+
<hamcrest.version>2.2</hamcrest.version>
7373
<hazelcast.version>3.12.4</hazelcast.version>
7474
<hazelcast-hibernate5.version>1.3.2</hazelcast-hibernate5.version>
7575
<hibernate.version>5.4.8.Final</hibernate.version>

0 commit comments

Comments
 (0)