Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps kotlin.version from 2.1.20 to 2.1.21.
Updates org.jetbrains.kotlin:kotlin-bom from 2.1.20 to 2.1.21

Release notes

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

Kotlin 2.1.21

Changelog

Backend. Native. Debug

  • KT-75991 Xcode 16.3: Fix lldb stepping test over an inline function

Compiler

  • KT-75992 Xcode 16.3: stacktraces on simulators are not symbolicated
  • KT-76663 KJS: KotlinNothingValueException caused by expression return since 2.1.20
  • KT-75756 Backend Internal error: Exception during IR lowering when trying to access variable from providedProperties in class within kotlin custom script
  • KT-76209 CONFLICTING_UPPER_BOUNDS on Nothing bound
  • KT-70352 K2: False-negative CONFLICTING_UPPER_BOUNDS on Nothing bound
  • KT-74739 Native: "IllegalArgumentException: All constructors should've been lowered: FUNCTION_REFERENCE"
  • KT-75483 Native: redundant unboxing generated with smart cast
  • KT-71425 IR Inliner: investigate return type of an inlined block

Native

  • KT-76252 Native: executable crash with generic value classes with 2.1.20

Native. C and ObjC Import

  • KT-75781 Xcode 16.3: Fix cinterop tests failing with fatal error: could not build module '_stdint'

Native. Runtime. Memory

  • KT-74280 Native: GC.collect crashes with -Xallocator=std

Tools. CLI

  • KT-75588 [2.1.20-RC] "was compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler" warnings despite using the same compiler version
  • KT-74663 kotlinc-js CLI: not providing -ir-output-dir results in NullPointerException

Tools. Compiler Plugins

  • KT-76162 "IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER" after updating to 2.1.20

Tools. Gradle

  • KT-73682 Compatibility with Gradle 8.12 release
  • KT-73142 Kotlin Gradle plugin: Remove usage of Gradle's internal ExecHandleBuilder
  • KT-36004 Update 'org.gradle.usage' attribute rules to support the 'JAVA_API' and 'JAVA_RUNTIME' value
  • KT-73968 KotlinDependencyManagement tries to mutate configuration after it was resolved
  • KT-73684 Run integration tests against Gradle 8.12
  • KT-72694 Accessing Task.project during execution is being deprecated in Gradle 8.12
  • KT-73683 Compile against Gradle API 8.12

Tools. Gradle. JS

... (truncated)

Changelog

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

2.1.21-RC2

Tools. Gradle. JS

  • KT-77119 KJS: Gradle: Setting custom environment variables in KotlinJsTest tasks no longer works

2.1.21-RC

Backend. Native. Debug

  • KT-75991 Xcode 16.3: Fix lldb stepping test over an inline function

Compiler

  • KT-75992 Xcode 16.3: stacktraces on simulators are not symbolicated
  • KT-76663 KJS: KotlinNothingValueException caused by expression return since 2.1.20
  • KT-75756 Backend Internal error: Exception during IR lowering when trying to access variable from providedProperties in class within kotlin custom script
  • KT-76209 CONFLICTING_UPPER_BOUNDS on Nothing bound
  • KT-70352 K2: False-negative CONFLICTING_UPPER_BOUNDS on Nothing bound
  • KT-74739 Native: "IllegalArgumentException: All constructors should've been lowered: FUNCTION_REFERENCE"
  • KT-75483 Native: redundant unboxing generated with smart cast
  • KT-71425 IR Inliner: investigate return type of an inlined block

Compose compiler

  • b/408013789 Add missing return for the default function wrappers
  • b/405541364 Realize coalescable children in the body of key call
  • b/401484249 Generate a group around Array constructor call
  • b/400380396 Fix missing endMovableGroup call with early return in key function

Native

  • KT-76252 Native: executable crash with generic value classes with 2.1.20

Native. C and ObjC Import

  • KT-75781 Xcode 16.3: Fix cinterop tests failing with fatal error: could not build module '_stdint'

Native. Runtime. Memory

  • KT-74280 Native: GC.collect crashes with -Xallocator=std

Tools. CLI

  • KT-74663 kotlinc-js CLI: not providing -ir-output-dir results in NullPointerException

Tools. Compiler Plugins

  • KT-76162 "IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER" after updating to 2.1.20

... (truncated)

Commits
  • f59375a Add ChangeLog for 2.1.21-RC2
  • 301186f [Gradle] Fix passing process environment when launching KotlinKarma tests
  • 12b4021 Add changelog for 2.1.21-RC
  • e16f5a8 [IC] Update inline function snapshotting
  • 5f12d8b [Cherry-picks] Update BTA specific parts for the release branch
  • f025799 [IC] Additional test cases for inline function snapshotting
  • 58df05e [Tests] More tests for inline fun abi snapshotting
  • 9512893 [KGP] Experimental: support incremental changes in inlined local classes
  • 950cee5 [IC] Additional test cases for inlined lambda snapshotting
  • a0a8ca0 [BTA Tests] Fix changedSources tracking when compilation fail is expected
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-maven-plugin from 2.1.20 to 2.1.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.1.20 to 2.1.21.

Updates `org.jetbrains.kotlin:kotlin-bom` from 2.1.20 to 2.1.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.21/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.1.20...v2.1.21)

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.1.20 to 2.1.21

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
  dependency-version: 2.1.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-version: 2.1.21
  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 May 13, 2025
@oldratlee oldratlee merged commit 60608da into master May 14, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/maven/kotlin.version-2.1.21 branch May 14, 2025 07:47
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