We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
junit
caffeine
1 parent 240f86a commit 9e593c5Copy full SHA for 9e593c5
gradle.properties
@@ -15,4 +15,13 @@ org.gradle.caching=true
15
16
# Bespoke settings.
17
projectTitle = Java Dataloader
18
-projectDescription = Port of Facebook Dataloader for Java
+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