aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonatan Kronqvist <jonatan@vaadin.com>2014-01-31 13:06:42 +0200
committerVaadin Code Review <review@vaadin.com>2014-01-31 11:22:01 +0000
commit691580e36b1b5a04e1f18004783b28ca9892fa31 (patch)
tree61bb44b51c671af98e9f626895a5a8b73778cb88
parent16e079fcaed8cf531187475527ae52e7cf2d2504 (diff)
downloadvaadin-framework-691580e36b1b5a04e1f18004783b28ca9892fa31.tar.gz
vaadin-framework-691580e36b1b5a04e1f18004783b28ca9892fa31.zip
Update TestBench dependency to 3.1.2
TestBench 3.1.2 is deployed to the testing grid, but the vaadin project still depended on 3.1.1 until this fix. Change-Id: Idecf0c772bd59d144a2caf3454d7749e352fef8a
-rw-r--r--uitest/ivy.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/ivy.xml b/uitest/ivy.xml
index 9c86b2b68c..352cd89f2e 100644
--- a/uitest/ivy.xml
+++ b/uitest/ivy.xml
@@ -83,7 +83,7 @@
<dependency org="org.hsqldb" name="hsqldb" rev="2.2.6"
conf="build,ide -> default" />
<dependency org="com.vaadin" name="vaadin-testbench"
- rev="3.1.1" conf="build-provided,ide -> default" />
+ rev="3.1.2" conf="build-provided,ide -> default" />
</dependencies>
</ivy-module>
utomated/noid/stable25-update-code-signing-crl Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/files.php
blob: f1b8a8551946e8b199e1a6bb3a69cce717072a78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134