Skip to content

Commit 9e593c5

Browse files
author
Harrison Cole
committed
Externalise dependency versions and update junit and caffeine to latest versions.
1 parent 240f86a commit 9e593c5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

gradle.properties

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,13 @@ org.gradle.caching=true
1515

1616
# Bespoke settings.
1717
projectTitle = Java Dataloader
18-
projectDescription = Port of Facebook Dataloader for Java
18+
projectDescription = Port of Facebook Dataloader for Java
19+
20+
# Dependency versions.
21+
junit_version=5.11.3
22+
hamcrest_version=2.2
23+
slf4j_version=1.7.30
24+
awaitility_version=2.0.0
25+
reactor_core_version=3.6.6
26+
caffeine_version=3.1.8
27+
reactive_streams_version=1.0.3

0 commit comments

Comments
 (0)