Skip to content

Commit

Permalink
build(deps): Bump atomicfu from 0.24.0 to 0.25.0
Browse files Browse the repository at this point in the history
Bumps `atomicfu` from 0.24.0 to 0.25.0.

Updates `org.jetbrains.kotlinx:atomicfu-gradle-plugin` from 0.24.0 to 0.25.0
- [Release notes](https://github.com/Kotlin/kotlinx.atomicfu/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-atomicfu/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx-atomicfu@0.24.0...0.25.0)

Updates `org.jetbrains.kotlinx:atomicfu` from 0.24.0 to 0.25.0
- [Release notes](https://github.com/Kotlin/kotlinx.atomicfu/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-atomicfu/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx-atomicfu@0.24.0...0.25.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:atomicfu-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlinx:atomicfu
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 28, 2024
1 parent 7a5ab95 commit 7cf6c57
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 @@ -49,7 +49,7 @@ kover = "0.8.1"

# AtomicFU: The idiomatic way to use atomic operations in Kotlin
# https://github.com/Kotlin/kotlinx-atomicfu/releases.
atomicfu = "0.24.0"
atomicfu = "0.25.0"

# Java Microbenchmark Harness (JMH)
# https://github.com/openjdk/jmh/tags
Expand Down

0 comments on commit 7cf6c57

Please sign in to comment.