Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 2, 2025

Bumps org.jetbrains.kotlinx:atomicfu from 0.23.2 to 0.27.0.

Release notes

Sourced from org.jetbrains.kotlinx:atomicfu's releases.

0.27.0

  • Updated Kotlin to 2.1.0

0.26.1

  • Fixed configuration cache problem during publication and enabled org.gradle.configuration-cache (#486). Kudos to @​dkrasnoff! 🎉
  • Fixed publication of atomicfu-maven-plugin artifacts (#490).
  • Updated build cache authorisation (#487).
  • Update Gradle to 8.10.2.

0.26.0

  • Updated Kotlin to 2.0.21 (#479).
  • Removed JS Legacy Transformer and disabled transformJs flag by default (#478).
  • Added api kotlinx-atomicfu dependency for JS and WASM targets (#475).
  • Supported deprecated linuxArm32Hfp target (#455).
  • Run Gradle plugin compilation via the fixed Kotlin compiler version (#472).
  • Updated ASM to 9.7 (#473).
  • Completed refactoring the library build scripts (#421). Kudos to @​dkrasnoff! 🎉
  • Added build caches and scans (#451).

0.25.0

  • Got rid of posix interop (#440).
  • Apply atomicfu-gradle-plugin by id org.jetbrains.kotlinx.atomicfu without buildscript configuration (#443)(#445).
  • Lots of cleanups and improvements in the build scripts. Thanks, @​dkrasnoff!
  • Updated Kotlin to 2.0.0 (#442).
  • Updated kotlinx-metadata to 2.0.0 (#441).
  • Updated Gradle to 8.7.

0.24.0

  • Move the logic from koltin repository atomicfu gradle plugin to the gradle plugin in the library (#406).
  • Store the version of atomicfu-gradle-plugin in atomicfu.properties file and read it from this file during application (#405).
  • Fixed KT-63413, SynchronizedObject does not appear in the project Metadata (#404).
  • ReentrantLock expect class declares a default constructor (#411).
Changelog

Sourced from org.jetbrains.kotlinx:atomicfu's changelog.

Version 0.27.0

  • Updated Kotlin to 2.1.0.

Version 0.26.1

  • Fixed configuration cache problem during publication and enabled org.gradle.configuration-cache (#486). Kudos to @​dkrasnoff! 🎉
  • Fixed publication of atomicfu-maven-plugin artifacts (#490).
  • Updated build cache authorisation (#487).
  • Update Gradle to 8.10.2.

Version 0.26.0

  • Updated Kotlin to 2.0.21 (#479).
  • Removed JS Legacy Transformer and disabled transformJs flag by default (#478).
  • Added api kotlinx-atomicfu dependency for JS and WASM targets (#475).
  • Supported deprecated linuxArm32Hfp target (#455).
  • Run Gradle plugin compilation via the fixed Kotlin compiler version (#472).
  • Updated ASM to 9.7 (#473).
  • Completed refactoring the library build scripts (#421). Kudos to @​dkrasnoff! 🎉
  • Added build/configuration caches and scans (#451).

Version 0.25.0

  • Got rid of posix interop (#440).
  • Apply atomicfu-gradle-plugin by id org.jetbrains.kotlinx.atomicfu without buildscript configuration (#443)(#445).
  • Lots of cleanups and improvements in the build scripts. Thanks, @​dkrasnoff!
  • Updated Kotlin to 2.0.0 (#442).
  • Updated kotlinx-metadata to 2.0.0 (#441).
  • Updated Gradle to 8.7.

Version 0.24.0

  • Move the logic from koltin repository atomicfu gradle plugin to the gradle plugin in the library (#406).
  • Store the version of atomicfu-gradle-plugin in atomicfu.properties file and read it from this file during application (#405).
  • Fixed KT-63413, SynchronizedObject does not appear in the project Metadata (#404).
  • ReentrantLock expect class declares a default constructor (#411).
Commits
  • b5db8fc Version 0.27.0
  • 3ec69bb Update Kotlin to 2.1.0 (#501)
  • bad63e7 Update ./bump_version.sh script to skip updating the version in the notes "st...
  • 58184b2 Revert "since" versions in README, erroneously updated by the release commit.
  • 07070f1 Version 0.26.1
  • 6543952 Added a release version as input for pom file generation. (#490)
  • a23d74d Fixed configuration cache problem with deploy (#486)
  • ab539b1 Update build cache authorisation (#487)
  • b94c6bd Temporarily disable configuration cache
  • 5271679 Merge branch 'develop'
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [org.jetbrains.kotlinx:atomicfu](https://github.com/Kotlin/kotlinx.atomicfu) from 0.23.2 to 0.27.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.23.2...0.27.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 2, 2025
Copy link
Author

dependabot bot commented on behalf of github Jul 1, 2025

Superseded by #327.

@dependabot dependabot bot closed this Jul 1, 2025
@dependabot dependabot bot deleted the dependabot/gradle/org.jetbrains.kotlinx-atomicfu-0.27.0 branch July 1, 2025 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants