Skip to content

Commit

Permalink
Upgrade H2 to v2.1.210 (#12461)
Browse files Browse the repository at this point in the history
CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
kamil-da authored Jan 18, 2022
1 parent eb2281d commit ca3b11c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bazel-java-deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def install_java_deps():
"com.google.code.findbugs:jsr305:3.0.2",
"com.google.code.gson:gson:2.8.2",
"com.google.guava:guava:29.0-jre",
"com.h2database:h2:2.0.206",
"com.h2database:h2:2.1.210",
"com.lihaoyi:pprint_{}:0.6.0".format(scala_major_version),
"com.lihaoyi:sjsonnet_{}:0.3.0".format(scala_major_version),
"commons-io:commons-io:2.5",
Expand Down
22 changes: 11 additions & 11 deletions maven_install_2.13.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependency_tree": {
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": 1308626708,
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": 2098817920,
"conflict_resolution": {},
"dependencies": [
{
Expand Down Expand Up @@ -1153,26 +1153,26 @@
"url": "https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java/3.17.3/protobuf-java-3.17.3-sources.jar"
},
{
"coord": "com.h2database:h2:2.0.206",
"coord": "com.h2database:h2:2.1.210",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/repo1.maven.org/maven2/com/h2database/h2/2.0.206/h2-2.0.206.jar",
"file": "v1/https/repo1.maven.org/maven2/com/h2database/h2/2.1.210/h2-2.1.210.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/com/h2database/h2/2.0.206/h2-2.0.206.jar"
"https://repo1.maven.org/maven2/com/h2database/h2/2.1.210/h2-2.1.210.jar"
],
"sha256": "3b9607c5673fd8b87e49e3ac46bd88fd3561e863dce673a35234e8b5708f3deb",
"url": "https://repo1.maven.org/maven2/com/h2database/h2/2.0.206/h2-2.0.206.jar"
"sha256": "edc57299926297fd9315e04de75f8538c4cb5fe97fd3da2a1e5cee6a4c98b5cd",
"url": "https://repo1.maven.org/maven2/com/h2database/h2/2.1.210/h2-2.1.210.jar"
},
{
"coord": "com.h2database:h2:jar:sources:2.0.206",
"coord": "com.h2database:h2:jar:sources:2.1.210",
"dependencies": [],
"directDependencies": [],
"file": "v1/https/repo1.maven.org/maven2/com/h2database/h2/2.0.206/h2-2.0.206-sources.jar",
"file": "v1/https/repo1.maven.org/maven2/com/h2database/h2/2.1.210/h2-2.1.210-sources.jar",
"mirror_urls": [
"https://repo1.maven.org/maven2/com/h2database/h2/2.0.206/h2-2.0.206-sources.jar"
"https://repo1.maven.org/maven2/com/h2database/h2/2.1.210/h2-2.1.210-sources.jar"
],
"sha256": "dac1074188fac1311a38451372b09ae96a8d05e0623368b2860242a960f20d65",
"url": "https://repo1.maven.org/maven2/com/h2database/h2/2.0.206/h2-2.0.206-sources.jar"
"sha256": "55523876a262ad0b484fa79d7381760f898df93a36a4b6eb8efebd9ec66cb238",
"url": "https://repo1.maven.org/maven2/com/h2database/h2/2.1.210/h2-2.1.210-sources.jar"
},
{
"coord": "com.lihaoyi:fansi_2.13:0.2.9",
Expand Down

0 comments on commit ca3b11c

Please sign in to comment.