Skip to content

Commit dedcb55

Browse files
authored
Update: Dependencies to latest versions (#97)
This includes AGP update to version 8.3
1 parent 1b5d654 commit dedcb55

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ POM_LICENCE_DIST=repo
2626

2727
POM_DEVELOPER_ID=rolf-smit
2828
POM_DEVELOPER_NAME=Rolf Smit
29-
POM_DEVELOPER_URL=https://github.com/username/
29+
POM_DEVELOPER_URL=https://github.com/rolf-smit

gradle/libs.versions.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[versions]
22
androidMinSdk = "19"
3-
androidTargetSdk = "33"
4-
androidCompileSdk = "33"
5-
kotlin = "1.8.22"
6-
androidGradlePlugin = "8.3.0-alpha11"
3+
androidTargetSdk = "34"
4+
androidCompileSdk = "34"
5+
kotlin = "1.9.23"
6+
androidGradlePlugin = "8.3.1"
77

88
[libraries]
99
appCompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" }
@@ -12,17 +12,17 @@ androidGradlePluginApi = { module = "com.android.tools.build:gradle-api", vers
1212

1313
# Test dependencies
1414
junit = { module = "junit:junit", version = "4.13.2" }
15-
truth = { module = "com.google.truth:truth", version = "1.1.3" }
15+
truth = { module = "com.google.truth:truth", version = "1.4.2" }
1616
supportTestRunner = { module = "androidx.test:runner", version = "1.5.2" }
1717
testOrchestrator = { module = "androidx.test:orchestrator", version = "1.4.2" }
1818
espressoCore = { module = "androidx.test.espresso:espresso-core", version = "3.5.1" }
1919
androidJUnit = { module = "androidx.test.ext:junit", version = "1.1.5" }
2020
commonsCsv = { module = "org.apache.commons:commons-csv", version = "1.10.0" }
2121
kotlinTest = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
22-
robolectric = { module = "org.robolectric:robolectric", version = "4.10.2" }
23-
mockk = { module = "io.mockk:mockk", version = "1.13.5" }
24-
jacksonYaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml", version = "2.15.3"}
25-
jacksonKotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version = "2.15.3"}
22+
robolectric = { module = "org.robolectric:robolectric", version = "4.12.1" }
23+
mockk = { module = "io.mockk:mockk", version = "1.13.10" }
24+
jacksonYaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml", version = "2.17.0"}
25+
jacksonKotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version = "2.17.0"}
2626

2727
[bundles]
2828
androidInstrumentedTest = ["supportTestRunner", "espressoCore", "androidJUnit"]
@@ -32,9 +32,9 @@ jvmTest = ["kotlinTest", "junit", "truth", "commonsCsv"]
3232
[plugins]
3333
kotlinJvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
3434
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
35-
kotlinDokka = { id = "org.jetbrains.dokka", version = "1.7.20" }
35+
kotlinDokka = { id = "org.jetbrains.dokka", version = "1.9.20" }
3636
pluginPortalPublish = { id = "com.gradle.plugin-publish", version = "0.21.0" }
37-
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.23.2" }
38-
versionCheck = { id = "com.github.ben-manes.versions", version = "0.46.0" }
37+
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.28.0" }
38+
versionCheck = { id = "com.github.ben-manes.versions", version = "0.51.0" }
3939
androidApp = { id = "com.android.application", version.ref = "androidGradlePlugin"}
4040
androidLibrary = { id = "com.android.library", version.ref = "androidGradlePlugin"}

0 commit comments

Comments
 (0)