diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-03-17 16:48:26 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-03-20 14:00:31 +0100 |
| commit | 89e6f77ab75018e808db8dd8e25f391b4abdd4c4 (patch) | |
| tree | 66011b33fcdd35b4fa51d0e6959de2ae1e3ee008 /simulator/gradle.properties | |
| parent | 52467695b1534a8098e8936a3a849c02b2ff98c4 (diff) | |
build: Update dependencies for simulator
This change updates the dependencies for the OpenDC simulator.
Diffstat (limited to 'simulator/gradle.properties')
| -rw-r--r-- | simulator/gradle.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/simulator/gradle.properties b/simulator/gradle.properties index 930be6b5..8d41408c 100644 --- a/simulator/gradle.properties +++ b/simulator/gradle.properties @@ -21,12 +21,12 @@ # # Dependencies -kotlinx-coroutines.version = 1.4.2 +kotlinx-coroutines.version = 1.4.3 # Dependencies (Logging) -kotlin-logging.version = 2.0.4 +kotlin-logging.version = 2.0.6 slf4j.version = 1.7.30 -log4j.version = 2.14.0 +log4j.version = 2.14.1 # Dependencies (CLI) clikt.version = 3.1.0 @@ -45,4 +45,4 @@ classgraph.version = 4.8.102 # Dependencies (Testing) junit-jupiter.version = 5.7.1 junit-platform.version = 1.7.1 -mockk.version = 1.10.5 +mockk.version = 1.11.0 |
