Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group with 9 updates #198

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps the dependencies group with 9 updates:

Package From To
org.jetbrains.kotlin:kotlin-gradle-plugin 1.9.10 1.9.20
io.vertx:vertx-core 4.4.5 4.5.0
io.vertx:vertx-lang-kotlin 4.4.5 4.5.0
io.vertx:vertx-lang-kotlin-coroutines 4.4.5 4.5.0
io.vertx:vertx-junit5 4.4.5 4.5.0
com.google.devtools.ksp:symbol-processing-api 1.9.10-1.0.13 1.9.20-1.0.14
com.squareup:kotlinpoet 1.14.2 1.15.1
com.squareup:kotlinpoet-ksp 1.14.2 1.15.1
com.google.devtools.ksp 1.9.10-1.0.13 1.9.20-1.0.14

Updates org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.10 to 1.9.20

Release notes

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases.

Kotlin 1.9.20

1.9.20

Analysis. API

New Features

  • KT-58834 Analysis API: Add source shadowing feature to resolve extensions

Performance Improvements

  • KT-57515 LL FIR: Performance bottleneck in CompositeModificationTracker.getModificationCount
  • KT-59266 K2: optimize FirElementBuilder.getOrBuildFir for elements outside body
  • KT-59454 K2: drop resolve from org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations
  • KT-59453 K2: completion regression from org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations
  • KT-59189 Analysis API: KtFirKDocReference.resolveToSymbols is slow
  • KT-58125 K2: LL FIR: KtToFirMapping.getElement is slow for KtUserTypes due to on-air resolution of types

Fixes

  • KT-59240 K2: FirLazyResolveContractViolationException: lazyResolveToPhase(IMPORTS) cannot be called from a transformer with a phase IMPORTS from superTypes
  • KT-58499 K2: FirLazyBlock should be calculated before accessing
  • KT-57966 K2: Analysis API: Reference Shortener does not work correctly when called on entire file
  • KT-60954 K2: Analysis API: Reference shortener does not work correctly with variable assignments
  • KT-60940 K2: Analysis API: Reference shortener incorrectly handles types in vararg parameters declarations
  • KT-60488 Analysis API: forbid providing custom KtLifetimeToken for every analyze call
  • KT-60728 K2: proper support for scripts in LL FIR transformers
  • KT-59159 K2 IDE: declaration is not found exception
  • KT-59297 K2: exception from body resolve leads to corrupted state and broken analysis
  • KT-59077 KtFirExpressionTypeProvider behaviour for KtSimpleNameReferences in function calls
  • KT-60586 K2: forbid analyze from write action
  • KT-57743 K2 IDE: StackOverflowError from LLFirSessionCache for simple JPS project with cyclic dependencies
  • KT-61026 K2 Scripts: FirLazyExpression should be calculated before accessing from on-air resolve
  • KT-61009 K2 Scripts: KtFirExpressionTypeProvider: Expected FirResolvedTypeRef with ConeKotlinType but was FirImplicitTypeRefImplWithoutSource
  • KT-60357 K2 IDE. Reified types parameters are not resolved in a function body
  • KT-60317 K2 IDE. IAE "This method will only work on compiled declarations, but this declaration is not compiled" on invoking Find Usages for enum method in library
  • KT-60706 K2 IDE: FirJvmTypeMapper is not found for kotlin.kotlin-stdlib-common
  • KT-60552 K2: merge StateKeeper and lazy body calculator for ANNOTATIONS_ARGUMENTS_MAPPING transformer
  • KT-60641 Analysis API: Scope for class org.jetbrains.kotlin.fir.types.impl.ConeClassLikeTypeImpl not found exception when stdlib is missing
  • KT-60638 K2: Expected FirResolvedTypeRef with ConeKotlinType but was FirImplicitTypeRefImplWithoutSource
  • KT-54846 Analysis API: add isExpect/isActual to KtSymbol
  • KT-60448 FirLazyResolveContractViolationException: lazyResolveToPhase(COMPILER_REQUIRED_ANNOTATIONS) cannot be called from a transformer with a phase COMPILER_REQUIRED_ANNOTATIONS from AllOpen plugin
  • KT-59342 K2 IDE. FirLazyResolveContractViolationException: lazyResolveToPhase(TYPES) cannot be called from a transformer with a phase TYPES
  • KT-59687 K2: Implement proper body update for in-block modifications
  • KT-59329 Resolve Extensions reference resolution breaks Find Usages
  • KT-60295 K2: move checkIsResolved for annotations from LLFirAnnotationArgumentsLazyResolver to LLFirTypeLazyResolver
  • KT-59758 K2: Expected is FirResolvedTypeRef, but was FirImplicitTypeRefImplWithoutSource from ReturnTypeCalculatorWithJump
  • KT-60377 K2 IDE: This method will only work on compiled declarations, but this declaration is not compiled
  • KT-59685 K2: rewrite on-air resolution
  • KT-60132 K2: properties and functions without a name should be re-analyzable as well

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's changelog.

1.9.20

Analysis. API

New Features

  • KT-58834 Analysis API: Add source shadowing feature to resolve extensions

Performance Improvements

  • KT-57515 LL FIR: Performance bottleneck in CompositeModificationTracker.getModificationCount
  • KT-59266 K2: optimize FirElementBuilder.getOrBuildFir for elements outside body
  • KT-59454 K2: drop resolve from org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations
  • KT-59453 K2: completion regression from org.jetbrains.kotlin.analysis.api.fir.components.KtFirVisibilityChecker#collectContainingDeclarations
  • KT-59189 Analysis API: KtFirKDocReference.resolveToSymbols is slow
  • KT-58125 K2: LL FIR: KtToFirMapping.getElement is slow for KtUserTypes due to on-air resolution of types

Fixes

  • KT-59240 K2: FirLazyResolveContractViolationException: lazyResolveToPhase(IMPORTS) cannot be called from a transformer with a phase IMPORTS from superTypes
  • KT-58499 K2: FirLazyBlock should be calculated before accessing
  • KT-57966 K2: Analysis API: Reference Shortener does not work correctly when called on entire file
  • KT-60954 K2: Analysis API: Reference shortener does not work correctly with variable assignments
  • KT-60940 K2: Analysis API: Reference shortener incorrectly handles types in vararg parameters declarations
  • KT-60488 Analysis API: forbid providing custom KtLifetimeToken for every analyze call
  • KT-60728 K2: proper support for scripts in LL FIR transformers
  • KT-59159 K2 IDE: declaration is not found exception
  • KT-59297 K2: exception from body resolve leads to corrupted state and broken analysis
  • KT-59077 KtFirExpressionTypeProvider behaviour for KtSimpleNameReferences in function calls
  • KT-60586 K2: forbid analyze from write action
  • KT-57743 K2 IDE: StackOverflowError from LLFirSessionCache for simple JPS project with cyclic dependencies
  • KT-61026 K2 Scripts: FirLazyExpression should be calculated before accessing from on-air resolve
  • KT-61009 K2 Scripts: KtFirExpressionTypeProvider: Expected FirResolvedTypeRef with ConeKotlinType but was FirImplicitTypeRefImplWithoutSource
  • KT-60357 K2 IDE. Reified types parameters are not resolved in a function body
  • KT-60317 K2 IDE. IAE "This method will only work on compiled declarations, but this declaration is not compiled" on invoking Find Usages for enum method in library
  • KT-60706 K2 IDE: FirJvmTypeMapper is not found for kotlin.kotlin-stdlib-common
  • KT-60552 K2: merge StateKeeper and lazy body calculator for ANNOTATIONS_ARGUMENTS_MAPPING transformer
  • KT-60641 Analysis API: Scope for class org.jetbrains.kotlin.fir.types.impl.ConeClassLikeTypeImpl not found exception when stdlib is missing
  • KT-60638 K2: Expected FirResolvedTypeRef with ConeKotlinType but was FirImplicitTypeRefImplWithoutSource
  • KT-54846 Analysis API: add isExpect/isActual to KtSymbol
  • KT-60448 FirLazyResolveContractViolationException: lazyResolveToPhase(COMPILER_REQUIRED_ANNOTATIONS) cannot be called from a transformer with a phase COMPILER_REQUIRED_ANNOTATIONS from AllOpen plugin
  • KT-59342 K2 IDE. FirLazyResolveContractViolationException: lazyResolveToPhase(TYPES) cannot be called from a transformer with a phase TYPES
  • KT-59687 K2: Implement proper body update for in-block modifications
  • KT-59329 Resolve Extensions reference resolution breaks Find Usages
  • KT-60295 K2: move checkIsResolved for annotations from LLFirAnnotationArgumentsLazyResolver to LLFirTypeLazyResolver
  • KT-59758 K2: Expected is FirResolvedTypeRef, but was FirImplicitTypeRefImplWithoutSource from ReturnTypeCalculatorWithJump
  • KT-60377 K2 IDE: This method will only work on compiled declarations, but this declaration is not compiled
  • KT-59685 K2: rewrite on-air resolution
  • KT-60132 K2: properties and functions without a name should be re-analyzable as well
  • KT-59199 K2 IDE: PSI changes which do not cause OOB modifications can be unseen from the FIR elements

... (truncated)

Commits
  • eaa46a8 Add changelog for 1.9.20 release
  • 8ac51de Add changelog for 1.9.20-RC2
  • 508e032 [K/JS] Remove unconditional cast to IrClass in KClass expression
  • d700cd1 [FE] 1.9.20 exclusive commit. Fix testData after previous two commits
  • 22b9d50 [FE 1.0] 2/2 Don't report a warning when new members are added to open expect...
  • 29cf556 [FE 1.0] 1/2 Don't report a warning when new supertypes are added to open exp...
  • 40cf415 [FE 1.0] Refactoring: replace defensive NonPrivateCallableAdded with Unknown
  • 4408d89 [FE 1.0] Report a more precise diagnostic when parameter modifiers (vararg) a...
  • 6982fa1 [FE 1.0] 2/2 Drop AllowDifferentMembersInActual from compiler and testData
  • 882f468 [STDLIB] 1/2 Drop AllowDifferentMembersInActual from stdlib
  • Additional commits viewable in compare view

Updates io.vertx:vertx-core from 4.4.5 to 4.5.0

Commits
  • c343c78 Releasing 4.5.0
  • b407a30 HostAndPort fails to parse a nip host (#4953)
  • a33a8f6 Configure initial settings for Http2ClientTimeout tests instead of configurin...
  • 2349b9a Use a lower ratio for CI for timeout test
  • 3cc78d4 The HttpClientRequest implementation does have a mapping of HTTP closed excep...
  • f17dcbc HTTP client idle timeout should reset the stream with CANCEL (8) the HTTP/2 s...
  • dd5df0d Rename HttpClientRequest#setIdleTimeout -> idleTimeout
  • 75d6dc2 The TCP server/client updateSslOptions method does not update the options whe...
  • 29ebcb1 Improve a few things in the HTTP tls tests
  • 433d282 We should actually keep RequestOptions#setTimeout to configure simultaneously...
  • Additional commits viewable in compare view

Updates io.vertx:vertx-lang-kotlin from 4.4.5 to 4.5.0

Updates io.vertx:vertx-lang-kotlin-coroutines from 4.4.5 to 4.5.0

Updates io.vertx:vertx-junit5 from 4.4.5 to 4.5.0

Updates com.google.devtools.ksp:symbol-processing-api from 1.9.10-1.0.13 to 1.9.20-1.0.14

Release notes

Sourced from com.google.devtools.ksp:symbol-processing-api's releases.

1.9.20-1.0.14

issues fixed

  • #1474 Unresolvable types in annotation value are incorrectly displayed as null values instead of error types.
  • #1522 KspTaskNative is not configuration cacheable
  • #1554 KSP Incremental Processing: Removing a file does not remove transitively generated files
  • #1555 KSP Incremental Processing: Clean source files should have generated output cache accessible via Resolver.
  • #1568 KSP resolves dependencies too early

1.9.20-1.0.13

Bumping Kotlin to 1.9.20 for KSP 1.0.13.

1.9.20-RC2-1.0.13

Bumping Kotlin to 1.9.20-RC2 for KSP 1.0.13.

1.9.20-RC-1.0.13

Bumping Kotlin to 1.9.20-RC for KSP 1.0.13.

1.9.20-Beta2-1.0.13

Bumping Kotlin to 1.9.20-Beta2 for KSP 1.0.13.

1.9.20-Beta-1.0.13

Bumping Kotlin to 1.9.20-Beta for KSP 1.0.13.

Commits
  • b30f578 fix classifier reference toString
  • 10910a3 use psi based type reference to defer type resolution
  • 78dc404 isolate static members into thread local
  • c98b9b5 Rename more ksp.useK2 to ksp.useKSP2
  • c188d67 Rename ksp.useK2 to ksp.useKSP2
  • 4c90e9c UPDATE_KOTLIN_VERSION: 1.9.20
  • 273d73a disable 2 tests not working due to compiler version mismatch in release branch
  • c0063eb disable KSPAATest on release branch
  • 6c333fa Revert "UPDATE_KOTLIN_VERSION: 1.9.30-dev-2548"
  • d0779dd UPDATE_KOTLIN_VERSION: 1.9.20-RC2
  • Additional commits viewable in compare view

Updates com.squareup:kotlinpoet from 1.14.2 to 1.15.1

Release notes

Sourced from com.squareup:kotlinpoet's releases.

1.15.1

  • Fix: Fix a regression introduced by #1637, where a superfluous newline is added to a type's KDoc if it has a primary constructor with no docs (#1727).

1.15.0

Thanks to @​drawers, @​fejesjoco, @​takahirom, @​martinbonnin, @​mcarleio for contributing to this release.

In this release the :kotlinpoet module has been converted to a Kotlin Multiplatform module (#1654), though for now it only supports the JVM target.

  • New: Kotlin 1.9.20.
  • New: KSP 1.9.20-1.0.14.
  • New: Extract TypeSpecHolder interface for constructs that can hold a TypeSpec and their builders (#1723).
  • New: Expose relative path from FileSpec (#1720).
  • New: Return the generated path from FileSpec.writeTo(). (#1514).
  • New: Remove default compatibility from unstable types (#1662).
  • New: Deprecate TypeSpec.expectClassBuilder() and TypeSpec.valueClassBuilder() (#1589).
  • New: Add option to convert KSAnnotation to AnnotationSpec while omitting default values (#1538).
  • New: Add FileSpec.builder convenience for MemberName (#1585).
  • Fix: Set DecimalFormatSymbols.minusSign for consistency across locales (#1658).
  • Fix: Fix link to incremental KSP in KDoc (#1638).
  • Fix: Emit primary constructor KDoc (#1637).
Changelog

Sourced from com.squareup:kotlinpoet's changelog.

Version 1.15.1

2023-11-19

  • Fix: Fix a regression introduced by #1637, where a superfluous newline is added to a type's KDoc if it has a primary constructor with no docs (#1727).

Version 1.15.0

2023-11-18

Thanks to [@​drawers][drawers], [@​fejesjoco][fejesjoco], [@​takahirom][takahirom], [@​martinbonnin][martinbonnin], [@​mcarleio][mcarleio] for contributing to this release.

In this release the :kotlinpoet module has been converted to a Kotlin Multiplatform module (#1654), though for now it only supports the JVM target.

  • New: Kotlin 1.9.20.
  • New: KSP 1.9.20-1.0.14.
  • New: Extract TypeSpecHolder interface for constructs that can hold a TypeSpec and their builders (#1723).
  • New: Expose relative path from FileSpec (#1720).
  • New: Return the generated path from FileSpec.writeTo(). (#1514).
  • New: Remove default compatibility from unstable types (#1662).
  • New: Deprecate TypeSpec.expectClassBuilder() and TypeSpec.valueClassBuilder() (#1589).
  • New: Add option to convert KSAnnotation to AnnotationSpec while omitting default values (#1538).
  • New: Add FileSpec.builder convenience for MemberName (#1585).
  • Fix: Set DecimalFormatSymbols.minusSign for consistency across locales (#1658).
  • Fix: Fix link to incremental KSP in KDoc (#1638).
  • Fix: Emit primary constructor KDoc (#1637).
Commits
  • 3ef169f Prepare for release 1.15.1
  • 3458c5d Remove superfluous newline (#1727)
  • 6e302a9 Update dependency Pygments to v2.17.0
  • d31d45c Prepare next development version
  • a997e65 Prepare for release 1.15.0
  • 9afcbc4 Update dependency mkdocs-material to v9.4.9
  • 7a57880 Extract interface for constructs that can hold a TypeSpec and their builders ...
  • bb620e3 Update dependency pymdown-extensions to v10.4
  • 553a957 Expose relative path from FileSpec (#1720)
  • 1286d7b Return the generated path from FileSpec.writeTo(). (#1514)
  • Additional commits viewable in compare view

Updates com.squareup:kotlinpoet-ksp from 1.14.2 to 1.15.1

Release notes

Sourced from com.squareup:kotlinpoet-ksp's releases.

1.15.1

  • Fix: Fix a regression introduced by #1637, where a superfluous newline is added to a type's KDoc if it has a primary constructor with no docs (#1727).

1.15.0

Thanks to @​drawers, @​fejesjoco, @​takahirom, @​martinbonnin, @​mcarleio for contributing to this release.

In this release the :kotlinpoet module has been converted to a Kotlin Multiplatform module (#1654), though for now it only supports the JVM target.

  • New: Kotlin 1.9.20.
  • New: KSP 1.9.20-1.0.14.
  • New: Extract TypeSpecHolder interface for constructs that can hold a TypeSpec and their builders (#1723).
  • New: Expose relative path from FileSpec (#1720).
  • New: Return the generated path from FileSpec.writeTo(). (#1514).
  • New: Remove default compatibility from unstable types (#1662).
  • New: Deprecate TypeSpec.expectClassBuilder() and TypeSpec.valueClassBuilder() (#1589).
  • New: Add option to convert KSAnnotation to AnnotationSpec while omitting default values (#1538).
  • New: Add FileSpec.builder convenience for MemberName (#1585).
  • Fix: Set DecimalFormatSymbols.minusSign for consistency across locales (#1658).
  • Fix: Fix link to incremental KSP in KDoc (#1638).
  • Fix: Emit primary constructor KDoc (#1637).
Changelog

Sourced from com.squareup:kotlinpoet-ksp's changelog.

Version 1.15.1

2023-11-19

  • Fix: Fix a regression introduced by #1637, where a superfluous newline is added to a type's KDoc if it has a primary constructor with no docs (#1727).

Version 1.15.0

2023-11-18

Thanks to [@​drawers][drawers], [@​fejesjoco][fejesjoco], [@​takahirom][takahirom], [@​martinbonnin][martinbonnin], [@​mcarleio][mcarleio] for contributing to this release.

In this release the :kotlinpoet module has been converted to a Kotlin Multiplatform module (#1654), though for now it only supports the JVM target.

  • New: Kotlin 1.9.20.
  • New: KSP 1.9.20-1.0.14.
  • New: Extract TypeSpecHolder interface for constructs that can hold a TypeSpec and their builders (#1723).
  • New: Expose relative path from FileSpec (#1720).
  • New: Return the generated path from FileSpec.writeTo(). (#1514).
  • New: Remove default compatibility from unstable types (#1662).
  • New: Deprecate TypeSpec.expectClassBuilder() and TypeSpec.valueClassBuilder() (#1589).
  • New: Add option to convert KSAnnotation to AnnotationSpec while omitting default values (#1538).
  • New: Add FileSpec.builder convenience for MemberName (#1585).
  • Fix: Set DecimalFormatSymbols.minusSign for consistency across locales (#1658).
  • Fix: Fix link to incremental KSP in KDoc (#1638).
  • Fix: Emit primary constructor KDoc (#1637).
Commits
  • 3ef169f Prepare for release 1.15.1
  • 3458c5d Remove superfluous newline (#1727)
  • 6e302a9 Update dependency Pygments to v2.17.0
  • d31d45c Prepare next development version
  • a997e65 Prepare for release 1.15.0
  • 9afcbc4 Update dependency mkdocs-material to v9.4.9
  • 7a57880 Extract interface for constructs that can hold a TypeSpec and their builders ...
  • bb620e3 Update dependency pymdown-extensions to v10.4
  • 553a957 Expose relative path from FileSpec (#1720)
  • 1286d7b Return the generated path from FileSpec.writeTo(). (#1514)
  • Additional commits viewable in compare view

Updates com.google.devtools.ksp from 1.9.10-1.0.13 to 1.9.20-1.0.14

Release notes

Sourced from com.google.devtools.ksp's releases.

1.9.20-1.0.14

issues fixed

  • #1474 Unresolvable types in annotation value are incorrectly displayed as null values instead of error types.
  • #1522 KspTaskNative is not configuration cacheable
  • #1554 KSP Incremental Processing: Removing a file does not remove transitively generated files
  • #1555 KSP Incremental Processing: Clean source files should have generated output cache accessible via Resolver.
  • #1568 KSP resolves dependencies too early

1.9.20-1.0.13

Bumping Kotlin to 1.9.20 for KSP 1.0.13.

1.9.20-RC2-1.0.13

Bumping Kotlin to 1.9.20-RC2 for KSP 1.0.13.

1.9.20-RC-1.0.13

Bumping Kotlin to 1.9.20-RC for KSP 1.0.13.

1.9.20-Beta2-1.0.13

Bumping Kotlin to 1.9.20-Beta2 for KSP 1.0.13.

1.9.20-Beta-1.0.13

Bumping Kotlin to 1.9.20-Beta for KSP 1.0.13.

Commits
  • b30f578 fix classifier reference toString
  • 10910a3 use psi based type reference to defer type resolution
  • 78dc404 isolate static members into thread local
  • c98b9b5 Rename more ksp.useK2 to ksp.useKSP2
  • c188d67 Rename ksp.useK2 to ksp.useKSP2
  • 4c90e9c UPDATE_KOTLIN_VERSION: 1.9.20
  • 273d73a disable 2 tests not working due to compiler version mismatch in release branch
  • c0063eb disable KSPAATest on release branch
  • 6c333fa Revert "UPDATE_KOTLIN_VERSION: 1.9.30-dev-2548"
  • d0779dd UPDATE_KOTLIN_VERSION: 1.9.20-RC2
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.20` |
| [io.vertx:vertx-core](https://github.com/eclipse/vert.x) | `4.4.5` | `4.5.0` |
| io.vertx:vertx-lang-kotlin | `4.4.5` | `4.5.0` |
| io.vertx:vertx-lang-kotlin-coroutines | `4.4.5` | `4.5.0` |
| io.vertx:vertx-junit5 | `4.4.5` | `4.5.0` |
| [com.google.devtools.ksp:symbol-processing-api](https://github.com/google/ksp) | `1.9.10-1.0.13` | `1.9.20-1.0.14` |
| [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) | `1.14.2` | `1.15.1` |
| [com.squareup:kotlinpoet-ksp](https://github.com/square/kotlinpoet) | `1.14.2` | `1.15.1` |
| [com.google.devtools.ksp](https://github.com/google/ksp) | `1.9.10-1.0.13` | `1.9.20-1.0.14` |


Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.9.10 to 1.9.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.10...v1.9.20)

Updates `io.vertx:vertx-core` from 4.4.5 to 4.5.0
- [Commits](eclipse-vertx/vert.x@4.4.5...4.5.0)

Updates `io.vertx:vertx-lang-kotlin` from 4.4.5 to 4.5.0

Updates `io.vertx:vertx-lang-kotlin-coroutines` from 4.4.5 to 4.5.0

Updates `io.vertx:vertx-junit5` from 4.4.5 to 4.5.0

Updates `com.google.devtools.ksp:symbol-processing-api` from 1.9.10-1.0.13 to 1.9.20-1.0.14
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.9.10-1.0.13...1.9.20-1.0.14)

Updates `com.squareup:kotlinpoet` from 1.14.2 to 1.15.1
- [Release notes](https://github.com/square/kotlinpoet/releases)
- [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md)
- [Commits](square/kotlinpoet@1.14.2...1.15.1)

Updates `com.squareup:kotlinpoet-ksp` from 1.14.2 to 1.15.1
- [Release notes](https://github.com/square/kotlinpoet/releases)
- [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md)
- [Commits](square/kotlinpoet@1.14.2...1.15.1)

Updates `com.google.devtools.ksp` from 1.9.10-1.0.13 to 1.9.20-1.0.14
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.9.10-1.0.13...1.9.20-1.0.14)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-lang-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-lang-kotlin-coroutines
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-junit5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.google.devtools.ksp:symbol-processing-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.squareup:kotlinpoet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.squareup:kotlinpoet-ksp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.google.devtools.ksp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 20, 2023
@wowselim wowselim merged commit 521dbac into main Nov 20, 2023
6 checks passed
@wowselim wowselim deleted the dependabot/gradle/dependencies-1c056f1bcc branch November 20, 2023 16:01
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant