summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 824b71dbc3f..6b5899596ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
<h2.version>1.3.176</h2.version>
<jetty.version>8.1.12.v20130726</jetty.version>
<logback.version>1.1.3</logback.version>
- <slf4j.version>1.7.10</slf4j.version>
+ <slf4j.version>1.7.12</slf4j.version>
<tomcat.version>8.0.18</tomcat.version>
<elasticsearch.version>1.4.4</elasticsearch.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -858,7 +858,7 @@
<dependency>
<groupId>org.picocontainer</groupId>
<artifactId>picocontainer</artifactId>
- <version>2.14.3</version>
+ <version>2.15</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@@ -955,7 +955,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>1.10.17</version>
+ <version>1.10.19</version>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
tion value='automated/noid/stable29-update-psalm-baseline'>automated/noid/stable29-update-psalm-baseline Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/tests/objectstore/start-swift-ceph.sh
blob: 98c0e8b78b2f0e9dc7bf60f46ffdedbe19713c0d (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