summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-10-31 15:20:02 +0100
committerGitHub <noreply@github.com>2018-10-31 15:20:02 +0100
commitfe005d38fb6060d18e43df659969fa437f2e48ac (patch)
tree956ad4b093573f48d6b2e3b11605030fc7b0ce67 /searchlib
parent59f9b204d31ed9ad999151c419bde6f03f784044 (diff)
parent22fe21b0759c1a8ffb8a86f3cc2df995f7d0c0ed (diff)
Merge pull request #7510 from vespa-engine/bratseth/upgrade-tensorflow
Upgrade to 1.11
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchlib/pom.xml b/searchlib/pom.xml
index f3785881265..3d5d8ee8e20 100644
--- a/searchlib/pom.xml
+++ b/searchlib/pom.xml
@@ -41,12 +41,12 @@
<dependency>
<groupId>org.tensorflow</groupId>
<artifactId>proto</artifactId>
- <version>1.6.0</version>
+ <version>1.11.0</version>
</dependency>
<dependency>
<groupId>org.tensorflow</groupId>
<artifactId>tensorflow</artifactId>
- <version>1.6.0</version>
+ <version>1.11.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>