File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/test/java/org/janusgraph Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
<name >JanusGraph FoundationDB Storage Adapter</name >
12
12
13
13
<properties >
14
- <maven .compiler.plugin.version>3.6.2 </maven .compiler.plugin.version>
14
+ <maven .compiler.plugin.version>3.8.1 </maven .compiler.plugin.version>
15
15
<jdk .version>1.8</jdk .version>
16
16
<janusgraph .version>0.5.2</janusgraph .version>
17
17
<foundationdb .version>6.2.22</foundationdb .version>
18
- <dependency .plugin.version>2.10 </dependency .plugin.version>
18
+ <dependency .plugin.version>3.2.0 </dependency .plugin.version>
19
19
<test .skip.default>false</test .skip.default>
20
20
<test .skip.tp>true</test .skip.tp>
21
- <testcontainers .version>1.14 .3</testcontainers .version>
21
+ <testcontainers .version>1.15 .3</testcontainers .version>
22
22
</properties >
23
23
24
24
<developers >
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public class FoundationDBContainer extends FixedHostPortGenericContainer<Foundat
40
40
41
41
private final Logger log = LoggerFactory .getLogger (FoundationDBContainer .class );
42
42
43
- public static final String DEFAULT_IMAGE_AND_TAG = "foundationdb/foundationdb:6.2.20 " ;
43
+ public static final String DEFAULT_IMAGE_AND_TAG = "foundationdb/foundationdb:6.2.30 " ;
44
44
private static final Integer DEFAULT_PORT = 4500 ;
45
45
private static final String FDB_CLUSTER_FILE_ENV_KEY = "FDB_CLUSTER_FILE" ;
46
46
private static final String FDB_NETWORKING_MODE_ENV_KEY = "FDB_NETWORKING_MODE" ;
You can’t perform that action at this time.
0 commit comments