summaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2022-01-11 17:23:42 +0100
committerGitHub <noreply@github.com>2022-01-11 17:23:42 +0100
commit33b9f1d73210c50fdc944c93cf87cebf45bd0cf5 (patch)
tree774d9d259b7accb4910baf37cfc114c5c40175ad /gradle
parente0150bbd81c6f1f53f041882942786747894e9f0 (diff)
parentd0515c3a1fd21b82a595b717678cc85f7ba123b8 (diff)
merge: Update to Kotlin 1.6.10
This pull request updates the OpenDC codebase to use Kotlin 1.6.10 for building the project. * Update to Kotlin 1.6.10 * Update build dependencies to their latest version * Update project dependencies to their latest version where possible. * Add Dependabot configuration
Diffstat (limited to 'gradle')
-rw-r--r--gradle/libs.versions.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 9ab16ed2..16bf22dc 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -11,7 +11,7 @@ kotlin-logging = "2.1.21"
kotlinx-coroutines = "1.6.0"
ktor = "1.6.7"
log4j = "2.17.1"
-mockk = "1.12.1"
+mockk = "1.12.2"
opentelemetry-main = "1.6.0"
opentelemetry-metrics = "1.6.0-alpha"
opentelemetry-semconv = "1.6.0-alpha"