Skip to content

Commit

Permalink
[patch] libraries Gradle Libraries Update
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfmurdock authored and github-actions[bot] committed Dec 9, 2024
1 parent 9d58454 commit 58a016b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 12 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 @@ -10,4 +10,4 @@ com-github-ben-manes-versions = "com.github.ben-manes.versions:0.51.0"
nl-littlerobots-version-catalog-update = "nl.littlerobots.version-catalog-update:0.8.5"

[versions]
org-jetbrains-kotlin = "2.0.21"
org-jetbrains-kotlin = "2.1.0"
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.28"
com-zegreatrob-tools-tagger = "com.zegreatrob.tools.tagger:1.5.28"
com-zegreatrob-tools-digger = "com.zegreatrob.tools.digger:1.5.29"
com-zegreatrob-tools-tagger = "com.zegreatrob.tools.tagger:1.5.29"
nl-littlerobots-version-catalog-update = "nl.littlerobots.version-catalog-update:0.8.5"
6 changes: 3 additions & 3 deletions libraries/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
org-jetbrains-kotlin = "2.0.21"
org-jetbrains-kotlin = "2.1.0"

[libraries]
com-google-devtools-ksp-symbol-processing-api = "com.google.devtools.ksp:symbol-processing-api:2.0.21-1.0.28"
com-google-devtools-ksp-symbol-processing-api = "com.google.devtools.ksp:symbol-processing-api:2.1.0-1.0.29"
com-squareup-kotlinpoet-ksp = "com.squareup:kotlinpoet-ksp:2.0.0"
io-github-oshai-kotlin-logging = "io.github.oshai:kotlin-logging:7.0.0"
io-github-oshai-kotlin-logging = "io.github.oshai:kotlin-logging:7.0.3"
org-jetbrains-kotlin-kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "org-jetbrains-kotlin" }
org-jetbrains-kotlinx-kotlinx-coroutines-bom = "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.9.0"
org-jetbrains-kotlinx-kotlinx-serialization-bom = "org.jetbrains.kotlinx:kotlinx-serialization-bom:1.7.3"
Expand Down
15 changes: 11 additions & 4 deletions plugins-test/kotlin-js-store/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,13 @@ js-yaml@^4.1.0:
dependencies:
argparse "^2.0.1"

kotlin-web-helpers@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/kotlin-web-helpers/-/kotlin-web-helpers-2.0.0.tgz#b112096b273c1e733e0b86560998235c09a19286"
integrity sha512-xkVGl60Ygn/zuLkDPx+oHj7jeLR7hCvoNF99nhwXMn8a3ApB4lLiC9pk4ol4NHPjyoCbvQctBqvzUcp8pkqyWw==
dependencies:
format-util "^1.0.5"

locate-path@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286"
Expand All @@ -296,10 +303,10 @@ minimatch@^5.0.1, minimatch@^5.1.6:
dependencies:
brace-expansion "^2.0.1"

mocha@10.7.0:
version "10.7.0"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.7.0.tgz#9e5cbed8fa9b37537a25bd1f7fb4f6fc45458b9a"
integrity sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==
mocha@10.7.3:
version "10.7.3"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.7.3.tgz#ae32003cabbd52b59aece17846056a68eb4b0752"
integrity sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==
dependencies:
ansi-colors "^4.1.3"
browser-stdout "^1.3.1"
Expand Down
4 changes: 2 additions & 2 deletions plugins/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
org-jetbrains-kotlin = "2.0.21"
org-jetbrains-kotlin = "2.1.0"

[libraries]
com-google-devtools-ksp = "com.google.devtools.ksp:symbol-processing-gradle-plugin:2.0.21-1.0.28"
com-google-devtools-ksp = "com.google.devtools.ksp:symbol-processing-gradle-plugin:2.1.0-1.0.29"
org-jetbrains-kotlin-kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "org-jetbrains-kotlin" }
org-junit-junit-bom = "org.junit:junit-bom:5.11.3"

Expand Down

0 comments on commit 58a016b

Please sign in to comment.