Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2024

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

Release notes

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

Kotlin 2.0.21

Changelog

Apple Ecosystem

Backend. Native. Debug

  • KT-71374 lldb: step out breaks breaking in Xcode 16

Compiler

Fixes

  • KT-69735 K2: Static fields are missing from the declaration list of corresponding IrClass for java class
  • KT-71122 Regression in Kotlin Compiler 2.0 causing NPE in the runtime
  • KT-70931 K2 / Scripts: "cannot convert IrExpression to ConstantValue" when using function annotation
  • KT-70584 K2: "IllegalStateException: flow for PostponedLambdaExitNode not initialized - traversing nodes in wrong order?"
  • KT-70808 K2: "node has already been visited" with anonymous object in dead code
  • KT-69985 K2: Classifier declarations from root package are resolved without imports in non-root packages
  • KT-70683 K2: Internal compiler error in IrFakeOverrideSymbolBase.getOwner
  • KT-70901 False positive Public-API inline function cannot access non-public-API property accessor
  • KT-70930 K2: Java annotations not present on ENUM_ENTRY IR elements
  • KT-70194 K2 IDE: exception on a very red file
  • KT-69399 Native: IllegalStateException: "Failed to build cache"

Compose compiler

Fixes

  • b/329477544 Force open / overridden Composable functions to be non-restartable.
  • b/361652128 Disable live literal transform if the corresponding flag is disabled

IR. Actualizer

  • KT-70894 IR crash. Unprocessed IrFunctionFakeOverrideSymbol when actualize to Java

IR. Tree

  • KT-71191 SymbolTable: Check if the provided signature is public before adding a symbol to the SymbolTable

Native. Build Infrastructure

  • KT-71485 K/N runtime parts don't build due to _Float16 issues on x86_64 macOS

Native. C Export

  • KT-69507 LLVM 11 clang with Xcode 16 headers: standard c++ headers

Native. C and ObjC Import

  • KT-71029 Investigate why stdarg.h declarations leak into testModuleA

Native. Platform Libraries

  • KT-70566 LLVM 11 clang with Xcode 16 headers: 'sys/cdefs.h' file not found
  • KT-71624 Eliminate remaining UIKit/AppKit removed signatures
  • KT-70031 Rebuild platform libraries in 2.0.21 with Xcode 16

Native. Testing

  • KT-70603 C++ with -fmodules: cyclic dependency in module 'std': std -> _wctype -> __wctype -> std in dev llvm toolchains

Tools. CLI. Native

  • KT-71262 KotlinNativeLink tasks fetching from network despite -Xoverride-konan-properties=dependenciesUrl= being set

Tools. Compiler Plugins

  • KT-71038 PowerAssert: Constant on RHS of elvis operator leads to compiler crash

Tools. Daemon

  • KT-35381 Get rid of the native-platform usage in kotlin compiler

Tools. Gradle. Multiplatform

  • KT-71444 Certain POMs produced by Kotlin 2.0.20 cannot be consumed by KMP projects with Android targets
  • KT-70700 Gradle 8.10: The value for task ':commonizeNativeDistribution' property 'kotlinNativeBundleBuildService' cannot be changed any further
  • KT-71396 Gradle client side JVM explodes with OOM due to xcodebuild logs

Tools. Gradle. Native

... (truncated)

Changelog

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

2.0.21-RC

Apple Ecosystem

Backend. Native. Debug

  • KT-71374 lldb: step out breaks breaking in Xcode 16

Compiler

Fixes

  • KT-69735 K2: Static fields are missing from the declaration list of corresponding IrClass for java class
  • KT-71122 Regression in Kotlin Compiler 2.0 causing NPE in the runtime
  • KT-70931 K2 / Scripts: "cannot convert IrExpression to ConstantValue" when using function annotation
  • KT-70584 K2: "IllegalStateException: flow for PostponedLambdaExitNode not initialized - traversing nodes in wrong order?"
  • KT-70808 K2: "node has already been visited" with anonymous object in dead code
  • KT-69985 K2: Classifier declarations from root package are resolved without imports in non-root packages
  • KT-70683 K2: Internal compiler error in IrFakeOverrideSymbolBase.getOwner
  • KT-70901 False positive Public-API inline function cannot access non-public-API property accessor
  • KT-70930 K2: Java annotations not present on ENUM_ENTRY IR elements
  • KT-70194 K2 IDE: exception on a very red file
  • KT-69399 Native: IllegalStateException: "Failed to build cache"

Compose compiler

Fixes

  • b/329477544 Force open / overridden Composable functions to be non-restartable.
  • b/361652128 Disable live literal transform if the corresponding flag is disabled

IR. Actualizer

  • KT-70894 IR crash. Unprocessed IrFunctionFakeOverrideSymbol when actualize to Java

IR. Tree

  • KT-71191 SymbolTable: Check if the provided signature is public before adding a symbol to the SymbolTable

Native. Build Infrastructure

  • KT-71485 K/N runtime parts don't build due to _Float16 issues on x86_64 macOS

Native. C Export

  • KT-69507 LLVM 11 clang with Xcode 16 headers: standard c++ headers

Native. C and ObjC Import

... (truncated)

Commits
  • 284e9b4 Add ChangeLog for 2.0.21-RC
  • 38084f0 Enable source information for getters and other special-named functions
  • 9fcd247 Move source information of default parameters to the default group
  • 4bad11d Add source markers to @​ExplicitGroupsComposable
  • fcc1075 Bump IntelliJ platform to 233.13135.128
  • 1499254 [FIR2IR] Add static fields to the list of declarations of lazy IR java class
  • 8f121bc Derelocate NSTextAttachment and NSTextContainer methods
  • cc0919d Allow using categories in the def file to reintroduce methods in the class
  • b1504e7 [IC] Add synchronized clean methods to storage classes
  • 273abb8 Derelocate deprecated DOMElement APIs
  • Additional commits viewable in compare view

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

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.20 to 2.0.21.

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

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

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Oct 10, 2024
@oldratlee oldratlee merged commit 6979daf into master Oct 10, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/maven/kotlin.version-2.0.21 branch October 10, 2024 12:53
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