Skip to content

Commit

Permalink
Bump org.jetbrains.kotlinx:kotlinx-html-jvm from 0.7.5 to 0.8.0 (#251)
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlinx:kotlinx-html-jvm](https://github.com/Kotlin/kotlinx.html) from 0.7.5 to 0.8.0.
- [Release notes](https://github.com/Kotlin/kotlinx.html/releases)
- [Commits](Kotlin/kotlinx.html@0.7.5...0.8.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-html-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 13, 2023
1 parent aae9fbf commit a9d2a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ commons = { module = "org.apache.commons:commons-csv", version = "1.9.0" }
moshi = { module = "com.squareup.moshi:moshi", version = "1.13.0" }
kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlin" }
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
kotlinx-html = { module = "org.jetbrains.kotlinx:kotlinx-html-jvm", version = "0.7.5" }
kotlinx-html = { module = "org.jetbrains.kotlinx:kotlinx-html-jvm", version = "0.8.0" }
maven-model = { module = "org.apache.maven:maven-model", version = "3.8.5" }
spock = { module = "org.spockframework:spock-junit4", version = "2.1-M2-groovy-3.0" }
xmlunit = { module = "org.xmlunit:xmlunit-matchers", version = "2.9.0" }

0 comments on commit a9d2a79

Please sign in to comment.