Skip to content

Commit

Permalink
Merge branch 'dependabot/maven/spring.version-5.3.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Jan 26, 2021
2 parents 3f7f88f + 7d05d7c commit 8b8cd1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions json-unit-spring/pom.xml
Expand Up @@ -6,7 +6,7 @@
Spring Mock assertions
</description>
<properties>
<spring.version>5.3.2</spring.version>
<spring.version>5.3.3</spring.version>
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
<osgi.exportPackage>net.javacrumbs.jsonunit.spring</osgi.exportPackage>
</properties>
Expand Down Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>

Expand Down
Expand Up @@ -112,7 +112,7 @@ internal class KotlinWebTestClientTest {
fun errorOnEmptyResponse() {
assertThatThrownBy {
exec("/empty").expectBody().jsonContent { isObject() }
}.hasMessageStartingWith("Node \"\" has invalid type, expected: <object> but was: <\"\">.\n")
}.hasMessageStartingWith("Node \"\" has invalid type, expected: <object> but was: <\"\">.")
}


Expand Down

0 comments on commit 8b8cd1e

Please sign in to comment.