Skip to content

Commit

Permalink
[patch] Gradle Libraries Update
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfmurdock committed Oct 10, 2024
1 parent dede47d commit 835fcb1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion convention-plugins/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
org-jetbrains-kotlin = "2.0.20"
org-jetbrains-kotlin = "2.0.21"

[libraries]
com-fasterxml-jackson-core-jackson-databind = "com.fasterxml.jackson.core:jackson-databind:2.18.0"
Expand Down
2 changes: 1 addition & 1 deletion libraries/dependency-bom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"core-js": "^3.38.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.8",
"geckodriver": "^4.5.0",
"geckodriver": "^4.5.1",
"global-jsdom": "^25.0.0",
"jsdom": "25.0.1",
"npm-check-updates": "17.1.3",
Expand Down
2 changes: 1 addition & 1 deletion libraries/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ com-soywiz-korlibs-klock = "com.soywiz.korlibs.klock:klock:4.0.10"
com-squareup-kotlinpoet-ksp = "com.squareup:kotlinpoet-ksp:1.18.1"
com-zegreatrob-testmints-testmints-bom = "com.zegreatrob.testmints:testmints-bom:12.1.19"
io-github-oshai-kotlin-logging = "io.github.oshai:kotlin-logging:7.0.0"
org-jetbrains-kotlin-kotlin-bom = "org.jetbrains.kotlin:kotlin-bom:2.0.20"
org-jetbrains-kotlin-kotlin-bom = "org.jetbrains.kotlin:kotlin-bom:2.0.21"
org-jetbrains-kotlin-wrappers-kotlin-wrappers-bom = "org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom:1.0.0-pre.817"
org-jetbrains-kotlinx-kotlinx-coroutines-bom = "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0"

Expand Down
8 changes: 4 additions & 4 deletions libraries/kotlin-js-store/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2713,10 +2713,10 @@ geckodriver@^4.3.1:
unzipper "^0.10.14"
which "^4.0.0"

geckodriver@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/geckodriver/-/geckodriver-4.5.0.tgz#a2a4e526ac657af7d21089727218adddd750080f"
integrity sha512-EnBCT9kJ5oEoP3DaJKjzxAhm7bbNNK6k2q7oCkCT58OIOOiE6Hsr+nVDHflsNaR68HMGtBKOLSZ+YvCDHecScw==
geckodriver@^4.5.1:
version "4.5.1"
resolved "https://registry.yarnpkg.com/geckodriver/-/geckodriver-4.5.1.tgz#624fc01815c1aa498dd3f717f7bd4c6cca0c57b8"
integrity sha512-lGCRqPMuzbRNDWJOQcUqhNqPvNsIFu6yzXF8J/6K3WCYFd2r5ckbeF7h1cxsnjA7YLSEiWzERCt6/gjZ3tW0ug==
dependencies:
"@wdio/logger" "^9.0.0"
"@zip.js/zip.js" "^2.7.48"
Expand Down
2 changes: 1 addition & 1 deletion plugins/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
org-jetbrains-kotlin = "2.0.20"
org-jetbrains-kotlin = "2.0.21"

[libraries]
com-fasterxml-jackson-core-jackson-databind = "com.fasterxml.jackson.core:jackson-databind:2.18.0"
Expand Down
2 changes: 1 addition & 1 deletion wdio-testing-library-test/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ com-soywiz-korlibs-klock = "com.soywiz.korlibs.klock:klock:4.0.10"
io-github-oshai-kotlin-logging = "io.github.oshai:kotlin-logging:7.0.0"

[plugins]
com-avast-gradle-docker-compose = "com.avast.gradle.docker-compose:0.17.8"
com-avast-gradle-docker-compose = "com.avast.gradle.docker-compose:0.17.9"
nl-littlerobots-version-catalog-update = "nl.littlerobots.version-catalog-update:0.8.4"

0 comments on commit 835fcb1

Please sign in to comment.