File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 4242 <junit .version>5.6.2</junit .version>
4343 <jmh .version>1.21</jmh .version>
4444 <versions-plugin .version>2.7</versions-plugin .version>
45- <errorprone .version>2.6 .0</errorprone .version>
45+ <errorprone .version>2.10 .0</errorprone .version>
4646 <maven .javadoc.skip>true</maven .javadoc.skip>
4747 <maven .source.skip>true</maven .source.skip>
4848 <gpg .skip>true</gpg .skip>
Original file line number Diff line number Diff line change 4040 Match version used by TensorFlow, in
4141 https://github.com/tensorflow/tensorflow/blob/master/tensorflow/workspace2.bzl#L567
4242 (but for the currently used release, not master)
43+
44+ Bumped to newer version to patch a CVE only present in protobuf-java
4345 -->
44- <protobuf .version>3.9 .2</protobuf .version>
46+ <protobuf .version>3.19 .2</protobuf .version>
4547
4648 <native .classifier>${javacpp.platform}${javacpp.platform.extension} </native .classifier>
4749 <javacpp .build.skip>false</javacpp .build.skip> <!-- To skip execution of build.sh: -Djavacpp.build.skip=true -->
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ http_archive(
1818 patch_args = ["-p1" ],
1919 patch_cmds = ["grep -rl 'java_package' tensorflow/core | xargs sed -i.bak 's/^\(.* java_package = \" org\.tensorflow\.\)\(.*\" \)/\\ 1proto.\\ 2'/" ],
2020 urls = [
21- "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.7.0 .tar.gz" ,
21+ "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.7.1 .tar.gz" ,
2222 ],
23- sha256 = "bb124905c7fdacd81e7c842b287c169bbf377d29c74c9dacc04f96c9793747bb " ,
24- strip_prefix = "tensorflow-2.7.0 "
23+ sha256 = "abebe2cf5ca379e18071693ca5f45b88ade941b16258a21cc1f12d77d5387a21 " ,
24+ strip_prefix = "tensorflow-2.7.1 "
2525)
2626
2727# START: Upstream TensorFlow dependencies
You can’t perform that action at this time.
0 commit comments