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 42
42
<junit .version>5.6.2</junit .version>
43
43
<jmh .version>1.21</jmh .version>
44
44
<versions-plugin .version>2.7</versions-plugin .version>
45
- <errorprone .version>2.6 .0</errorprone .version>
45
+ <errorprone .version>2.10 .0</errorprone .version>
46
46
<maven .javadoc.skip>true</maven .javadoc.skip>
47
47
<maven .source.skip>true</maven .source.skip>
48
48
<gpg .skip>true</gpg .skip>
Original file line number Diff line number Diff line change 40
40
Match version used by TensorFlow, in
41
41
https://github.com/tensorflow/tensorflow/blob/master/tensorflow/workspace2.bzl#L567
42
42
(but for the currently used release, not master)
43
+
44
+ Bumped to newer version to patch a CVE only present in protobuf-java
43
45
-->
44
- <protobuf .version>3.9 .2</protobuf .version>
46
+ <protobuf .version>3.19 .2</protobuf .version>
45
47
46
48
<native .classifier>${javacpp.platform}${javacpp.platform.extension} </native .classifier>
47
49
<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(
18
18
patch_args = ["-p1" ],
19
19
patch_cmds = ["grep -rl 'java_package' tensorflow/core | xargs sed -i.bak 's/^\(.* java_package = \" org\.tensorflow\.\)\(.*\" \)/\\ 1proto.\\ 2'/" ],
20
20
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" ,
22
22
],
23
- sha256 = "bb124905c7fdacd81e7c842b287c169bbf377d29c74c9dacc04f96c9793747bb " ,
24
- strip_prefix = "tensorflow-2.7.0 "
23
+ sha256 = "abebe2cf5ca379e18071693ca5f45b88ade941b16258a21cc1f12d77d5387a21 " ,
24
+ strip_prefix = "tensorflow-2.7.1 "
25
25
)
26
26
27
27
# START: Upstream TensorFlow dependencies
You can’t perform that action at this time.
0 commit comments