Skip to content

Commit a0a5d52

Browse files
renovate-botgcf-owl-bot[bot]Neenu1995
authored
deps: update dependency org.json:json to v20220924 (#1799)
* 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 <[email protected]>
1 parent dfe2ae3 commit a0a5d52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1beta2/JsonToProtoMessageTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ public void testRepeatedWithMixedTypes() throws Exception {
935935
Assert.fail("should fail");
936936
} catch (IllegalArgumentException e) {
937937
assertEquals(
938-
"JSONObject does not have a double field at root.test_repeated[2].", e.getMessage());
938+
"JSONObject does not have a double field at root.test_repeated[0].", e.getMessage());
939939
}
940940
}
941941

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<dependency>
119119
<groupId>org.json</groupId>
120120
<artifactId>json</artifactId>
121-
<version>20200518</version>
121+
<version>20220924</version>
122122
</dependency>
123123

124124

0 commit comments

Comments
 (0)