Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
okio: 3.9.0 -> 3.9.1
pako: 2.0.3 -> 2.1.0
parameterize: 0.3.0 -> 0.3.3
  • Loading branch information
BenWoodworth committed Jan 6, 2025
1 parent e7d9c19 commit 6400fa8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,6 @@ repositories {

dependencies {
implementation("net.benwoodworth.knbt:knbt:$knbt_version")
//implementation("com.squareup.okio:okio:3.9.0")
//implementation("com.squareup.okio:okio:3.9.1")
}
```
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ kotlin {
dependencies {
implementation(kotlin("test"))
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlinx_serialization_version")
implementation("com.benwoodworth.parameterize:parameterize:0.3.0")
implementation("com.benwoodworth.parameterize:parameterize:0.3.3")
}
}
val jvmTest by getting {
Expand All @@ -101,7 +101,7 @@ kotlin {
}
val jsMain by getting {
dependencies {
implementation(npm("pako", "2.0.3"))
implementation(npm("pako", "2.1.0"))
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group=net.benwoodworth.knbt
version=0.11.8-SNAPSHOT

kotlinx_serialization_version=1.8.0
okio_version=3.9.0
okio_version=3.9.1

kotlin.code.style=official
kotlin.mpp.stability.nowarn=true
Expand Down
8 changes: 4 additions & 4 deletions kotlin-js-store/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1429,10 +1429,10 @@ p-try@^2.0.0:
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==

pako@2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/pako/-/pako-2.0.3.tgz#cdf475e31b678565251406de9e759196a0ea7a43"
integrity sha512-WjR1hOeg+kki3ZIOjaf4b5WVcay1jaliKSYiEaB1XzwhMQZJxRdQRv0V31EKBYlxb4T7SK3hjfc/jxyU64BoSw==
pako@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/pako/-/pako-2.1.0.tgz#266cc37f98c7d883545d11335c00fbd4062c9a86"
integrity sha512-w+eufiZ1WuJYgPXbV/PO3NCMEc3xqylkKHzp8bxp1uW4qaSNQUkwmLLEc3kKsfz8lpV1F8Ht3U1Cm+9Srog2ug==

parseurl@~1.3.3:
version "1.3.3"
Expand Down

0 comments on commit 6400fa8

Please sign in to comment.