Skip to content

Commit

Permalink
deps: update dependency org.json:json to v20220924 (#1799)
Browse files Browse the repository at this point in the history
* deps: update dependency org.json:json to v20220924

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* Update JsonToProtoMessageTest.java

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Neenu Shaji <Neenu1995@users.noreply.github.com>
  • Loading branch information
3 people committed Jan 4, 2023
1 parent dfe2ae3 commit a0a5d52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -935,7 +935,7 @@ public void testRepeatedWithMixedTypes() throws Exception {
Assert.fail("should fail");
} catch (IllegalArgumentException e) {
assertEquals(
"JSONObject does not have a double field at root.test_repeated[2].", e.getMessage());
"JSONObject does not have a double field at root.test_repeated[0].", e.getMessage());
}
}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20200518</version>
<version>20220924</version>
</dependency>


Expand Down

0 comments on commit a0a5d52

Please sign in to comment.