Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2024

Bumps kotlin.version from 2.0.21 to 2.1.0.
Updates org.jetbrains.kotlin:kotlin-bom from 2.0.21 to 2.1.0

Release notes

Sourced from org.jetbrains.kotlin:kotlin-bom's releases.

Kotlin 2.1.0

Changelog

Analysis API

New Features

  • KT-68603 KotlinDirectInheritorsProvider: add an option to ignore non-kotlin results

Performance Improvements

  • KT-70757 Performance problem in KaFirVisibilityChecker for KaFirPsiJavaClassSymbol

Fixes

  • KT-70437 Class reference is not resolvable
  • KT-57733 Analysis API: Use optimized ModuleWithDependenciesScopes in combined symbol providers
  • KT-72389 K2: False positive "Redundant 'protected' modifier" for protected property inside protected constructor from private or internal class
  • KT-69190 K2: False-positive "redundant private modifier"
  • KT-64984 Analysis API: Support Wasm target
  • KT-70375 K2: NPE at org.jetbrains.kotlin.analysis.api.fir.symbols.KaFirNamedClassSymbolBase.createPointer
  • KT-71259 K2 evaluator: Invalid smart cast info collecting for Code Fragments
  • KT-69360 Lack of implicit receiver for the last statement under lambda in scripts
  • KT-70890 Analysis API: Experiment with weak references to LL FIR/analysis sessions in session caches
  • KT-70657 Analysis API: Inner types from classes with generics are incorrectly represented by the compiled jars
  • KT-71055 Suspend calls inside 'analyze()' break the block guarantees
  • KT-70815 Analysis API: Implement stop-the-world session invalidation
  • KT-69819 K2 IDE: LHS type in callable references is unresolved when it has type arguments and is qualified
  • KT-68761 Analysis API: Experiment with limited-size cache in KaFirSessionProvider
  • KT-70384 Analysis API Standalone: The same class in the same two renamed jars is unresolved
  • KT-71067 Exceptions from references cancel Find Usages
  • KT-69535 Redesign 'containingSymbol'
  • KT-71025 K2 IDE: Scopes in "importingScopeContext" have reversed ordering and "indexInTower" values
  • KT-67483 K2 IDE: Serializable plugin causes infinite resolve recursion when there is a star import from a class with annotation call
  • KT-69416 K2 IDE / Completion: “No classifier found” on simple value creating
  • KT-70257 CCE: class kotlin.UInt cannot be cast to class java.lang.Number
  • KT-70376 K2 IDE / Kotlin Debugger: IAE “Only componentN functions should be cached this way, but got: toString” on evaluating toString() method for value class
  • KT-70264 AA: service registration via XML fails with AbstractMethodError in Lint CLI
  • KT-69950 Analysis API: Introduce isSubtypeOf(ClassId)
  • KT-68625 K2: “lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS.”
  • KT-67665 K2: contract violation for value class with a constructor parameter with an implicit type
  • KT-67009 Analysis API: Add abbreviated type tests for type aliases from source modules
  • KT-69977 KaFirFunctionalType#getAbbreviation is always null
  • KT-68341 Analysis API: Expanded function types from libraries don't have an abbreviated type
  • KT-68857 Analysis API: Refactor annotations
  • KT-70386 Do not filter out overloads from different libraries in dangling files
  • KT-65552 K2: CANNOT_CHECK_FOR_ERASED in KtTypeCodeFragment
  • KT-65803 K2: Analysis API: KtFirTypeProvider#getSubstitutedSuperTypes throws an exception in the case of "Wrong number of type arguments"
  • KT-68896 Support VirtualFile binary dependency inputs to Analysis API modules
  • KT-69395 K2 IDE: incorrect overload selection from binary dependencies in a shared native source set

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-bom's changelog.

2.1.0

Analysis API

New Features

  • KT-68603 KotlinDirectInheritorsProvider: add an option to ignore non-kotlin results

Performance Improvements

  • KT-70757 Performance problem in KaFirVisibilityChecker for KaFirPsiJavaClassSymbol

Fixes

  • KT-70437 Class reference is not resolvable
  • KT-57733 Analysis API: Use optimized ModuleWithDependenciesScopes in combined symbol providers
  • KT-72389 K2: False positive "Redundant 'protected' modifier" for protected property inside protected constructor from private or internal class
  • KT-69190 K2: False-positive "redundant private modifier"
  • KT-64984 Analysis API: Support Wasm target
  • KT-70375 K2: NPE at org.jetbrains.kotlin.analysis.api.fir.symbols.KaFirNamedClassSymbolBase.createPointer
  • KT-71259 K2 evaluator: Invalid smart cast info collecting for Code Fragments
  • KT-69360 Lack of implicit receiver for the last statement under lambda in scripts
  • KT-70890 Analysis API: Experiment with weak references to LL FIR/analysis sessions in session caches
  • KT-70657 Analysis API: Inner types from classes with generics are incorrectly represented by the compiled jars
  • KT-71055 Suspend calls inside 'analyze()' break the block guarantees
  • KT-70815 Analysis API: Implement stop-the-world session invalidation
  • KT-69819 K2 IDE: LHS type in callable references is unresolved when it has type arguments and is qualified
  • KT-68761 Analysis API: Experiment with limited-size cache in KaFirSessionProvider
  • KT-70384 Analysis API Standalone: The same class in the same two renamed jars is unresolved
  • KT-71067 Exceptions from references cancel Find Usages
  • KT-69535 Redesign 'containingSymbol'
  • KT-71025 K2 IDE: Scopes in "importingScopeContext" have reversed ordering and "indexInTower" values
  • KT-67483 K2 IDE: Serializable plugin causes infinite resolve recursion when there is a star import from a class with annotation call
  • KT-69416 K2 IDE / Completion: “No classifier found” on simple value creating
  • KT-70257 CCE: class kotlin.UInt cannot be cast to class java.lang.Number
  • KT-70376 K2 IDE / Kotlin Debugger: IAE “Only componentN functions should be cached this way, but got: toString” on evaluating toString() method for value class
  • KT-70264 AA: service registration via XML fails with AbstractMethodError in Lint CLI
  • KT-69950 Analysis API: Introduce isSubtypeOf(ClassId)
  • KT-68625 K2: “lazyResolveToPhase(STATUS) cannot be called from a transformer with a phase STATUS.”
  • KT-67665 K2: contract violation for value class with a constructor parameter with an implicit type
  • KT-67009 Analysis API: Add abbreviated type tests for type aliases from source modules
  • KT-69977 KaFirFunctionalType#getAbbreviation is always null
  • KT-68341 Analysis API: Expanded function types from libraries don't have an abbreviated type
  • KT-68857 Analysis API: Refactor annotations
  • KT-70386 Do not filter out overloads from different libraries in dangling files
  • KT-65552 K2: CANNOT_CHECK_FOR_ERASED in KtTypeCodeFragment
  • KT-65803 K2: Analysis API: KtFirTypeProvider#getSubstitutedSuperTypes throws an exception in the case of "Wrong number of type arguments"
  • KT-68896 Support VirtualFile binary dependency inputs to Analysis API modules
  • KT-69395 K2 IDE: incorrect overload selection from binary dependencies in a shared native source set
  • KT-68573 ISE: "Unexpected constant value (kotlin/annotation/AnnotationTarget, CLASS)" at Kt1DescUtilsKt.toKtConstantValue()

... (truncated)

Commits
  • 5dd9cea Add ChangeLog for 2.1.0
  • be31f19 [Gradle] Fix documentation publishing to Kotlinlang
  • f959bf2 Add ChangeLog for 2.1.0-RC2
  • b21df7b [Gradle] Update info about versioning
  • a7dabb6 [Gradle] Fix templates extraction
  • 858b914 [Gradle] Add KDoc for KotlinTargetsDsl
  • 1026b47 [Gradle] Add KDoc for KotlinTargetWithTests
  • 54452c0 [Gradle] Add KDoc for KotlinTestRun
  • d10e47a [Gradle] Add KDoc for KotlinExecution
  • 1208eec fix: clarifications and language polishing
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-maven-plugin from 2.0.21 to 2.1.0

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 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)

Bumps `kotlin.version` from 2.0.21 to 2.1.0.

Updates `org.jetbrains.kotlin:kotlin-bom` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21...v2.1.0)

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.0.21 to 2.1.0

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  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 Nov 28, 2024
@oldratlee oldratlee merged commit e526d31 into master Nov 28, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/maven/kotlin.version-2.1.0 branch November 28, 2024 12:58
oldratlee pushed a commit that referenced this pull request Feb 10, 2025
bump http4k-bom from 5.13.7.0 to 5.13.8.0 (#188)
bump http4k-bom from 5.13.8.0 to 5.13.9.0 (#189)
bump kotlin.version from 1.9.22 to 1.9.23 (#190)
bump http4k-bom from 5.13.9.0 to 5.14.0.0 (#191)
bump http4k-bom from 5.14.0.0 to 5.14.1.0 (#192)
bump maven-compiler-plugin from 3.12.1 to 3.13.0 (#193)
bump http4k-bom from 5.14.1.0 to 5.14.4.0 (#194)
bump maven-source-plugin from 3.3.0 to 3.3.1 (#195)
bump http4k-bom from 5.14.4.0 to 5.15.0.0 (#196)
bump maven-jar-plugin from 3.3.0 to 3.4.0 (#197)
bump http4k-bom from 5.15.0.0 to 5.16.0.0 (#198)
bump maven-jar-plugin from 3.4.0 to 3.4.1 (#199)
bump http4k-bom from 5.16.0.0 to 5.16.1.0 (#200)
bump http4k-bom from 5.16.1.0 to 5.16.2.0 (#201)
bump maven-deploy-plugin from 3.1.1 to 3.1.2 (#203)
bump maven-install-plugin from 3.1.1 to 3.1.2 (#204)
bump http4k-bom from 5.16.2.0 to 5.18.1.0 (#205)
bump http4k-bom from 5.18.1.0 to 5.18.2.0 (#206)
bump kotlin.version from 1.9.23 to 1.9.24 (#207)
bump kotlinx-coroutines-bom (#208)
bump http4k-bom from 5.18.2.0 to 5.19.0.0 (#209)
bump http4k-bom from 5.19.0.0 to 5.20.0.0 (#210)
bump kotlin.version from 1.9.24 to 2.0.0 (#211)
bump http4k-bom from 5.20.0.0 to 5.21.0.0 (#212)
bump maven-enforcer-plugin from 3.4.1 to 3.5.0 (#213)
bump http4k-bom from 5.21.0.0 to 5.21.1.0 (#214)
bump maven-javadoc-plugin from 3.6.3 to 3.7.0 (#215)
bump http4k-bom from 5.21.1.0 to 5.22.0.0 (#216)
bump http4k-bom from 5.22.0.0 to 5.23.0.0 (#217)
bump maven-surefire-plugin from 3.2.5 to 3.3.0 (#218)
bump maven-jar-plugin from 3.4.1 to 3.4.2 (#219)
bump maven-clean-plugin from 3.3.2 to 3.4.0 (#220)
bump http4k-bom from 5.23.0.0 to 5.24.0.0 (#221)
bump junit-bom from 5.10.2 to 5.10.3 (#222)
bump http4k-bom from 5.24.0.0 to 5.24.1.0 (#223)
bump http4k-bom from 5.24.1.0 to 5.25.0.0 (#224)
bump maven-surefire-plugin from 3.3.0 to 3.3.1 (#225)
bump http4k-bom from 5.25.0.0 to 5.26.0.0 (#226)
bump maven-javadoc-plugin from 3.7.0 to 3.8.0 (#227)
bump http4k-bom from 5.26.0.0 to 5.26.1.0 (#228)
bump kotlin.version from 2.0.0 to 2.0.10 (#229)
bump http4k-bom from 5.26.1.0 to 5.27.0.0 (#230)
bump junit-bom from 5.10.3 to 5.11.0 (#231)
bump maven-surefire-plugin from 3.3.1 to 3.4.0 (#232)
bump maven-site-plugin from 3.12.1 to 3.20.0 (#233)
bump maven-install-plugin from 3.1.2 to 3.1.3 (#234)
bump maven-deploy-plugin from 3.1.2 to 3.1.3 (#235)
bump http4k-bom from 5.27.0.0 to 5.28.0.0 (#236)
bump http4k-bom from 5.28.0.0 to 5.28.1.0 (#237)
bump kotlin.version from 2.0.10 to 2.0.20 (#238)
bump http4k-bom from 5.28.1.0 to 5.29.0.0 (#239)
bump maven-javadoc-plugin from 3.8.0 to 3.10.0 (#240)
bump maven-surefire-plugin from 3.4.0 to 3.5.0 (#241)
bump http4k-bom from 5.29.0.0 to 5.30.0.0 (#242)
bump kotlinx-coroutines-bom from 1.8.1 to 1.9.0 (#243)
bump http4k-bom from 5.30.0.0 to 5.30.1.0 (#244)
bump http4k-bom from 5.30.1.0 to 5.31.0.0 (#245)
bump http4k-bom from 5.31.0.0 to 5.31.1.0 (#246)
bump junit-bom from 5.11.0 to 5.11.1 (#247)
bump http4k-bom from 5.31.1.0 to 5.32.1.0 (#248)
bump maven-javadoc-plugin from 3.10.0 to 3.10.1 (#249)
bump http4k-bom from 5.32.1.0 to 5.32.2.0 (#250)
bump http4k-bom from 5.32.2.0 to 5.32.3.0 (#251)
bump junit-bom from 5.11.1 to 5.11.2 (#252)
bump maven-surefire-plugin from 3.5.0 to 3.5.1 (#253)
bump http4k-bom from 5.32.3.0 to 5.32.4.0 (#254)
bump kotlin.version from 2.0.20 to 2.0.21 (#255)
bump junit-bom from 5.11.2 to 5.11.3 (#256)
bump maven-site-plugin from 3.20.0 to 3.21.0 (#257)
bump http4k-bom from 5.32.4.0 to 5.33.0.0 (#258)
bump http4k-bom from 5.33.0.0 to 5.33.0.1 (#259)
bump maven-javadoc-plugin from 3.10.1 to 3.11.1 (#260)
bump maven-surefire-plugin from 3.5.1 to 3.5.2 (#261)
bump http4k-bom from 5.33.0.1 to 5.33.1.0 (#262)
bump http4k-bom from 5.33.1.0 to 5.34.0.0 (#263)
bump http4k-bom from 5.34.0.0 to 5.34.1.0 (#264)
bump http4k-bom from 5.34.1.0 to 5.35.1.0 (#265)
bump http4k-bom from 5.35.1.0 to 5.35.2.0 (#266)
bump http4k-bom from 5.35.2.0 to 5.35.4.0 (#267)
bump http4k-bom from 5.35.4.0 to 5.35.5.0 (#268)
bump http4k-bom from 5.35.5.0 to 5.36.0.0 (#269)
bump kotlin.version from 2.0.21 to 2.1.0 (#270)
bump http4k-bom from 5.36.0.0 to 5.37.1.1 (#271)
bump http4k-bom from 5.37.1.1 to 5.38.0.0 (#273)
bump maven-javadoc-plugin from 3.11.1 to 3.11.2 (#272)
bump http4k-bom from 5.38.0.0 to 5.39.0.0 (#274)
bump http4k-bom from 5.39.0.0 to 5.40.0.0 (#275)
bump http4k-bom from 5.40.0.0 to 5.41.0.0 (#276)
bump junit-bom from 5.11.3 to 5.11.4 (#277)
bump kotlinx-coroutines-bom from 1.9.0 to 1.10.0 (#278)
bump kotlinx-coroutines-bom from 1.10.0 to 1.10.1 (#279)
bump http4k-bom from 5.41.0.0 to 5.42.0.0 (#280)
bump http4k-bom from 5.42.0.0 to 5.43.0.0 (#281)
bump http4k-bom from 5.43.0.0 to 5.44.3.0 (#282)
bump http4k-bom from 5.44.3.0 to 5.45.0.0 (#283)
bump http4k-bom from 5.45.0.0 to 5.45.1.0 (#284)
bump http4k-bom from 5.45.1.0 to 5.45.2.0 (#285)
bump http4k-bom from 5.45.2.0 to 5.46.0.0 (#286)
bump kotlin.version from 2.1.0 to 2.1.10 (#287)
bump http4k-bom from 5.46.0.0 to 5.47.0.0 (#288)
oldratlee pushed a commit that referenced this pull request Sep 4, 2025
bump http4k-bom from 5.13.7.0 to 5.13.8.0 (#188)
bump http4k-bom from 5.13.8.0 to 5.13.9.0 (#189)
bump kotlin.version from 1.9.22 to 1.9.23 (#190)
bump http4k-bom from 5.13.9.0 to 5.14.0.0 (#191)
bump http4k-bom from 5.14.0.0 to 5.14.1.0 (#192)
bump maven-compiler-plugin from 3.12.1 to 3.13.0 (#193)
bump http4k-bom from 5.14.1.0 to 5.14.4.0 (#194)
bump maven-source-plugin from 3.3.0 to 3.3.1 (#195)
bump http4k-bom from 5.14.4.0 to 5.15.0.0 (#196)
bump maven-jar-plugin from 3.3.0 to 3.4.0 (#197)
bump http4k-bom from 5.15.0.0 to 5.16.0.0 (#198)
bump maven-jar-plugin from 3.4.0 to 3.4.1 (#199)
bump http4k-bom from 5.16.0.0 to 5.16.1.0 (#200)
bump http4k-bom from 5.16.1.0 to 5.16.2.0 (#201)
bump maven-deploy-plugin from 3.1.1 to 3.1.2 (#203)
bump maven-install-plugin from 3.1.1 to 3.1.2 (#204)
bump http4k-bom from 5.16.2.0 to 5.18.1.0 (#205)
bump http4k-bom from 5.18.1.0 to 5.18.2.0 (#206)
bump kotlin.version from 1.9.23 to 1.9.24 (#207)
bump kotlinx-coroutines-bom (#208)
bump http4k-bom from 5.18.2.0 to 5.19.0.0 (#209)
bump http4k-bom from 5.19.0.0 to 5.20.0.0 (#210)
bump kotlin.version from 1.9.24 to 2.0.0 (#211)
bump http4k-bom from 5.20.0.0 to 5.21.0.0 (#212)
bump maven-enforcer-plugin from 3.4.1 to 3.5.0 (#213)
bump http4k-bom from 5.21.0.0 to 5.21.1.0 (#214)
bump maven-javadoc-plugin from 3.6.3 to 3.7.0 (#215)
bump http4k-bom from 5.21.1.0 to 5.22.0.0 (#216)
bump http4k-bom from 5.22.0.0 to 5.23.0.0 (#217)
bump maven-surefire-plugin from 3.2.5 to 3.3.0 (#218)
bump maven-jar-plugin from 3.4.1 to 3.4.2 (#219)
bump maven-clean-plugin from 3.3.2 to 3.4.0 (#220)
bump http4k-bom from 5.23.0.0 to 5.24.0.0 (#221)
bump junit-bom from 5.10.2 to 5.10.3 (#222)
bump http4k-bom from 5.24.0.0 to 5.24.1.0 (#223)
bump http4k-bom from 5.24.1.0 to 5.25.0.0 (#224)
bump maven-surefire-plugin from 3.3.0 to 3.3.1 (#225)
bump http4k-bom from 5.25.0.0 to 5.26.0.0 (#226)
bump maven-javadoc-plugin from 3.7.0 to 3.8.0 (#227)
bump http4k-bom from 5.26.0.0 to 5.26.1.0 (#228)
bump kotlin.version from 2.0.0 to 2.0.10 (#229)
bump http4k-bom from 5.26.1.0 to 5.27.0.0 (#230)
bump junit-bom from 5.10.3 to 5.11.0 (#231)
bump maven-surefire-plugin from 3.3.1 to 3.4.0 (#232)
bump maven-site-plugin from 3.12.1 to 3.20.0 (#233)
bump maven-install-plugin from 3.1.2 to 3.1.3 (#234)
bump maven-deploy-plugin from 3.1.2 to 3.1.3 (#235)
bump http4k-bom from 5.27.0.0 to 5.28.0.0 (#236)
bump http4k-bom from 5.28.0.0 to 5.28.1.0 (#237)
bump kotlin.version from 2.0.10 to 2.0.20 (#238)
bump http4k-bom from 5.28.1.0 to 5.29.0.0 (#239)
bump maven-javadoc-plugin from 3.8.0 to 3.10.0 (#240)
bump maven-surefire-plugin from 3.4.0 to 3.5.0 (#241)
bump http4k-bom from 5.29.0.0 to 5.30.0.0 (#242)
bump kotlinx-coroutines-bom from 1.8.1 to 1.9.0 (#243)
bump http4k-bom from 5.30.0.0 to 5.30.1.0 (#244)
bump http4k-bom from 5.30.1.0 to 5.31.0.0 (#245)
bump http4k-bom from 5.31.0.0 to 5.31.1.0 (#246)
bump junit-bom from 5.11.0 to 5.11.1 (#247)
bump http4k-bom from 5.31.1.0 to 5.32.1.0 (#248)
bump maven-javadoc-plugin from 3.10.0 to 3.10.1 (#249)
bump http4k-bom from 5.32.1.0 to 5.32.2.0 (#250)
bump http4k-bom from 5.32.2.0 to 5.32.3.0 (#251)
bump junit-bom from 5.11.1 to 5.11.2 (#252)
bump maven-surefire-plugin from 3.5.0 to 3.5.1 (#253)
bump http4k-bom from 5.32.3.0 to 5.32.4.0 (#254)
bump kotlin.version from 2.0.20 to 2.0.21 (#255)
bump junit-bom from 5.11.2 to 5.11.3 (#256)
bump maven-site-plugin from 3.20.0 to 3.21.0 (#257)
bump http4k-bom from 5.32.4.0 to 5.33.0.0 (#258)
bump http4k-bom from 5.33.0.0 to 5.33.0.1 (#259)
bump maven-javadoc-plugin from 3.10.1 to 3.11.1 (#260)
bump maven-surefire-plugin from 3.5.1 to 3.5.2 (#261)
bump http4k-bom from 5.33.0.1 to 5.33.1.0 (#262)
bump http4k-bom from 5.33.1.0 to 5.34.0.0 (#263)
bump http4k-bom from 5.34.0.0 to 5.34.1.0 (#264)
bump http4k-bom from 5.34.1.0 to 5.35.1.0 (#265)
bump http4k-bom from 5.35.1.0 to 5.35.2.0 (#266)
bump http4k-bom from 5.35.2.0 to 5.35.4.0 (#267)
bump http4k-bom from 5.35.4.0 to 5.35.5.0 (#268)
bump http4k-bom from 5.35.5.0 to 5.36.0.0 (#269)
bump kotlin.version from 2.0.21 to 2.1.0 (#270)
bump http4k-bom from 5.36.0.0 to 5.37.1.1 (#271)
bump http4k-bom from 5.37.1.1 to 5.38.0.0 (#273)
bump maven-javadoc-plugin from 3.11.1 to 3.11.2 (#272)
bump http4k-bom from 5.38.0.0 to 5.39.0.0 (#274)
bump http4k-bom from 5.39.0.0 to 5.40.0.0 (#275)
bump http4k-bom from 5.40.0.0 to 5.41.0.0 (#276)
bump junit-bom from 5.11.3 to 5.11.4 (#277)
bump kotlinx-coroutines-bom from 1.9.0 to 1.10.0 (#278)
bump kotlinx-coroutines-bom from 1.10.0 to 1.10.1 (#279)
bump http4k-bom from 5.41.0.0 to 5.42.0.0 (#280)
bump http4k-bom from 5.42.0.0 to 5.43.0.0 (#281)
bump http4k-bom from 5.43.0.0 to 5.44.3.0 (#282)
bump http4k-bom from 5.44.3.0 to 5.45.0.0 (#283)
bump http4k-bom from 5.45.0.0 to 5.45.1.0 (#284)
bump http4k-bom from 5.45.1.0 to 5.45.2.0 (#285)
bump http4k-bom from 5.45.2.0 to 5.46.0.0 (#286)
bump kotlin.version from 2.1.0 to 2.1.10 (#287)
bump http4k-bom from 5.46.0.0 to 5.47.0.0 (#288)
bump maven-clean-plugin from 3.4.0 to 3.4.1 (#290)
bump http4k-bom from 5.47.0.0 to 6.0.1.0 (#292)
bump maven-compiler-plugin from 3.13.0 to 3.14.0 (#291)
bump junit-bom from 5.11.4 to 5.12.0 (#293)
bump maven-deploy-plugin from 3.1.3 to 3.1.4 (#294)
bump maven-install-plugin from 3.1.3 to 3.1.4 (#295)
bump http4k-bom from 6.0.1.0 to 6.1.0.0 (#296)
bump http4k-bom from 6.1.0.0 to 6.1.0.1 (#297)
bump junit-bom from 5.12.0 to 5.12.1 (#298)
bump kotlin.version from 2.1.10 to 2.1.20 (#299)
bump http4k-bom from 6.1.0.1 to 6.2.0.0 (#300)
bump http4k-bom from 6.2.0.0 to 6.4.0.0 (#301)
bump maven-surefire-plugin from 3.5.2 to 3.5.3 (#302)
bump http4k-bom from 6.4.0.0 to 6.5.1.0 (#304)
bump http4k-bom from 6.5.1.0 to 6.5.2.0 (#305)
bump http4k-bom from 6.5.2.0 to 6.5.3.0 (#306)
bump kotlinx-coroutines-bom from 1.10.1 to 1.10.2 (#307)
bump http4k-bom from 6.5.3.0 to 6.5.4.0 (#308)
bump http4k-bom from 6.5.4.0 to 6.5.6.1 (#309)
bump junit-bom from 5.12.1 to 5.12.2 (#310)
bump http4k-bom from 6.5.6.1 to 6.6.0.1 (#311)
bump http4k-bom from 6.6.0.1 to 6.8.0.0 (#314)
bump http4k-bom from 6.8.0.0 to 6.9.0.0 (#315)
bump kotlin.version from 2.1.20 to 2.1.21 (#316)
bump http4k-bom from 6.9.0.0 to 6.9.2.0 (#318)
bump http4k-bom from 6.9.2.0 to 6.10.0.0 (#319)
bump http4k-bom from 6.10.0.0 to 6.10.2.0 (#321)
bump junit-bom from 5.12.2 to 5.13.0 (#320)
bump maven-clean-plugin from 3.4.1 to 3.5.0 (#322)
bump http4k-bom from 6.10.2.0 to 6.12.0.0 (#324)
bump junit-bom from 5.13.0 to 5.13.1 (#325)
bump http4k-bom from 6.12.0.0 to 6.13.0.0 (#326)
bump http4k-bom from 6.13.0.0 to 6.14.0.0 (#327)
bump http4k-bom from 6.14.0.0 to 6.15.0.1 (#328)
bump junit-bom from 5.13.1 to 5.13.2 (#330)
bump junit-bom from 5.13.2 to 5.13.3 (#333)
bump http4k-bom from 6.15.0.1 to 6.15.1.0 (#331)
bump maven-enforcer-plugin from 3.5.0 to 3.6.0 (#332)
bump maven-enforcer-plugin from 3.6.0 to 3.6.1 (#334)
bump junit-bom from 5.13.3 to 5.13.4 (#335)
bump actions/checkout from 4 to 5 (#336)
bump kotlin.version from 2.2.0 to 2.2.10 (#337)
bump maven-javadoc-plugin from 3.11.2 to 3.11.3 (#338)
bump actions/setup-java from 4 to 5 (#339)
bump http4k-bom from 6.15.1.0 to 6.16.0.0 (#340)
oldratlee pushed a commit that referenced this pull request Sep 19, 2025
bump http4k-bom from 5.13.7.0 to 5.13.8.0 (#188)
bump http4k-bom from 5.13.8.0 to 5.13.9.0 (#189)
bump kotlin.version from 1.9.22 to 1.9.23 (#190)
bump http4k-bom from 5.13.9.0 to 5.14.0.0 (#191)
bump http4k-bom from 5.14.0.0 to 5.14.1.0 (#192)
bump maven-compiler-plugin from 3.12.1 to 3.13.0 (#193)
bump http4k-bom from 5.14.1.0 to 5.14.4.0 (#194)
bump maven-source-plugin from 3.3.0 to 3.3.1 (#195)
bump http4k-bom from 5.14.4.0 to 5.15.0.0 (#196)
bump maven-jar-plugin from 3.3.0 to 3.4.0 (#197)
bump http4k-bom from 5.15.0.0 to 5.16.0.0 (#198)
bump maven-jar-plugin from 3.4.0 to 3.4.1 (#199)
bump http4k-bom from 5.16.0.0 to 5.16.1.0 (#200)
bump http4k-bom from 5.16.1.0 to 5.16.2.0 (#201)
bump maven-deploy-plugin from 3.1.1 to 3.1.2 (#203)
bump maven-install-plugin from 3.1.1 to 3.1.2 (#204)
bump http4k-bom from 5.16.2.0 to 5.18.1.0 (#205)
bump http4k-bom from 5.18.1.0 to 5.18.2.0 (#206)
bump kotlin.version from 1.9.23 to 1.9.24 (#207)
bump kotlinx-coroutines-bom (#208)
bump http4k-bom from 5.18.2.0 to 5.19.0.0 (#209)
bump http4k-bom from 5.19.0.0 to 5.20.0.0 (#210)
bump kotlin.version from 1.9.24 to 2.0.0 (#211)
bump http4k-bom from 5.20.0.0 to 5.21.0.0 (#212)
bump maven-enforcer-plugin from 3.4.1 to 3.5.0 (#213)
bump http4k-bom from 5.21.0.0 to 5.21.1.0 (#214)
bump maven-javadoc-plugin from 3.6.3 to 3.7.0 (#215)
bump http4k-bom from 5.21.1.0 to 5.22.0.0 (#216)
bump http4k-bom from 5.22.0.0 to 5.23.0.0 (#217)
bump maven-surefire-plugin from 3.2.5 to 3.3.0 (#218)
bump maven-jar-plugin from 3.4.1 to 3.4.2 (#219)
bump maven-clean-plugin from 3.3.2 to 3.4.0 (#220)
bump http4k-bom from 5.23.0.0 to 5.24.0.0 (#221)
bump junit-bom from 5.10.2 to 5.10.3 (#222)
bump http4k-bom from 5.24.0.0 to 5.24.1.0 (#223)
bump http4k-bom from 5.24.1.0 to 5.25.0.0 (#224)
bump maven-surefire-plugin from 3.3.0 to 3.3.1 (#225)
bump http4k-bom from 5.25.0.0 to 5.26.0.0 (#226)
bump maven-javadoc-plugin from 3.7.0 to 3.8.0 (#227)
bump http4k-bom from 5.26.0.0 to 5.26.1.0 (#228)
bump kotlin.version from 2.0.0 to 2.0.10 (#229)
bump http4k-bom from 5.26.1.0 to 5.27.0.0 (#230)
bump junit-bom from 5.10.3 to 5.11.0 (#231)
bump maven-surefire-plugin from 3.3.1 to 3.4.0 (#232)
bump maven-site-plugin from 3.12.1 to 3.20.0 (#233)
bump maven-install-plugin from 3.1.2 to 3.1.3 (#234)
bump maven-deploy-plugin from 3.1.2 to 3.1.3 (#235)
bump http4k-bom from 5.27.0.0 to 5.28.0.0 (#236)
bump http4k-bom from 5.28.0.0 to 5.28.1.0 (#237)
bump kotlin.version from 2.0.10 to 2.0.20 (#238)
bump http4k-bom from 5.28.1.0 to 5.29.0.0 (#239)
bump maven-javadoc-plugin from 3.8.0 to 3.10.0 (#240)
bump maven-surefire-plugin from 3.4.0 to 3.5.0 (#241)
bump http4k-bom from 5.29.0.0 to 5.30.0.0 (#242)
bump kotlinx-coroutines-bom from 1.8.1 to 1.9.0 (#243)
bump http4k-bom from 5.30.0.0 to 5.30.1.0 (#244)
bump http4k-bom from 5.30.1.0 to 5.31.0.0 (#245)
bump http4k-bom from 5.31.0.0 to 5.31.1.0 (#246)
bump junit-bom from 5.11.0 to 5.11.1 (#247)
bump http4k-bom from 5.31.1.0 to 5.32.1.0 (#248)
bump maven-javadoc-plugin from 3.10.0 to 3.10.1 (#249)
bump http4k-bom from 5.32.1.0 to 5.32.2.0 (#250)
bump http4k-bom from 5.32.2.0 to 5.32.3.0 (#251)
bump junit-bom from 5.11.1 to 5.11.2 (#252)
bump maven-surefire-plugin from 3.5.0 to 3.5.1 (#253)
bump http4k-bom from 5.32.3.0 to 5.32.4.0 (#254)
bump kotlin.version from 2.0.20 to 2.0.21 (#255)
bump junit-bom from 5.11.2 to 5.11.3 (#256)
bump maven-site-plugin from 3.20.0 to 3.21.0 (#257)
bump http4k-bom from 5.32.4.0 to 5.33.0.0 (#258)
bump http4k-bom from 5.33.0.0 to 5.33.0.1 (#259)
bump maven-javadoc-plugin from 3.10.1 to 3.11.1 (#260)
bump maven-surefire-plugin from 3.5.1 to 3.5.2 (#261)
bump http4k-bom from 5.33.0.1 to 5.33.1.0 (#262)
bump http4k-bom from 5.33.1.0 to 5.34.0.0 (#263)
bump http4k-bom from 5.34.0.0 to 5.34.1.0 (#264)
bump http4k-bom from 5.34.1.0 to 5.35.1.0 (#265)
bump http4k-bom from 5.35.1.0 to 5.35.2.0 (#266)
bump http4k-bom from 5.35.2.0 to 5.35.4.0 (#267)
bump http4k-bom from 5.35.4.0 to 5.35.5.0 (#268)
bump http4k-bom from 5.35.5.0 to 5.36.0.0 (#269)
bump kotlin.version from 2.0.21 to 2.1.0 (#270)
bump http4k-bom from 5.36.0.0 to 5.37.1.1 (#271)
bump http4k-bom from 5.37.1.1 to 5.38.0.0 (#273)
bump maven-javadoc-plugin from 3.11.1 to 3.11.2 (#272)
bump http4k-bom from 5.38.0.0 to 5.39.0.0 (#274)
bump http4k-bom from 5.39.0.0 to 5.40.0.0 (#275)
bump http4k-bom from 5.40.0.0 to 5.41.0.0 (#276)
bump junit-bom from 5.11.3 to 5.11.4 (#277)
bump kotlinx-coroutines-bom from 1.9.0 to 1.10.0 (#278)
bump kotlinx-coroutines-bom from 1.10.0 to 1.10.1 (#279)
bump http4k-bom from 5.41.0.0 to 5.42.0.0 (#280)
bump http4k-bom from 5.42.0.0 to 5.43.0.0 (#281)
bump http4k-bom from 5.43.0.0 to 5.44.3.0 (#282)
bump http4k-bom from 5.44.3.0 to 5.45.0.0 (#283)
bump http4k-bom from 5.45.0.0 to 5.45.1.0 (#284)
bump http4k-bom from 5.45.1.0 to 5.45.2.0 (#285)
bump http4k-bom from 5.45.2.0 to 5.46.0.0 (#286)
bump kotlin.version from 2.1.0 to 2.1.10 (#287)
bump http4k-bom from 5.46.0.0 to 5.47.0.0 (#288)
bump maven-clean-plugin from 3.4.0 to 3.4.1 (#290)
bump http4k-bom from 5.47.0.0 to 6.0.1.0 (#292)
bump maven-compiler-plugin from 3.13.0 to 3.14.0 (#291)
bump junit-bom from 5.11.4 to 5.12.0 (#293)
bump maven-deploy-plugin from 3.1.3 to 3.1.4 (#294)
bump maven-install-plugin from 3.1.3 to 3.1.4 (#295)
bump http4k-bom from 6.0.1.0 to 6.1.0.0 (#296)
bump http4k-bom from 6.1.0.0 to 6.1.0.1 (#297)
bump junit-bom from 5.12.0 to 5.12.1 (#298)
bump kotlin.version from 2.1.10 to 2.1.20 (#299)
bump http4k-bom from 6.1.0.1 to 6.2.0.0 (#300)
bump http4k-bom from 6.2.0.0 to 6.4.0.0 (#301)
bump maven-surefire-plugin from 3.5.2 to 3.5.3 (#302)
bump http4k-bom from 6.4.0.0 to 6.5.1.0 (#304)
bump http4k-bom from 6.5.1.0 to 6.5.2.0 (#305)
bump http4k-bom from 6.5.2.0 to 6.5.3.0 (#306)
bump kotlinx-coroutines-bom from 1.10.1 to 1.10.2 (#307)
bump http4k-bom from 6.5.3.0 to 6.5.4.0 (#308)
bump http4k-bom from 6.5.4.0 to 6.5.6.1 (#309)
bump junit-bom from 5.12.1 to 5.12.2 (#310)
bump http4k-bom from 6.5.6.1 to 6.6.0.1 (#311)
bump http4k-bom from 6.6.0.1 to 6.8.0.0 (#314)
bump http4k-bom from 6.8.0.0 to 6.9.0.0 (#315)
bump kotlin.version from 2.1.20 to 2.1.21 (#316)
bump http4k-bom from 6.9.0.0 to 6.9.2.0 (#318)
bump http4k-bom from 6.9.2.0 to 6.10.0.0 (#319)
bump http4k-bom from 6.10.0.0 to 6.10.2.0 (#321)
bump junit-bom from 5.12.2 to 5.13.0 (#320)
bump maven-clean-plugin from 3.4.1 to 3.5.0 (#322)
bump http4k-bom from 6.10.2.0 to 6.12.0.0 (#324)
bump junit-bom from 5.13.0 to 5.13.1 (#325)
bump http4k-bom from 6.12.0.0 to 6.13.0.0 (#326)
bump http4k-bom from 6.13.0.0 to 6.14.0.0 (#327)
bump http4k-bom from 6.14.0.0 to 6.15.0.1 (#328)
bump junit-bom from 5.13.1 to 5.13.2 (#330)
bump junit-bom from 5.13.2 to 5.13.3 (#333)
bump http4k-bom from 6.15.0.1 to 6.15.1.0 (#331)
bump maven-enforcer-plugin from 3.5.0 to 3.6.0 (#332)
bump maven-enforcer-plugin from 3.6.0 to 3.6.1 (#334)
bump junit-bom from 5.13.3 to 5.13.4 (#335)
bump actions/checkout from 4 to 5 (#336)
bump kotlin.version from 2.2.0 to 2.2.10 (#337)
bump maven-javadoc-plugin from 3.11.2 to 3.11.3 (#338)
bump actions/setup-java from 4 to 5 (#339)
bump http4k-bom from 6.15.1.0 to 6.16.0.0 (#340)
bump http4k-bom from 6.16.0.0 to 6.17.0.0 (#341)
bump kotlin.version from 2.2.10 to 2.2.20 (#342)
bump http4k-bom from 6.17.0.0 to 6.18.0.1 (#343)
bump maven-surefire-plugin from 3.5.3 to 3.5.4 (#344)
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.

1 participant