Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 6, 2023

Bumps kotlin.version from 1.8.22 to 1.9.0.
Updates kotlin-bom from 1.8.22 to 1.9.0

Release notes

Sourced from kotlin-bom's releases.

Kotlin 1.9.0

Changelog

Analysis API

New Features

  • KT-57930 Analysis API: provide an API for extending Kotlin resolution
  • KT-57636 K2: Add the return type of K2 reference shortener AA ShortenCommand::invokeShortening() e.g., ShorteningResultInfo to allow callers to access the shortening result PSI

Fixes

  • KT-58249 Analysis API: Disable error logging for FE10 implementation of resolveCall when resolve is not successful
  • KT-55626 Impossible to restore symbol by psi from script file
  • KT-57314 LL FIR: Combine LLFirProvider$SymbolProviders in session dependencies (optimization)
  • KT-55527 K2 IDE: Rewrite KtScopeContext class to allow to handle each scope separately
  • KT-55329 LL FIR: Unexpected ACTUAL_WITHOUT_EXPECT error on constructor and function declaration
  • KT-50732 LL API: fix compiler based tests
  • KT-57850 K2: contract violation due to SymbolLightAccessorMethod.propertyAccessorSymbol
  • KT-56543 LL FIR: rework lazy transformers so transformers modify only declarations they suppose to
  • KT-56721 K2: FirExtensionDeclarationsSymbolProvider: java.lang.IllegalStateException: Recursive update
  • KT-50253 Analysis API: Solve issues with ProcessCancelledException
  • KT-56800 K2 IDE: optimize deprecation calculation for symbols
  • KT-55006 Analysis API does not transform Java type refs for callable symbol return types
  • KT-57256 AA FIR: Reduce lazy resolve phase for deprecation status
  • KT-57619 K2: CFG for class initializer is not correctly built in reversed resolve mode
  • KT-58141 K2: AA FIR: impossible to restore symbol for declaration with annotation with argument inside type
  • KT-57462 Symbol Light Classes: SymbolLightFieldForProperty should retrieve annotations not from KtPropertySymbol, but from the corresponding backing field
  • KT-54864 Analysis API: add function to get expect KtSymbol list by actual KtSymbol
  • KT-56763 Analysis API: .KtSourceModuleImpl is missing in the map. on symbol restore when symbol cannot be seen from the use-site module
  • KT-56617 Analysis API: optimize KtFirSymbolProviderByJavaPsi.getNamedClassSymbol
  • KT-54430 K2: .getAllOverriddenSymbols() returns invalid results

Backend. Native. Debug

  • KT-55440 Kotlin/Native debugger: inline function parameters are not visible during debugging

Backend. Wasm

  • KT-58293 Wasm: ReferenceError: e is not defined in kotlin.test.jsThrow
  • KT-58931 Wasm tests are failing to start on Kotlin 1.9.0-Beta
  • KT-58188 Restore binary compatibility of PlatformDiagnosticSuppressor.shouldReportUnusedParameter
  • KT-57136 K/Wasm: Restrict non-external types in JS interop
  • KT-57060 Clarify the lack of support for dynamic in Kotlin/Wasm
  • KT-56955 K/Wasm: Support restricted version of K/JS js(code)
  • KT-57276 Wasm: "Body not found for function" error when compiling konform library with Kotlin/Wasm support
  • KT-56976 K/Wasm bug with calling override of external function with default parameters

Compiler

... (truncated)

Changelog

Sourced from kotlin-bom's changelog.

1.8.21

Compiler

  • KT-57848 Native: compilation of dynamic/static library fails with Xcode 14.3
  • KT-57875 Native compilation failure: Suspend functions should be lowered out at this point, but FUN LOCAL_FUNCTION_FOR_LAMBDA
  • KT-57946 KAPT: "RuntimeException: No type for expression" with delegate

JavaScript

  • KT-57356 KJS: StackOverflowException on @​JsExport with type parameters referring to one another

Tools. Compiler plugins. Serialization

  • KT-58067 Serialization: NullPointerException caused by @​Contextual property with type with generic
  • KT-57730 Serialization: "IllegalStateException: Serializer for element of type .Foo has not been found" caused by serialization of Java type

Tools. Gradle. JS

  • KT-57766 KJS / Gradle "Module not found: Error: Can't resolve 'kotlin-kotlin-stdlib-js-ir'" when using "useEsModules"

Tools. Kapt

  • KT-58027 Kotlin 1.8.20 kapt issue "null: KtCallExpression: build()"

Tools. Maven

  • KT-58048 Maven: "Too many source module declarations found" after upgrading to 1.8.20
  • KT-58101 'Unable to access class' in kotlin-maven-plugin after updating to Kotlin 1.8.20

1.8.20

Analysis API

  • KT-55510 K2: Lost designation for local classes
  • KT-55191 AA: add an API to compare symbol pointers
  • KT-55487 K2: symbol pointer restoring doesn't work for static members
  • KT-55336 K2 IDE: "java.lang.IllegalStateException: Required value was null." exception while importing a compiled JPS project
  • KT-55098 AA: KtDeclarationRenderer should render a context receivers
  • KT-51181 LL API: errors for SAM with suspend function from another module
  • KT-50250 Analysis API: Implement Analysis API of KtExpression.isUsedAsExpression
  • KT-54360 KtPropertySymbol: support JvmField in javaSetterName and javaGetterName

Analysis API. FE1.0

  • KT-55825 AA FE1.0: stackoverflow when resolution to a function with a recursive type parameter

Analysis API. FIR

... (truncated)

Commits
  • bcf2781 Add ChangeLog for 1.9.0
  • d372470 Don't get BuildScanExtension when buildScan report is disabled
  • 0ec7678 [Gradle, JS] Return back deprecated methods for compatibility
  • 2427b51 Relocate aalto-xml and stax2-api dependencies in embeddable compiler (KT-59631)
  • 56a7789 Revert "[Gradle] Fix invalidating iOS framework after import"
  • 8cf1abc Add the possibility to omit explicitly specifying a version in annotationProc...
  • 4823fc3 [Gradle] GranularMetadataTransformation: Collect moduleIds in ProjectData for...
  • 0d1932e [Gradle] Implement Future<T>.map(transform)
  • bbf64b1 [Gradle] Implement KT59446TransformationOnTransitiveJavaDependencyTest
  • 54b11e3 [Gradle] KotlinPluginLifecycle: Implement .toString for better diagnostics
  • Additional commits viewable in compare view

Updates kotlin-maven-plugin from 1.8.22 to 1.9.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 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 1.8.22 to 1.9.0.

Updates `kotlin-bom` from 1.8.22 to 1.9.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.22...v1.9.0)

Updates `kotlin-maven-plugin` from 1.8.22 to 1.9.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 the dependencies Pull requests that update a dependency file label Jul 6, 2023
@oldratlee oldratlee merged commit fe7d465 into master Jul 6, 2023
@dependabot dependabot bot deleted the dependabot/maven/kotlin.version-1.9.0 branch July 6, 2023 13:51
oldratlee pushed a commit that referenced this pull request Jul 10, 2023
chore(deps): bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#98)
chore(deps): bump maven-install-plugin from 3.1.0 to 3.1.1 (#97)
chore(deps): bump junit-bom from 5.9.2 to 5.9.3 (#96)
chore(deps): bump maven-deploy-plugin from 3.0.0 to 3.1.1 (#95)
chore(deps): bump maven-resources-plugin from 3.3.0 to 3.3.1 (#94)
chore(deps): bump http4k-bom from 4.37.0.0 to 4.44.0.0 (#99)
chore(deps): bump kotlinx-coroutines-bom from 1.6.4 to 1.7.1 (#100)
chore(deps): bump maven-source-plugin from 3.2.1 to 3.3.0 (#101)
chore(deps): bump maven-surefire-plugin from 2.22.2 to 3.1.0 (#103)
chore(deps): bump kotlin.version from 1.8.0 to 1.8.21 (#102)
chore(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#105)
chore(deps): bump maven-enforcer-plugin from 3.1.0 to 3.3.0 (#104)
chore(deps): bump http4k-bom from 4.44.0.0 to 4.44.1.0 (#106)
chore(deps): bump http4k-bom from 4.44.1.0 to 4.45.0.0 (#107)
chore(deps): bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#110)
chore(deps): bump http4k-bom from 4.45.0.0 to 4.47.2.0 (#111)
chore(deps): bump kotlin.version from 1.8.21 to 1.8.22 (#112)
chore(deps): bump http4k-bom from 4.47.2.0 to 4.48.0.0 (#113)
chore(deps): bump http4k-bom from 4.48.0.0 to 5.0.0.0 (#114)
chore(deps): bump maven-clean-plugin from 3.2.0 to 3.3.1 (#115)
chore(deps): bump http4k-bom from 5.0.0.0 to 5.1.1.0 (#116)
chore(deps): bump http4k-bom from 5.1.1.0 to 5.1.1.1 (#117)
chore(deps): bump http4k-bom from 5.1.1.1 to 5.1.2.1 (#118)
chore(deps): bump http4k-bom from 5.1.2.1 to 5.2.0.0 (#119)
chore(deps): bump kotlinx-coroutines-bom from 1.7.1 to 1.7.2 (#120)
chore(deps): bump http4k-bom from 5.2.0.0 to 5.2.1.0 (#121)
chore(deps): bump kotlin.version from 1.8.22 to 1.9.0 (#122)
chore(deps): bump http4k-bom from 5.2.1.0 to 5.3.0.0 (#123)
oldratlee pushed a commit that referenced this pull request Jul 31, 2023
chore(deps): bump maven-resources-plugin from 3.3.0 to 3.3.1 (#94)
chore(deps): bump maven-deploy-plugin from 3.0.0 to 3.1.1 (#95)
chore(deps): bump junit-bom from 5.9.2 to 5.9.3 (#96)
chore(deps): bump maven-install-plugin from 3.1.0 to 3.1.1 (#97)
chore(deps): bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#98)
chore(deps): bump http4k-bom from 4.37.0.0 to 4.44.0.0 (#99)
chore(deps): bump kotlinx-coroutines-bom from 1.6.4 to 1.7.1 (#100)
chore(deps): bump maven-source-plugin from 3.2.1 to 3.3.0 (#101)
chore(deps): bump kotlin.version from 1.8.0 to 1.8.21 (#102)
chore(deps): bump maven-surefire-plugin from 2.22.2 to 3.1.0 (#103)
chore(deps): bump maven-enforcer-plugin from 3.1.0 to 3.3.0 (#104)
chore(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#105)
chore(deps): bump http4k-bom from 4.44.0.0 to 4.44.1.0 (#106)
chore(deps): bump http4k-bom from 4.44.1.0 to 4.45.0.0 (#107)
chore(deps): bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#110)
chore(deps): bump http4k-bom from 4.45.0.0 to 4.47.2.0 (#111)
chore(deps): bump kotlin.version from 1.8.21 to 1.8.22 (#112)
chore(deps): bump http4k-bom from 4.47.2.0 to 4.48.0.0 (#113)
chore(deps): bump http4k-bom from 4.48.0.0 to 5.0.0.0 (#114)
chore(deps): bump maven-clean-plugin from 3.2.0 to 3.3.1 (#115)
chore(deps): bump http4k-bom from 5.0.0.0 to 5.1.1.0 (#116)
chore(deps): bump http4k-bom from 5.1.1.0 to 5.1.1.1 (#117)
chore(deps): bump http4k-bom from 5.1.1.1 to 5.1.2.1 (#118)
chore(deps): bump http4k-bom from 5.1.2.1 to 5.2.0.0 (#119)
chore(deps): bump kotlinx-coroutines-bom from 1.7.1 to 1.7.2 (#120)
chore(deps): bump http4k-bom from 5.2.0.0 to 5.2.1.0 (#121)
chore(deps): bump kotlin.version from 1.8.22 to 1.9.0 (#122)
chore(deps): bump http4k-bom from 5.2.1.0 to 5.3.0.0 (#123)
oldratlee pushed a commit that referenced this pull request Jul 31, 2023
chore(deps): bump maven-resources-plugin from 3.3.0 to 3.3.1 (#94)
chore(deps): bump maven-deploy-plugin from 3.0.0 to 3.1.1 (#95)
chore(deps): bump junit-bom from 5.9.2 to 5.9.3 (#96)
chore(deps): bump maven-install-plugin from 3.1.0 to 3.1.1 (#97)
chore(deps): bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#98)
chore(deps): bump http4k-bom from 4.37.0.0 to 4.44.0.0 (#99)
chore(deps): bump kotlinx-coroutines-bom from 1.6.4 to 1.7.1 (#100)
chore(deps): bump maven-source-plugin from 3.2.1 to 3.3.0 (#101)
chore(deps): bump kotlin.version from 1.8.0 to 1.8.21 (#102)
chore(deps): bump maven-surefire-plugin from 2.22.2 to 3.1.0 (#103)
chore(deps): bump maven-enforcer-plugin from 3.1.0 to 3.3.0 (#104)
chore(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#105)
chore(deps): bump http4k-bom from 4.44.0.0 to 4.44.1.0 (#106)
chore(deps): bump http4k-bom from 4.44.1.0 to 4.45.0.0 (#107)
chore(deps): bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#110)
chore(deps): bump http4k-bom from 4.45.0.0 to 4.47.2.0 (#111)
chore(deps): bump kotlin.version from 1.8.21 to 1.8.22 (#112)
chore(deps): bump http4k-bom from 4.47.2.0 to 4.48.0.0 (#113)
chore(deps): bump http4k-bom from 4.48.0.0 to 5.0.0.0 (#114)
chore(deps): bump maven-clean-plugin from 3.2.0 to 3.3.1 (#115)
chore(deps): bump http4k-bom from 5.0.0.0 to 5.1.1.0 (#116)
chore(deps): bump http4k-bom from 5.1.1.0 to 5.1.1.1 (#117)
chore(deps): bump http4k-bom from 5.1.1.1 to 5.1.2.1 (#118)
chore(deps): bump http4k-bom from 5.1.2.1 to 5.2.0.0 (#119)
chore(deps): bump kotlinx-coroutines-bom from 1.7.1 to 1.7.2 (#120)
chore(deps): bump http4k-bom from 5.2.0.0 to 5.2.1.0 (#121)
chore(deps): bump kotlin.version from 1.8.22 to 1.9.0 (#122)
chore(deps): bump http4k-bom from 5.2.1.0 to 5.3.0.0 (#123)
chore(deps): bump org.http4k:http4k-bom from 5.3.0.0 to 5.5.0.0 (#128)
chore(deps): bump org.junit:junit-bom from 5.9.3 to 5.10.0 (#129)
chore(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-bom (#130)
oldratlee pushed a commit that referenced this pull request Aug 14, 2023
bump maven-resources-plugin from 3.3.0 to 3.3.1 (#94)
bump maven-deploy-plugin from 3.0.0 to 3.1.1 (#95)
bump junit-bom from 5.9.2 to 5.9.3 (#96)
bump maven-install-plugin from 3.1.0 to 3.1.1 (#97)
bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#98)
bump http4k-bom from 4.37.0.0 to 4.44.0.0 (#99)
bump kotlinx-coroutines-bom from 1.6.4 to 1.7.1 (#100)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#101)
bump kotlin.version from 1.8.0 to 1.8.21 (#102)
bump maven-surefire-plugin from 2.22.2 to 3.1.0 (#103)
bump maven-enforcer-plugin from 3.1.0 to 3.3.0 (#104)
bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#105)
bump http4k-bom from 4.44.0.0 to 4.44.1.0 (#106)
bump http4k-bom from 4.44.1.0 to 4.45.0.0 (#107)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#110)
bump http4k-bom from 4.45.0.0 to 4.47.2.0 (#111)
bump kotlin.version from 1.8.21 to 1.8.22 (#112)
bump http4k-bom from 4.47.2.0 to 4.48.0.0 (#113)
bump http4k-bom from 4.48.0.0 to 5.0.0.0 (#114)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#115)
bump http4k-bom from 5.0.0.0 to 5.1.1.0 (#116)
bump http4k-bom from 5.1.1.0 to 5.1.1.1 (#117)
bump http4k-bom from 5.1.1.1 to 5.1.2.1 (#118)
bump http4k-bom from 5.1.2.1 to 5.2.0.0 (#119)
bump kotlinx-coroutines-bom from 1.7.1 to 1.7.2 (#120)
bump http4k-bom from 5.2.0.0 to 5.2.1.0 (#121)
bump kotlin.version from 1.8.22 to 1.9.0 (#122)
bump http4k-bom from 5.2.1.0 to 5.3.0.0 (#123)
bump org.http4k:http4k-bom from 5.3.0.0 to 5.5.0.0 (#128)
bump org.junit:junit-bom from 5.9.3 to 5.10.0 (#129)
bump org.jetbrains.kotlinx:kotlinx-coroutines-bom (#130)
bump org.http4k:http4k-bom from 5.5.0.0 to 5.6.0.0 (#131)
bump org.http4k:http4k-bom from 5.6.0.0 to 5.6.1.0 (#132)
bump org.http4k:http4k-bom from 5.6.1.0 to 5.6.2.0 (#133)
bump org.http4k:http4k-bom from 5.6.2.0 to 5.6.3.0 (#134)
bump org.http4k:http4k-bom from 5.6.3.0 to 5.6.4.0 (#135)
oldratlee pushed a commit that referenced this pull request Oct 10, 2023
bump maven-resources-plugin from 3.3.0 to 3.3.1 (#94)
bump maven-deploy-plugin from 3.0.0 to 3.1.1 (#95)
bump junit-bom from 5.9.2 to 5.9.3 (#96)
bump maven-install-plugin from 3.1.0 to 3.1.1 (#97)
bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#98)
bump http4k-bom from 4.37.0.0 to 4.44.0.0 (#99)
bump kotlinx-coroutines-bom from 1.6.4 to 1.7.1 (#100)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#101)
bump kotlin.version from 1.8.0 to 1.8.21 (#102)
bump maven-surefire-plugin from 2.22.2 to 3.1.0 (#103)
bump maven-enforcer-plugin from 3.1.0 to 3.3.0 (#104)
bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#105)
bump http4k-bom from 4.44.0.0 to 4.44.1.0 (#106)
bump http4k-bom from 4.44.1.0 to 4.45.0.0 (#107)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#110)
bump http4k-bom from 4.45.0.0 to 4.47.2.0 (#111)
bump kotlin.version from 1.8.21 to 1.8.22 (#112)
bump http4k-bom from 4.47.2.0 to 4.48.0.0 (#113)
bump http4k-bom from 4.48.0.0 to 5.0.0.0 (#114)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#115)
bump http4k-bom from 5.0.0.0 to 5.1.1.0 (#116)
bump http4k-bom from 5.1.1.0 to 5.1.1.1 (#117)
bump http4k-bom from 5.1.1.1 to 5.1.2.1 (#118)
bump http4k-bom from 5.1.2.1 to 5.2.0.0 (#119)
bump kotlinx-coroutines-bom from 1.7.1 to 1.7.2 (#120)
bump http4k-bom from 5.2.0.0 to 5.2.1.0 (#121)
bump kotlin.version from 1.8.22 to 1.9.0 (#122)
bump http4k-bom from 5.2.1.0 to 5.3.0.0 (#123)
bump org.http4k:http4k-bom from 5.3.0.0 to 5.5.0.0 (#128)
bump org.junit:junit-bom from 5.9.3 to 5.10.0 (#129)
bump org.jetbrains.kotlinx:kotlinx-coroutines-bom (#130)
bump org.http4k:http4k-bom from 5.5.0.0 to 5.6.0.0 (#131)
bump org.http4k:http4k-bom from 5.6.0.0 to 5.6.1.0 (#132)
bump org.http4k:http4k-bom from 5.6.1.0 to 5.6.2.0 (#133)
bump org.http4k:http4k-bom from 5.6.2.0 to 5.6.3.0 (#134)
bump org.http4k:http4k-bom from 5.6.3.0 to 5.6.4.0 (#135)
bump org.http4k:http4k-bom from 5.6.4.0 to 5.6.5.0 (#136)
bump org.http4k:http4k-bom from 5.6.5.0 to 5.7.2.0 (#137)
bump org.apache.maven.plugins:maven-enforcer-plugin (#138)
bump kotlin.version from 1.9.0 to 1.9.10 (#139)
bump org.http4k:http4k-bom from 5.7.2.0 to 5.7.4.0 (#140)
bump org.http4k:http4k-bom from 5.7.4.0 to 5.7.5.0 (#141)
bump org.http4k:http4k-bom from 5.7.5.0 to 5.8.0.0 (#142)
bump org.apache.maven.plugins:maven-enforcer-plugin (#143)
bump org.apache.maven.plugins:maven-javadoc-plugin (#145)
bump org.http4k:http4k-bom from 5.8.0.0 to 5.8.1.0 (#144)
bump org.http4k:http4k-bom from 5.8.1.0 to 5.8.2.0 (#146)
bump org.http4k:http4k-bom from 5.8.2.0 to 5.8.3.0 (#147)
bump org.http4k:http4k-bom from 5.8.3.0 to 5.8.4.0 (#148)
oldratlee pushed a commit that referenced this pull request Oct 25, 2023
bump maven-resources-plugin from 3.3.0 to 3.3.1 (#94)
bump maven-deploy-plugin from 3.0.0 to 3.1.1 (#95)
bump junit-bom from 5.9.2 to 5.9.3 (#96)
bump maven-install-plugin from 3.1.0 to 3.1.1 (#97)
bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#98)
bump http4k-bom from 4.37.0.0 to 4.44.0.0 (#99)
bump kotlinx-coroutines-bom from 1.6.4 to 1.7.1 (#100)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#101)
bump kotlin.version from 1.8.0 to 1.8.21 (#102)
bump maven-surefire-plugin from 2.22.2 to 3.1.0 (#103)
bump maven-enforcer-plugin from 3.1.0 to 3.3.0 (#104)
bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#105)
bump http4k-bom from 4.44.0.0 to 4.44.1.0 (#106)
bump http4k-bom from 4.44.1.0 to 4.45.0.0 (#107)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#110)
bump http4k-bom from 4.45.0.0 to 4.47.2.0 (#111)
bump kotlin.version from 1.8.21 to 1.8.22 (#112)
bump http4k-bom from 4.47.2.0 to 4.48.0.0 (#113)
bump http4k-bom from 4.48.0.0 to 5.0.0.0 (#114)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#115)
bump http4k-bom from 5.0.0.0 to 5.1.1.0 (#116)
bump http4k-bom from 5.1.1.0 to 5.1.1.1 (#117)
bump http4k-bom from 5.1.1.1 to 5.1.2.1 (#118)
bump http4k-bom from 5.1.2.1 to 5.2.0.0 (#119)
bump kotlinx-coroutines-bom from 1.7.1 to 1.7.2 (#120)
bump http4k-bom from 5.2.0.0 to 5.2.1.0 (#121)
bump kotlin.version from 1.8.22 to 1.9.0 (#122)
bump http4k-bom from 5.2.1.0 to 5.3.0.0 (#123)
bump org.http4k:http4k-bom from 5.3.0.0 to 5.5.0.0 (#128)
bump org.junit:junit-bom from 5.9.3 to 5.10.0 (#129)
bump org.jetbrains.kotlinx:kotlinx-coroutines-bom (#130)
bump org.http4k:http4k-bom from 5.5.0.0 to 5.6.0.0 (#131)
bump org.http4k:http4k-bom from 5.6.0.0 to 5.6.1.0 (#132)
bump org.http4k:http4k-bom from 5.6.1.0 to 5.6.2.0 (#133)
bump org.http4k:http4k-bom from 5.6.2.0 to 5.6.3.0 (#134)
bump org.http4k:http4k-bom from 5.6.3.0 to 5.6.4.0 (#135)
bump org.http4k:http4k-bom from 5.6.4.0 to 5.6.5.0 (#136)
bump org.http4k:http4k-bom from 5.6.5.0 to 5.7.2.0 (#137)
bump org.apache.maven.plugins:maven-enforcer-plugin (#138)
bump kotlin.version from 1.9.0 to 1.9.10 (#139)
bump org.http4k:http4k-bom from 5.7.2.0 to 5.7.4.0 (#140)
bump org.http4k:http4k-bom from 5.7.4.0 to 5.7.5.0 (#141)
bump org.http4k:http4k-bom from 5.7.5.0 to 5.8.0.0 (#142)
bump org.apache.maven.plugins:maven-enforcer-plugin (#143)
bump org.apache.maven.plugins:maven-javadoc-plugin (#145)
bump org.http4k:http4k-bom from 5.8.0.0 to 5.8.1.0 (#144)
bump org.http4k:http4k-bom from 5.8.1.0 to 5.8.2.0 (#146)
bump org.http4k:http4k-bom from 5.8.2.0 to 5.8.3.0 (#147)
bump org.http4k:http4k-bom from 5.8.3.0 to 5.8.4.0 (#148)
bump org.http4k:http4k-bom from 5.8.4.0 to 5.8.5.0 (#149)
bump org.http4k:http4k-bom from 5.8.5.0 to 5.8.5.1 (#150)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 (#151)
bump org.http4k:http4k-bom from 5.8.5.1 to 5.8.6.0 (#152)
oldratlee pushed a commit that referenced this pull request Nov 8, 2023
bump maven-resources-plugin from 3.3.0 to 3.3.1 (#94)
bump maven-deploy-plugin from 3.0.0 to 3.1.1 (#95)
bump junit-bom from 5.9.2 to 5.9.3 (#96)
bump maven-install-plugin from 3.1.0 to 3.1.1 (#97)
bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#98)
bump http4k-bom from 4.37.0.0 to 4.44.0.0 (#99)
bump kotlinx-coroutines-bom from 1.6.4 to 1.7.1 (#100)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#101)
bump kotlin.version from 1.8.0 to 1.8.21 (#102)
bump maven-surefire-plugin from 2.22.2 to 3.1.0 (#103)
bump maven-enforcer-plugin from 3.1.0 to 3.3.0 (#104)
bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#105)
bump http4k-bom from 4.44.0.0 to 4.44.1.0 (#106)
bump http4k-bom from 4.44.1.0 to 4.45.0.0 (#107)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#110)
bump http4k-bom from 4.45.0.0 to 4.47.2.0 (#111)
bump kotlin.version from 1.8.21 to 1.8.22 (#112)
bump http4k-bom from 4.47.2.0 to 4.48.0.0 (#113)
bump http4k-bom from 4.48.0.0 to 5.0.0.0 (#114)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#115)
bump http4k-bom from 5.0.0.0 to 5.1.1.0 (#116)
bump http4k-bom from 5.1.1.0 to 5.1.1.1 (#117)
bump http4k-bom from 5.1.1.1 to 5.1.2.1 (#118)
bump http4k-bom from 5.1.2.1 to 5.2.0.0 (#119)
bump kotlinx-coroutines-bom from 1.7.1 to 1.7.2 (#120)
bump http4k-bom from 5.2.0.0 to 5.2.1.0 (#121)
bump kotlin.version from 1.8.22 to 1.9.0 (#122)
bump http4k-bom from 5.2.1.0 to 5.3.0.0 (#123)
bump org.http4k:http4k-bom from 5.3.0.0 to 5.5.0.0 (#128)
bump org.junit:junit-bom from 5.9.3 to 5.10.0 (#129)
bump org.jetbrains.kotlinx:kotlinx-coroutines-bom (#130)
bump org.http4k:http4k-bom from 5.5.0.0 to 5.6.0.0 (#131)
bump org.http4k:http4k-bom from 5.6.0.0 to 5.6.1.0 (#132)
bump org.http4k:http4k-bom from 5.6.1.0 to 5.6.2.0 (#133)
bump org.http4k:http4k-bom from 5.6.2.0 to 5.6.3.0 (#134)
bump org.http4k:http4k-bom from 5.6.3.0 to 5.6.4.0 (#135)
bump org.http4k:http4k-bom from 5.6.4.0 to 5.6.5.0 (#136)
bump org.http4k:http4k-bom from 5.6.5.0 to 5.7.2.0 (#137)
bump org.apache.maven.plugins:maven-enforcer-plugin (#138)
bump kotlin.version from 1.9.0 to 1.9.10 (#139)
bump org.http4k:http4k-bom from 5.7.2.0 to 5.7.4.0 (#140)
bump org.http4k:http4k-bom from 5.7.4.0 to 5.7.5.0 (#141)
bump org.http4k:http4k-bom from 5.7.5.0 to 5.8.0.0 (#142)
bump org.apache.maven.plugins:maven-enforcer-plugin (#143)
bump org.apache.maven.plugins:maven-javadoc-plugin (#145)
bump org.http4k:http4k-bom from 5.8.0.0 to 5.8.1.0 (#144)
bump org.http4k:http4k-bom from 5.8.1.0 to 5.8.2.0 (#146)
bump org.http4k:http4k-bom from 5.8.2.0 to 5.8.3.0 (#147)
bump org.http4k:http4k-bom from 5.8.3.0 to 5.8.4.0 (#148)
bump org.http4k:http4k-bom from 5.8.4.0 to 5.8.5.0 (#149)
bump org.http4k:http4k-bom from 5.8.5.0 to 5.8.5.1 (#150)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 (#151)
bump org.http4k:http4k-bom from 5.8.5.1 to 5.8.6.0 (#152)
bump org.http4k:http4k-bom from 5.8.6.0 to 5.9.0.0 (#153)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 (#154)
bump kotlin.version from 1.9.10 to 1.9.20 (#155)
bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#156)
bump org.http4k:http4k-bom from 5.9.0.0 to 5.10.0.0 (#157)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#158)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#159)
bump org.http4k:http4k-bom from 5.10.0.0 to 5.10.1.0 (#160)
oldratlee pushed a commit that referenced this pull request Dec 5, 2023
bump maven-resources-plugin from 3.3.0 to 3.3.1 (#94)
bump maven-deploy-plugin from 3.0.0 to 3.1.1 (#95)
bump junit-bom from 5.9.2 to 5.9.3 (#96)
bump maven-install-plugin from 3.1.0 to 3.1.1 (#97)
bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#98)
bump http4k-bom from 4.37.0.0 to 4.44.0.0 (#99)
bump kotlinx-coroutines-bom from 1.6.4 to 1.7.1 (#100)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#101)
bump kotlin.version from 1.8.0 to 1.8.21 (#102)
bump maven-surefire-plugin from 2.22.2 to 3.1.0 (#103)
bump maven-enforcer-plugin from 3.1.0 to 3.3.0 (#104)
bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#105)
bump http4k-bom from 4.44.0.0 to 4.44.1.0 (#106)
bump http4k-bom from 4.44.1.0 to 4.45.0.0 (#107)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#110)
bump http4k-bom from 4.45.0.0 to 4.47.2.0 (#111)
bump kotlin.version from 1.8.21 to 1.8.22 (#112)
bump http4k-bom from 4.47.2.0 to 4.48.0.0 (#113)
bump http4k-bom from 4.48.0.0 to 5.0.0.0 (#114)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#115)
bump http4k-bom from 5.0.0.0 to 5.1.1.0 (#116)
bump http4k-bom from 5.1.1.0 to 5.1.1.1 (#117)
bump http4k-bom from 5.1.1.1 to 5.1.2.1 (#118)
bump http4k-bom from 5.1.2.1 to 5.2.0.0 (#119)
bump kotlinx-coroutines-bom from 1.7.1 to 1.7.2 (#120)
bump http4k-bom from 5.2.0.0 to 5.2.1.0 (#121)
bump kotlin.version from 1.8.22 to 1.9.0 (#122)
bump http4k-bom from 5.2.1.0 to 5.3.0.0 (#123)
bump org.http4k:http4k-bom from 5.3.0.0 to 5.5.0.0 (#128)
bump org.junit:junit-bom from 5.9.3 to 5.10.0 (#129)
bump org.jetbrains.kotlinx:kotlinx-coroutines-bom (#130)
bump org.http4k:http4k-bom from 5.5.0.0 to 5.6.0.0 (#131)
bump org.http4k:http4k-bom from 5.6.0.0 to 5.6.1.0 (#132)
bump org.http4k:http4k-bom from 5.6.1.0 to 5.6.2.0 (#133)
bump org.http4k:http4k-bom from 5.6.2.0 to 5.6.3.0 (#134)
bump org.http4k:http4k-bom from 5.6.3.0 to 5.6.4.0 (#135)
bump org.http4k:http4k-bom from 5.6.4.0 to 5.6.5.0 (#136)
bump org.http4k:http4k-bom from 5.6.5.0 to 5.7.2.0 (#137)
bump org.apache.maven.plugins:maven-enforcer-plugin (#138)
bump kotlin.version from 1.9.0 to 1.9.10 (#139)
bump org.http4k:http4k-bom from 5.7.2.0 to 5.7.4.0 (#140)
bump org.http4k:http4k-bom from 5.7.4.0 to 5.7.5.0 (#141)
bump org.http4k:http4k-bom from 5.7.5.0 to 5.8.0.0 (#142)
bump org.apache.maven.plugins:maven-enforcer-plugin (#143)
bump org.apache.maven.plugins:maven-javadoc-plugin (#145)
bump org.http4k:http4k-bom from 5.8.0.0 to 5.8.1.0 (#144)
bump org.http4k:http4k-bom from 5.8.1.0 to 5.8.2.0 (#146)
bump org.http4k:http4k-bom from 5.8.2.0 to 5.8.3.0 (#147)
bump org.http4k:http4k-bom from 5.8.3.0 to 5.8.4.0 (#148)
bump org.http4k:http4k-bom from 5.8.4.0 to 5.8.5.0 (#149)
bump org.http4k:http4k-bom from 5.8.5.0 to 5.8.5.1 (#150)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 (#151)
bump org.http4k:http4k-bom from 5.8.5.1 to 5.8.6.0 (#152)
bump org.http4k:http4k-bom from 5.8.6.0 to 5.9.0.0 (#153)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 (#154)
bump kotlin.version from 1.9.10 to 1.9.20 (#155)
bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#156)
bump org.http4k:http4k-bom from 5.9.0.0 to 5.10.0.0 (#157)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#158)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#159)
bump org.http4k:http4k-bom from 5.10.0.0 to 5.10.1.0 (#160)
bump org.http4k:http4k-bom from 5.10.1.0 to 5.10.2.0 (#161)
bump org.http4k:http4k-bom from 5.10.2.0 to 5.10.3.0 (#162)
bump kotlin.version from 1.9.20 to 1.9.21 (#163)
bump org.http4k:http4k-bom from 5.10.3.0 to 5.10.4.0 (#164)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#165)
bump org.http4k:http4k-bom from 5.10.4.0 to 5.10.5.0 (#166)
oldratlee pushed a commit that referenced this pull request Dec 28, 2023
bump maven-resources-plugin from 3.3.0 to 3.3.1 (#94)
bump maven-deploy-plugin from 3.0.0 to 3.1.1 (#95)
bump junit-bom from 5.9.2 to 5.9.3 (#96)
bump maven-install-plugin from 3.1.0 to 3.1.1 (#97)
bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#98)
bump http4k-bom from 4.37.0.0 to 4.44.0.0 (#99)
bump kotlinx-coroutines-bom from 1.6.4 to 1.7.1 (#100)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#101)
bump kotlin.version from 1.8.0 to 1.8.21 (#102)
bump maven-surefire-plugin from 2.22.2 to 3.1.0 (#103)
bump maven-enforcer-plugin from 3.1.0 to 3.3.0 (#104)
bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#105)
bump http4k-bom from 4.44.0.0 to 4.44.1.0 (#106)
bump http4k-bom from 4.44.1.0 to 4.45.0.0 (#107)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#110)
bump http4k-bom from 4.45.0.0 to 4.47.2.0 (#111)
bump kotlin.version from 1.8.21 to 1.8.22 (#112)
bump http4k-bom from 4.47.2.0 to 4.48.0.0 (#113)
bump http4k-bom from 4.48.0.0 to 5.0.0.0 (#114)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#115)
bump http4k-bom from 5.0.0.0 to 5.1.1.0 (#116)
bump http4k-bom from 5.1.1.0 to 5.1.1.1 (#117)
bump http4k-bom from 5.1.1.1 to 5.1.2.1 (#118)
bump http4k-bom from 5.1.2.1 to 5.2.0.0 (#119)
bump kotlinx-coroutines-bom from 1.7.1 to 1.7.2 (#120)
bump http4k-bom from 5.2.0.0 to 5.2.1.0 (#121)
bump kotlin.version from 1.8.22 to 1.9.0 (#122)
bump http4k-bom from 5.2.1.0 to 5.3.0.0 (#123)
bump http4k-bom from 5.3.0.0 to 5.5.0.0 (#128)
bump junit-bom from 5.9.3 to 5.10.0 (#129)
bump kotlinx-coroutines-bom (#130)
bump http4k-bom from 5.5.0.0 to 5.6.0.0 (#131)
bump http4k-bom from 5.6.0.0 to 5.6.1.0 (#132)
bump http4k-bom from 5.6.1.0 to 5.6.2.0 (#133)
bump http4k-bom from 5.6.2.0 to 5.6.3.0 (#134)
bump http4k-bom from 5.6.3.0 to 5.6.4.0 (#135)
bump http4k-bom from 5.6.4.0 to 5.6.5.0 (#136)
bump http4k-bom from 5.6.5.0 to 5.7.2.0 (#137)
bump maven-enforcer-plugin (#138)
bump kotlin.version from 1.9.0 to 1.9.10 (#139)
bump http4k-bom from 5.7.2.0 to 5.7.4.0 (#140)
bump http4k-bom from 5.7.4.0 to 5.7.5.0 (#141)
bump http4k-bom from 5.7.5.0 to 5.8.0.0 (#142)
bump maven-enforcer-plugin (#143)
bump maven-javadoc-plugin (#145)
bump http4k-bom from 5.8.0.0 to 5.8.1.0 (#144)
bump http4k-bom from 5.8.1.0 to 5.8.2.0 (#146)
bump http4k-bom from 5.8.2.0 to 5.8.3.0 (#147)
bump http4k-bom from 5.8.3.0 to 5.8.4.0 (#148)
bump http4k-bom from 5.8.4.0 to 5.8.5.0 (#149)
bump http4k-bom from 5.8.5.0 to 5.8.5.1 (#150)
bump maven-surefire-plugin from 3.1.2 to 3.2.1 (#151)
bump http4k-bom from 5.8.5.1 to 5.8.6.0 (#152)
bump http4k-bom from 5.8.6.0 to 5.9.0.0 (#153)
bump maven-clean-plugin 3.3.1 to 3.3.2 (#154)
bump kotlin.version from 1.9.10 to 1.9.20 (#155)
bump junit-bom from 5.10.0 to 5.10.1 (#156)
bump http4k-bom from 5.9.0.0 to 5.10.0.0 (#157)
bump maven-surefire-plugin 3.2.1 to 3.2.2 (#158)
bump maven-javadoc-plugin 3.6.0 to 3.6.2 (#159)
bump http4k-bom from 5.10.0.0 to 5.10.1.0 (#160)
bump http4k-bom from 5.10.1.0 to 5.10.2.0 (#161)
bump http4k-bom from 5.10.2.0 to 5.10.3.0 (#162)
bump kotlin.version from 1.9.20 to 1.9.21 (#163)
bump http4k-bom from 5.10.3.0 to 5.10.4.0 (#164)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#165)
bump http4k-bom from 5.10.4.0 to 5.10.5.0 (#166)
bump http4k-bom from 5.10.5.0 to 5.10.6.0 (#167)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#168)
bump http4k-bom from 5.10.6.0 to 5.10.7.0 (#169)
bump http4k-bom from 5.10.7.0 to 5.11.0.0 (#170)
bump maven-compiler-plugin from 3.11.0 to 3.12.0 (#171)
bump http4k-bom from 5.11.0.0 to 5.11.1.0 (#172)
bump kotlin.version from 1.9.21 to 1.9.22 (#173)
bump maven-compiler-plugin from 3.12.0 to 3.12.1 (#174)
bump http4k-bom from 5.11.1.0 to 5.12.0.0 (#175)
oldratlee pushed a commit that referenced this pull request Feb 16, 2024
bump maven-resources-plugin from 3.3.0 to 3.3.1 (#94)
bump maven-deploy-plugin from 3.0.0 to 3.1.1 (#95)
bump junit-bom from 5.9.2 to 5.9.3 (#96)
bump maven-install-plugin from 3.1.0 to 3.1.1 (#97)
bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#98)
bump http4k-bom from 4.37.0.0 to 4.44.0.0 (#99)
bump kotlinx-coroutines-bom from 1.6.4 to 1.7.1 (#100)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#101)
bump kotlin.version from 1.8.0 to 1.8.21 (#102)
bump maven-surefire-plugin from 2.22.2 to 3.1.0 (#103)
bump maven-enforcer-plugin from 3.1.0 to 3.3.0 (#104)
bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#105)
bump http4k-bom from 4.44.0.0 to 4.44.1.0 (#106)
bump http4k-bom from 4.44.1.0 to 4.45.0.0 (#107)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#110)
bump http4k-bom from 4.45.0.0 to 4.47.2.0 (#111)
bump kotlin.version from 1.8.21 to 1.8.22 (#112)
bump http4k-bom from 4.47.2.0 to 4.48.0.0 (#113)
bump http4k-bom from 4.48.0.0 to 5.0.0.0 (#114)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#115)
bump http4k-bom from 5.0.0.0 to 5.1.1.0 (#116)
bump http4k-bom from 5.1.1.0 to 5.1.1.1 (#117)
bump http4k-bom from 5.1.1.1 to 5.1.2.1 (#118)
bump http4k-bom from 5.1.2.1 to 5.2.0.0 (#119)
bump kotlinx-coroutines-bom from 1.7.1 to 1.7.2 (#120)
bump http4k-bom from 5.2.0.0 to 5.2.1.0 (#121)
bump kotlin.version from 1.8.22 to 1.9.0 (#122)
bump http4k-bom from 5.2.1.0 to 5.3.0.0 (#123)
bump http4k-bom from 5.3.0.0 to 5.5.0.0 (#128)
bump junit-bom from 5.9.3 to 5.10.0 (#129)
bump kotlinx-coroutines-bom (#130)
bump http4k-bom from 5.5.0.0 to 5.6.0.0 (#131)
bump http4k-bom from 5.6.0.0 to 5.6.1.0 (#132)
bump http4k-bom from 5.6.1.0 to 5.6.2.0 (#133)
bump http4k-bom from 5.6.2.0 to 5.6.3.0 (#134)
bump http4k-bom from 5.6.3.0 to 5.6.4.0 (#135)
bump http4k-bom from 5.6.4.0 to 5.6.5.0 (#136)
bump http4k-bom from 5.6.5.0 to 5.7.2.0 (#137)
bump maven-enforcer-plugin (#138)
bump kotlin.version from 1.9.0 to 1.9.10 (#139)
bump http4k-bom from 5.7.2.0 to 5.7.4.0 (#140)
bump http4k-bom from 5.7.4.0 to 5.7.5.0 (#141)
bump http4k-bom from 5.7.5.0 to 5.8.0.0 (#142)
bump maven-enforcer-plugin (#143)
bump maven-javadoc-plugin (#145)
bump http4k-bom from 5.8.0.0 to 5.8.1.0 (#144)
bump http4k-bom from 5.8.1.0 to 5.8.2.0 (#146)
bump http4k-bom from 5.8.2.0 to 5.8.3.0 (#147)
bump http4k-bom from 5.8.3.0 to 5.8.4.0 (#148)
bump http4k-bom from 5.8.4.0 to 5.8.5.0 (#149)
bump http4k-bom from 5.8.5.0 to 5.8.5.1 (#150)
bump maven-surefire-plugin from 3.1.2 to 3.2.1 (#151)
bump http4k-bom from 5.8.5.1 to 5.8.6.0 (#152)
bump http4k-bom from 5.8.6.0 to 5.9.0.0 (#153)
bump maven-clean-plugin 3.3.1 to 3.3.2 (#154)
bump kotlin.version from 1.9.10 to 1.9.20 (#155)
bump junit-bom from 5.10.0 to 5.10.1 (#156)
bump http4k-bom from 5.9.0.0 to 5.10.0.0 (#157)
bump maven-surefire-plugin 3.2.1 to 3.2.2 (#158)
bump maven-javadoc-plugin 3.6.0 to 3.6.2 (#159)
bump http4k-bom from 5.10.0.0 to 5.10.1.0 (#160)
bump http4k-bom from 5.10.1.0 to 5.10.2.0 (#161)
bump http4k-bom from 5.10.2.0 to 5.10.3.0 (#162)
bump kotlin.version from 1.9.20 to 1.9.21 (#163)
bump http4k-bom from 5.10.3.0 to 5.10.4.0 (#164)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#165)
bump http4k-bom from 5.10.4.0 to 5.10.5.0 (#166)
bump http4k-bom from 5.10.5.0 to 5.10.6.0 (#167)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#168)
bump http4k-bom from 5.10.6.0 to 5.10.7.0 (#169)
bump http4k-bom from 5.10.7.0 to 5.11.0.0 (#170)
bump maven-compiler-plugin from 3.11.0 to 3.12.0 (#171)
bump http4k-bom from 5.11.0.0 to 5.11.1.0 (#172)
bump kotlin.version from 1.9.21 to 1.9.22 (#173)
bump maven-compiler-plugin from 3.12.0 to 3.12.1 (#174)
bump http4k-bom from 5.11.1.0 to 5.12.0.0 (#175)
bump http4k-bom from 5.12.0.0 to 5.12.1.0 (#176)
bump maven-surefire-plugin 3.2.3 to 3.2.5 (#177)
bump http4k-bom from 5.12.1.0 to 5.13.0.0 (#178)
bump http4k-bom from 5.13.0.0 to 5.13.0.1 (#179)
bump http4k-bom from 5.13.0.1 to 5.13.1.0 (#180)
bump http4k-bom from 5.13.1.0 to 5.13.2.0 (#181)
bump junit-bom from 5.10.1 to 5.10.2 (#182)
bump http4k-bom from 5.13.2.0 to 5.13.4.1 (#183)
bump http4k-bom from 5.13.4.1 to 5.13.5.0 (#184)
bump http4k-bom from 5.13.5.0 to 5.13.6.1 (#185)
bump http4k-bom from 5.13.6.1 to 5.13.7.0 (#186)
bump kotlinx-coroutines-bom 1.7.3 to 1.8.0 (#187)
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