dcxp / opentelemetry-kotlin

Apache License 2.0
35 stars 2 forks source link

build(deps): bump atomicfu-gradle-plugin from 0.17.1 to 0.17.3 #28

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps atomicfu-gradle-plugin from 0.17.1 to 0.17.3.

Release notes

Sourced from atomicfu-gradle-plugin's releases.

0.17.3

  • Adding compiler plugin dependency only for projects with KGP >= 1.6.20 (#226).
  • Compiler plugin runtime dependency fixes (#230).
  • Update README badges (#228).

0.17.2

  • Update Kotlin to 1.6.20.
  • IR transformation for Kotlin/JS. (#215).
  • Update ASM to 9.3 for Java 18 support (#223)
  • Update kotlinx.metadata to 0.4.2.
Changelog

Sourced from atomicfu-gradle-plugin's changelog.

Version 0.17.3

  • Adding compiler plugin dependency only for projects with KGP >= 1.6.20 (#226).
  • Compiler plugin runtime dependency fixes (#230).
  • Update README badges (#228).

Version 0.17.2

  • Update Kotlin to 1.6.20.
  • IR transformation for Kotlin/JS. (#215).
  • Update ASM to 9.3 for Java 18 support (#223)
  • Update kotlinx.metadata to 0.4.2.
Commits
  • 9f8dcb1 Version 0.17.3
  • e03ff4d Merge remote-tracking branch 'origin/master' into develop
  • cffaf0b Add transitive dependency to kotlinx-atomicfu-runtime required for compiler...
  • d2e1011 Update README.md (#228)
  • 5527be0 Add compiler plugin dependency only for projects with KGP >= 1.6.20 (#226)
  • 450b056 Version 0.17.2
  • 07659cf Merge remote-tracking branch 'origin/master' into develop
  • 8e1f8b3 Atomicfu Js/Ir compiler plugin supported in the gradle plugin (#215)
  • ac8e045 ASM 9.3 for Java 18 support (#223)
  • c88a89b Add wasm platform type
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)
dependabot[bot] commented 2 years ago

Superseded by #30.