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 22, 2024
1 parent cb50f49 commit ded85e8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[plugins]
com-github-sghill-distribution-sha = "com.github.sghill.distribution-sha:0.4.0"
com-zegreatrob-tools-digger = "com.zegreatrob.tools.digger:1.5.24"
com-zegreatrob-tools-tagger = "com.zegreatrob.tools.tagger:1.5.24"
com-zegreatrob-tools-digger = "com.zegreatrob.tools.digger:1.5.25"
com-zegreatrob-tools-tagger = "com.zegreatrob.tools.tagger:1.5.25"
nl-littlerobots-version-catalog-update = "nl.littlerobots.version-catalog-update:0.8.4"
2 changes: 1 addition & 1 deletion libraries/dependency-bom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@wdio/junit-reporter": "8.40.3",
"@wdio/local-runner": "8.40.3",
"@wdio/mocha-framework": "8.40.3",
"allure-commandline": "^2.30.0",
"allure-commandline": "^2.31.0",
"core-js": "^3.38.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.8",
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 @@ -11,6 +11,6 @@ org-jetbrains-kotlinx-kotlinx-coroutines-bom = "org.jetbrains.kotlinx:kotlinx-co

[plugins]
com-github-sghill-distribution-sha = "com.github.sghill.distribution-sha:0.4.0"
com-zegreatrob-tools-tagger = "com.zegreatrob.tools.tagger:1.5.24"
com-zegreatrob-tools-tagger = "com.zegreatrob.tools.tagger:1.5.25"
io-github-gradle-nexus-publish-plugin = "io.github.gradle-nexus.publish-plugin:2.0.0"
nl-littlerobots-version-catalog-update = "nl.littlerobots.version-catalog-update:0.8.4"
8 changes: 4 additions & 4 deletions libraries/kotlin-js-store/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -988,10 +988,10 @@ airbnb-prop-types@^2.16.0:
prop-types-exact "^1.2.0"
react-is "^16.13.1"

allure-commandline@^2.30.0:
version "2.30.0"
resolved "https://registry.yarnpkg.com/allure-commandline/-/allure-commandline-2.30.0.tgz#c121021d263cad2474ec0fd7490de4d3c65a06f3"
integrity sha512-qSaGG/I8P38q8gufnxvEog+IrIeCick+PJxxoTp5Vh/L8kviymIfv3A7fvYWziOqZ/oDywyOuNFMEfPZiiKwAA==
allure-commandline@^2.31.0:
version "2.31.0"
resolved "https://registry.yarnpkg.com/allure-commandline/-/allure-commandline-2.31.0.tgz#9ec8c2a16800700536e56003f0c38caf57db880f"
integrity sha512-/gwfIeMlz030fK8ZML/jSEzTtXsSRnsdx9ppfXR0jHvG+cO0pI/wZhq7YoMYgGEL8iVURIY2lDJlDyzOfHeSkw==

allure-js-commons@^2.5.0:
version "2.6.0"
Expand Down
8 changes: 4 additions & 4 deletions wdio-testing-library-test/kotlin-js-store/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -620,10 +620,10 @@ agent-base@^7.1.1:
dependencies:
debug "^4.3.4"

allure-commandline@^2.30.0:
version "2.30.0"
resolved "https://registry.yarnpkg.com/allure-commandline/-/allure-commandline-2.30.0.tgz#c121021d263cad2474ec0fd7490de4d3c65a06f3"
integrity sha512-qSaGG/I8P38q8gufnxvEog+IrIeCick+PJxxoTp5Vh/L8kviymIfv3A7fvYWziOqZ/oDywyOuNFMEfPZiiKwAA==
allure-commandline@^2.31.0:
version "2.31.0"
resolved "https://registry.yarnpkg.com/allure-commandline/-/allure-commandline-2.31.0.tgz#9ec8c2a16800700536e56003f0c38caf57db880f"
integrity sha512-/gwfIeMlz030fK8ZML/jSEzTtXsSRnsdx9ppfXR0jHvG+cO0pI/wZhq7YoMYgGEL8iVURIY2lDJlDyzOfHeSkw==

allure-js-commons@^2.5.0:
version "2.6.0"
Expand Down

0 comments on commit ded85e8

Please sign in to comment.