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 Aug 25, 2024
1 parent 3c2a1be commit 2f8c30a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion convention-plugins/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org-jetbrains-kotlin = "2.0.20"
[libraries]
com-fasterxml-jackson-core-jackson-databind = "com.fasterxml.jackson.core:jackson-databind:2.17.2"
com-github-ben-manes-gradle-versions-plugin = "com.github.ben-manes:gradle-versions-plugin:0.51.0"
com-zegreatrob-testmints-testmints-bom = "com.zegreatrob.testmints:testmints-bom:12.1.6"
com-zegreatrob-testmints-testmints-bom = "com.zegreatrob.testmints:testmints-bom:12.1.7"
org-apache-logging-log4j-log4j-core = "org.apache.logging.log4j:log4j-core:2.23.1"
org-jetbrains-kotlin-kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "org-jetbrains-kotlin" }
org-jetbrains-kotlin-kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "org-jetbrains-kotlin" }
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 @@ -18,7 +18,7 @@
"enzyme-adapter-react-16": "^1.15.8",
"geckodriver": "^4.4.3",
"global-jsdom": "^24.0.0",
"jsdom": "24.1.1",
"jsdom": "25.0.0",
"npm-check-updates": "17.1.0",
"wdio-html-nice-reporter": "8.1.6",
"wdio-timeline-reporter": "^5.1.4",
Expand Down
4 changes: 2 additions & 2 deletions libraries/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ com-fasterxml-jackson-core-jackson-databind = "com.fasterxml.jackson.core:jackso
com-google-devtools-ksp-symbol-processing-api = "com.google.devtools.ksp:symbol-processing-api:2.0.20-1.0.24"
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.6"
com-zegreatrob-testmints-testmints-bom = "com.zegreatrob.testmints:testmints-bom:12.1.7"
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-wrappers-kotlin-wrappers-bom = "org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom:1.0.0-pre.796"
org-jetbrains-kotlin-wrappers-kotlin-wrappers-bom = "org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom:1.0.0-pre.798"
org-jetbrains-kotlinx-kotlinx-coroutines-bom = "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1"

[plugins]
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 @@ -3603,10 +3603,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-1.1.0.tgz#b01307cb29b618a1ed26ec79e911f803c4da0040"
integrity sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==

jsdom@24.1.1:
version "24.1.1"
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-24.1.1.tgz#f41df8f4f3b2fbfa7e1bdc5df62c9804fd14a9d0"
integrity sha512-5O1wWV99Jhq4DV7rCLIoZ/UIhyQeDR7wHVyZAHAshbrvZsLs+Xzz7gtwnlJTJDjleiTKh54F4dXrX70vJQTyJQ==
jsdom@25.0.0:
version "25.0.0"
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-25.0.0.tgz#d1612b4ddab85af56821b2f731e15faae135f4e1"
integrity sha512-OhoFVT59T7aEq75TVw9xxEfkXgacpqAhQaYgP9y/fDqWQCMB/b1H66RfmPm/MaeaAIU9nDwMOVTlPN51+ao6CQ==
dependencies:
cssstyle "^4.0.1"
data-urls "^5.0.0"
Expand Down

0 comments on commit 2f8c30a

Please sign in to comment.