Skip to content

Commit

Permalink
[patch] pinning serialization library to previous version due to 1.9.…
Browse files Browse the repository at this point in the history
…20 requirement, whereas this library needs to be compatible with 1.9.10 and the tests don't run correctly in a mixed environment
  • Loading branch information
robertfmurdock committed Nov 15, 2023
1 parent d03cb1f commit 16649e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ com-benasher44-uuid = "com.benasher44:uuid:0.8.2"
org-ajoberstar-grgit-gradle-plugin = { module = "org.ajoberstar.grgit:org.ajoberstar.grgit.gradle.plugin", version.ref = "org-ajoberstar-grgit" }
org-ajoberstar-grgit-grgit-core = { module = "org.ajoberstar.grgit:grgit-core", version.ref = "org-ajoberstar-grgit" }
org-jetbrains-kotlinx-kotlinx-datetime = "org.jetbrains.kotlinx:kotlinx-datetime:0.4.1"
org-jetbrains-kotlinx-kotlinx-serialization-bom = "org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.1"
# @pin
org-jetbrains-kotlinx-kotlinx-serialization-bom = "org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.0"
org-junit-junit-bom = "org.junit:junit-bom:5.10.1"

[plugins]
Expand Down

0 comments on commit 16649e2

Please sign in to comment.