Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump kotlin.version from 2.0.0 to 2.0.10 #2505

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps kotlin.version from 2.0.0 to 2.0.10.
Updates org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 2.0.0 to 2.0.10

Release notes

Sourced from org.jetbrains.kotlin:kotlin-stdlib-jdk8's releases.

Kotlin 2.0.10

2.0.10

Apple Ecosystem

  • KT-68257 Xcode incorrectly reuses embedAndSign framework when moving to and from 2.0.0

Compiler

Fixes

  • KT-69876 K2 Compile exception: Only IrBlockBody together with kotlinx serialization
  • KT-68521 K2: Property's private setters can be bypassed when using plusAssign and minusAssign operators
  • KT-68667 K2: Compiler hangs on mapNotNull and elvis inside lambda
  • KT-68747 K2: Long compilation time because of constraint solving when using typealias in different modules
  • KT-68940 K2: "IllegalArgumentException: All variables should be fixed to something"
  • KT-68797 K2 / Native: "java.lang.IllegalStateException: FIELD" caused by enabled caching
  • KT-68362 False-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED for inheritor of java class which directly implements java.util.Map
  • KT-68449 K2: "when" expression returns Unit
  • KT-67072 K2: inconsistent stability of open vals on receivers of final type
  • KT-68570 K2: "Unresolved reference" in call with lambda argument and nested lambda argument
  • KT-69159 K2: KotlinNothingValueException in Exposed
  • KT-68623 K2: "Only safe or null-asserted calls are allowed" on safe call
  • KT-68193 JDK 21: new MutableList.addFirst/addLast methods allow adding nullable value for non-null types
  • KT-67804 removeFirst and removeLast return type with Java 21
  • KT-68727 K2: "Null argument in ExpressionCodegen for parameter VALUE_PARAMETER" caused by an enum class with default parameter in a different module
  • KT-68383 K2: "Argument type mismatch: actual type is 'kotlin.String', but 'T & Any' was expected." with intersection types
  • KT-68546 K2: false-positive conflicting overloads error on inheriting generic type with inherited generic and non-generic member overloads
  • KT-68626 K2: "Conflicting Overloads" for function if inherited from generic type
  • KT-68351 K2: "Suspension functions can only be called within coroutine body"
  • KT-68489 K2: WRONG_ANNOTATION_TARGET with Java and Kotlin @Target annotation positions
  • KT-69058 K2: Java-defined property annotations not persisted
  • KT-64515 K2 IDE: [NEW_INFERENCE_ERROR] in a build.gradle.kts script while applying "jvm-test-suite" plugin and then configuring targets for test suites
  • KT-68016 K2: Gradle repo test should compile correctly with Kotlin explicit api mode fails on K2
  • KT-68575 K2: @ParameterName annotation is not erased when inferring the type of it in lambdas
  • KT-67999 K2: lost flexibility on parameters of Java SAM
  • KT-59679 K2: Investigate extracting uncompleted candidates from blocks
  • KT-68401 K2: "IllegalAccessError: failed to access class" caused by package private super Java type, when inferencing a common super type of if or when branches on JVM
  • KT-68806 K/Wasm RuntimeError: unreachable on Sequence::toList
  • KT-68455 K2: False negative UPPER_BOUND_VIOLATED_BASED_ON_JAVA_ANNOTATIONS
  • KT-68538 KJS/K2: using while with break inside inline lambdas leads to an endless cycle
  • KT-68798 JVM compiler crashes on calling private expect constructor with a default parameter
  • KT-68734 K2: enum class in KMP: Expect declaration MMKVLogLevel is incompatible with actual MMKVLogLevel because modality is different
  • KT-68674 False positive ACTUAL_WITHOUT_EXPECT in K2
  • KT-68350 K2: "Inapplicable candidate(s)" caused by parameter reference of local class with type parameters from function
  • KT-68571 K2: "IllegalStateException: Fake override should have at least one overridden descriptor" caused by exceptions and when statement
  • KT-68523 K2: FileAnalysisException when using Definitely non-nullable types
  • KT-68339 K2: "Enum entry * is uninitialized here" caused by lazy property with enum in when expression
  • KT-66688 K2: false-negative "upper bound violated" error in extension receiver
  • KT-68630 DiagnosticsSuppressor is not invoked with Kotlin 2.0

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-stdlib-jdk8's changelog.

2.0.10

Apple Ecosystem

  • KT-68257 Xcode incorrectly reuses embedAndSign framework when moving to and from 2.0.0

Compiler

Fixes

  • KT-69876 K2 Compile exception: Only IrBlockBody together with kotlinx serialization
  • KT-68521 K2: Property's private setters can be bypassed when using plusAssign and minusAssign operators
  • KT-68667 K2: Compiler hangs on mapNotNull and elvis inside lambda
  • KT-68747 K2: Long compilation time because of constraint solving when using typealias in different modules
  • KT-68940 K2: "IllegalArgumentException: All variables should be fixed to something"
  • KT-68797 K2 / Native: "java.lang.IllegalStateException: FIELD" caused by enabled caching
  • KT-68362 False-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED for inheritor of java class which directly implements java.util.Map
  • KT-68449 K2: "when" expression returns Unit
  • KT-67072 K2: inconsistent stability of open vals on receivers of final type
  • KT-68570 K2: "Unresolved reference" in call with lambda argument and nested lambda argument
  • KT-69159 K2: KotlinNothingValueException in Exposed
  • KT-68623 K2: "Only safe or null-asserted calls are allowed" on safe call
  • KT-68193 JDK 21: new MutableList.addFirst/addLast methods allow adding nullable value for non-null types
  • KT-67804 removeFirst and removeLast return type with Java 21
  • KT-68727 K2: "Null argument in ExpressionCodegen for parameter VALUE_PARAMETER" caused by an enum class with default parameter in a different module
  • KT-68383 K2: "Argument type mismatch: actual type is 'kotlin.String', but 'T & Any' was expected." with intersection types
  • KT-68546 K2: false-positive conflicting overloads error on inheriting generic type with inherited generic and non-generic member overloads
  • KT-68626 K2: "Conflicting Overloads" for function if inherited from generic type
  • KT-68351 K2: "Suspension functions can only be called within coroutine body"
  • KT-68489 K2: WRONG_ANNOTATION_TARGET with Java and Kotlin @Target annotation positions
  • KT-69058 K2: Java-defined property annotations not persisted
  • KT-64515 K2 IDE: [NEW_INFERENCE_ERROR] in a build.gradle.kts script while applying "jvm-test-suite" plugin and then configuring targets for test suites
  • KT-68016 K2: Gradle repo test should compile correctly with Kotlin explicit api mode fails on K2
  • KT-68575 K2: @ParameterName annotation is not erased when inferring the type of it in lambdas
  • KT-67999 K2: lost flexibility on parameters of Java SAM
  • KT-59679 K2: Investigate extracting uncompleted candidates from blocks
  • KT-68401 K2: "IllegalAccessError: failed to access class" caused by package private super Java type, when inferencing a common super type of if or when branches on JVM
  • KT-68806 K/Wasm RuntimeError: unreachable on Sequence::toList
  • KT-68455 K2: False negative UPPER_BOUND_VIOLATED_BASED_ON_JAVA_ANNOTATIONS
  • KT-68538 KJS/K2: using while with break inside inline lambdas leads to an endless cycle
  • KT-68798 JVM compiler crashes on calling private expect constructor with a default parameter
  • KT-68734 K2: enum class in KMP: Expect declaration MMKVLogLevel is incompatible with actual MMKVLogLevel because modality is different
  • KT-68674 False positive ACTUAL_WITHOUT_EXPECT in K2
  • KT-68350 K2: "Inapplicable candidate(s)" caused by parameter reference of local class with type parameters from function
  • KT-68571 K2: "IllegalStateException: Fake override should have at least one overridden descriptor" caused by exceptions and when statement
  • KT-68523 K2: FileAnalysisException when using Definitely non-nullable types
  • KT-68339 K2: "Enum entry * is uninitialized here" caused by lazy property with enum in when expression
  • KT-66688 K2: false-negative "upper bound violated" error in extension receiver
  • KT-68630 DiagnosticsSuppressor is not invoked with Kotlin 2.0
  • KT-68222 K2. KMP. False negative Expected declaration must not have a body for expected top-level property with getter/setter

... (truncated)

Commits
  • c072e7c Add ChangeLog for 2.0.10-RC2
  • f3f8d94 Compose compiler: Do not add HiddenFromObjC annotation twice
  • c022606 Add ChangeLog for 2.0.10-RC
  • 5118405 [KGP] Make kotlin.build.archivesTaskOutputAsFriendModule property public
  • 623edef [KGP] Fix missing task dependency between Test and Main compilations
  • 1f70ebb [Gradle] Fix resolve friend paths to be able to detect late associateWith calls
  • 1b0ab7d [Gradle] Add archivesTaskOutputAsFriendModule flag
  • ae44265 Init configurationMetrics parameter with a default value
  • d0984cc Calculate projects configurationMetrics after project evaluation
  • 351f801 Finalize BuildFusService parameters to avoid CME
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-reflect from 2.0.0 to 2.0.10

Release notes

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

Kotlin 2.0.10

2.0.10

Apple Ecosystem

  • KT-68257 Xcode incorrectly reuses embedAndSign framework when moving to and from 2.0.0

Compiler

Fixes

  • KT-69876 K2 Compile exception: Only IrBlockBody together with kotlinx serialization
  • KT-68521 K2: Property's private setters can be bypassed when using plusAssign and minusAssign operators
  • KT-68667 K2: Compiler hangs on mapNotNull and elvis inside lambda
  • KT-68747 K2: Long compilation time because of constraint solving when using typealias in different modules
  • KT-68940 K2: "IllegalArgumentException: All variables should be fixed to something"
  • KT-68797 K2 / Native: "java.lang.IllegalStateException: FIELD" caused by enabled caching
  • KT-68362 False-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED for inheritor of java class which directly implements java.util.Map
  • KT-68449 K2: "when" expression returns Unit
  • KT-67072 K2: inconsistent stability of open vals on receivers of final type
  • KT-68570 K2: "Unresolved reference" in call with lambda argument and nested lambda argument
  • KT-69159 K2: KotlinNothingValueException in Exposed
  • KT-68623 K2: "Only safe or null-asserted calls are allowed" on safe call
  • KT-68193 JDK 21: new MutableList.addFirst/addLast methods allow adding nullable value for non-null types
  • KT-67804 removeFirst and removeLast return type with Java 21
  • KT-68727 K2: "Null argument in ExpressionCodegen for parameter VALUE_PARAMETER" caused by an enum class with default parameter in a different module
  • KT-68383 K2: "Argument type mismatch: actual type is 'kotlin.String', but 'T & Any' was expected." with intersection types
  • KT-68546 K2: false-positive conflicting overloads error on inheriting generic type with inherited generic and non-generic member overloads
  • KT-68626 K2: "Conflicting Overloads" for function if inherited from generic type
  • KT-68351 K2: "Suspension functions can only be called within coroutine body"
  • KT-68489 K2: WRONG_ANNOTATION_TARGET with Java and Kotlin @Target annotation positions
  • KT-69058 K2: Java-defined property annotations not persisted
  • KT-64515 K2 IDE: [NEW_INFERENCE_ERROR] in a build.gradle.kts script while applying "jvm-test-suite" plugin and then configuring targets for test suites
  • KT-68016 K2: Gradle repo test should compile correctly with Kotlin explicit api mode fails on K2
  • KT-68575 K2: @ParameterName annotation is not erased when inferring the type of it in lambdas
  • KT-67999 K2: lost flexibility on parameters of Java SAM
  • KT-59679 K2: Investigate extracting uncompleted candidates from blocks
  • KT-68401 K2: "IllegalAccessError: failed to access class" caused by package private super Java type, when inferencing a common super type of if or when branches on JVM
  • KT-68806 K/Wasm RuntimeError: unreachable on Sequence::toList
  • KT-68455 K2: False negative UPPER_BOUND_VIOLATED_BASED_ON_JAVA_ANNOTATIONS
  • KT-68538 KJS/K2: using while with break inside inline lambdas leads to an endless cycle
  • KT-68798 JVM compiler crashes on calling private expect constructor with a default parameter
  • KT-68734 K2: enum class in KMP: Expect declaration MMKVLogLevel is incompatible with actual MMKVLogLevel because modality is different
  • KT-68674 False positive ACTUAL_WITHOUT_EXPECT in K2
  • KT-68350 K2: "Inapplicable candidate(s)" caused by parameter reference of local class with type parameters from function
  • KT-68571 K2: "IllegalStateException: Fake override should have at least one overridden descriptor" caused by exceptions and when statement
  • KT-68523 K2: FileAnalysisException when using Definitely non-nullable types
  • KT-68339 K2: "Enum entry * is uninitialized here" caused by lazy property with enum in when expression
  • KT-66688 K2: false-negative "upper bound violated" error in extension receiver
  • KT-68630 DiagnosticsSuppressor is not invoked with Kotlin 2.0

... (truncated)

Changelog

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

2.0.10

Apple Ecosystem

  • KT-68257 Xcode incorrectly reuses embedAndSign framework when moving to and from 2.0.0

Compiler

Fixes

  • KT-69876 K2 Compile exception: Only IrBlockBody together with kotlinx serialization
  • KT-68521 K2: Property's private setters can be bypassed when using plusAssign and minusAssign operators
  • KT-68667 K2: Compiler hangs on mapNotNull and elvis inside lambda
  • KT-68747 K2: Long compilation time because of constraint solving when using typealias in different modules
  • KT-68940 K2: "IllegalArgumentException: All variables should be fixed to something"
  • KT-68797 K2 / Native: "java.lang.IllegalStateException: FIELD" caused by enabled caching
  • KT-68362 False-positive ABSTRACT_MEMBER_NOT_IMPLEMENTED for inheritor of java class which directly implements java.util.Map
  • KT-68449 K2: "when" expression returns Unit
  • KT-67072 K2: inconsistent stability of open vals on receivers of final type
  • KT-68570 K2: "Unresolved reference" in call with lambda argument and nested lambda argument
  • KT-69159 K2: KotlinNothingValueException in Exposed
  • KT-68623 K2: "Only safe or null-asserted calls are allowed" on safe call
  • KT-68193 JDK 21: new MutableList.addFirst/addLast methods allow adding nullable value for non-null types
  • KT-67804 removeFirst and removeLast return type with Java 21
  • KT-68727 K2: "Null argument in ExpressionCodegen for parameter VALUE_PARAMETER" caused by an enum class with default parameter in a different module
  • KT-68383 K2: "Argument type mismatch: actual type is 'kotlin.String', but 'T & Any' was expected." with intersection types
  • KT-68546 K2: false-positive conflicting overloads error on inheriting generic type with inherited generic and non-generic member overloads
  • KT-68626 K2: "Conflicting Overloads" for function if inherited from generic type
  • KT-68351 K2: "Suspension functions can only be called within coroutine body"
  • KT-68489 K2: WRONG_ANNOTATION_TARGET with Java and Kotlin @Target annotation positions
  • KT-69058 K2: Java-defined property annotations not persisted
  • KT-64515 K2 IDE: [NEW_INFERENCE_ERROR] in a build.gradle.kts script while applying "jvm-test-suite" plugin and then configuring targets for test suites
  • KT-68016 K2: Gradle repo test should compile correctly with Kotlin explicit api mode fails on K2
  • KT-68575 K2: @ParameterName annotation is not erased when inferring the type of it in lambdas
  • KT-67999 K2: lost flexibility on parameters of Java SAM
  • KT-59679 K2: Investigate extracting uncompleted candidates from blocks
  • KT-68401 K2: "IllegalAccessError: failed to access class" caused by package private super Java type, when inferencing a common super type of if or when branches on JVM
  • KT-68806 K/Wasm RuntimeError: unreachable on Sequence::toList
  • KT-68455 K2: False negative UPPER_BOUND_VIOLATED_BASED_ON_JAVA_ANNOTATIONS
  • KT-68538 KJS/K2: using while with break inside inline lambdas leads to an endless cycle
  • KT-68798 JVM compiler crashes on calling private expect constructor with a default parameter
  • KT-68734 K2: enum class in KMP: Expect declaration MMKVLogLevel is incompatible with actual MMKVLogLevel because modality is different
  • KT-68674 False positive ACTUAL_WITHOUT_EXPECT in K2
  • KT-68350 K2: "Inapplicable candidate(s)" caused by parameter reference of local class with type parameters from function
  • KT-68571 K2: "IllegalStateException: Fake override should have at least one overridden descriptor" caused by exceptions and when statement
  • KT-68523 K2: FileAnalysisException when using Definitely non-nullable types
  • KT-68339 K2: "Enum entry * is uninitialized here" caused by lazy property with enum in when expression
  • KT-66688 K2: false-negative "upper bound violated" error in extension receiver
  • KT-68630 DiagnosticsSuppressor is not invoked with Kotlin 2.0
  • KT-68222 K2. KMP. False negative Expected declaration must not have a body for expected top-level property with getter/setter

... (truncated)

Commits
  • c072e7c Add ChangeLog for 2.0.10-RC2
  • f3f8d94 Compose compiler: Do not add HiddenFromObjC annotation twice
  • c022606 Add ChangeLog for 2.0.10-RC
  • 5118405 [KGP] Make kotlin.build.archivesTaskOutputAsFriendModule property public
  • 623edef [KGP] Fix missing task dependency between Test and Main compilations
  • 1f70ebb [Gradle] Fix resolve friend paths to be able to detect late associateWith calls
  • 1b0ab7d [Gradle] Add archivesTaskOutputAsFriendModule flag
  • ae44265 Init configurationMetrics parameter with a default value
  • d0984cc Calculate projects configurationMetrics after project evaluation
  • 351f801 Finalize BuildFusService parameters to avoid CME
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-maven-plugin from 2.0.0 to 2.0.10

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.0 to 2.0.10.

Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 2.0.0 to 2.0.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.0.10)

Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.0.0 to 2.0.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.0.10)

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.0.0 to 2.0.10

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  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 the dependencies Pull requests that update a dependency file label Aug 12, 2024
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some suggestions could not be made:

  • annotation-error-decoder/pom.xml
    • lines 32-31
  • apt-test-generator/pom.xml
    • lines 33-32
    • lines 62-61
  • benchmark/pom.xml
    • lines 31-30
  • core/pom.xml
    • lines 32-31
  • dropwizard-metrics4/pom.xml
    • lines 30-29
  • dropwizard-metrics5/pom.xml
    • lines 30-29
  • example-github-with-coroutine/pom.xml
    • lines 32-31
  • example-github/pom.xml
    • lines 32-31
  • example-wikipedia-with-springboot/pom.xml
    • lines 33-32
  • example-wikipedia/pom.xml
    • lines 33-32
  • fastjson2/pom.xml
    • lines 32-31
  • googlehttpclient/pom.xml
    • lines 32-31
  • gson/pom.xml
    • lines 32-31
  • hc5/pom.xml
    • lines 32-31
  • httpclient/pom.xml
    • lines 32-31
  • hystrix/pom.xml
    • lines 32-31
  • jackson-jaxb/pom.xml
    • lines 32-31
    • lines 82-83
  • jackson-jr/pom.xml
    • lines 32-31
  • jackson/pom.xml
    • lines 32-31
  • jakarta/pom.xml
    • lines 33-32
  • java11/pom.xml
    • lines 30-29
  • jaxb-jakarta/pom.xml
    • lines 32-33
    • lines 54-56
  • jaxb/pom.xml
    • lines 32-31
    • lines 47-51
  • jaxrs/pom.xml
    • lines 32-31
  • jaxrs2/pom.xml
    • lines 32-31
  • jaxrs3/pom.xml
    • lines 34-33
  • jaxrs4/pom.xml
    • lines 34-33
  • json/pom.xml
    • lines 32-31
  • kotlin/pom.xml
    • lines 34-33
  • micrometer/pom.xml
    • lines 30-29
  • mock/pom.xml
    • lines 32-31
  • moshi/pom.xml
    • lines 32-31
  • okhttp/pom.xml
    • lines 32-31
  • pom.xml
    • lines 534-535
  • reactive/pom.xml
    • lines 31-30
  • ribbon/pom.xml
    • lines 32-31
  • sax/pom.xml
    • lines 32-31
  • slf4j/pom.xml
    • lines 32-31
  • soap-jakarta/pom.xml
    • lines 32-33
    • lines 63-62
    • lines 79-81
  • soap/pom.xml
    • lines 32-31
    • lines 55-60
    • lines 70-71
  • spring/pom.xml
    • lines 34-33
  • spring4/pom.xml
    • lines 32-31

@velo velo merged commit 75a286d into master Aug 12, 2024
6 checks passed
@velo velo deleted the dependabot/maven/kotlin.version-2.0.10 branch August 12, 2024 09:05
github-merge-queue bot referenced this pull request in camunda/camunda Sep 17, 2024
…#22415)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[io.github.openfeign:feign-bom](https://redirect.github.com/openfeign/feign)
| `13.3` -> `13.4` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.openfeign:feign-bom/13.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.github.openfeign:feign-bom/13.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.github.openfeign:feign-bom/13.3/13.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.openfeign:feign-bom/13.3/13.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>openfeign/feign (io.github.openfeign:feign-bom)</summary>

###
[`v13.4`](https://redirect.github.com/OpenFeign/feign/releases/tag/13.4):
OpenFeign 13.4

[Compare
Source](https://redirect.github.com/openfeign/feign/compare/13.3...13.4)

#### What's Changed

- Add description for RetryableException by
[@&#8203;heli-os](https://redirect.github.com/heli-os) in
[https://github.com/OpenFeign/feign/pull/2459](https://redirect.github.com/OpenFeign/feign/pull/2459)
- Improve Documentation for feign-metrics by
[@&#8203;si-net](https://redirect.github.com/si-net) in
[https://github.com/OpenFeign/feign/pull/2463](https://redirect.github.com/OpenFeign/feign/pull/2463)
- Allows adding literal header values to RequestTemplate by
[@&#8203;dvag-yannick-reifschneider](https://redirect.github.com/dvag-yannick-reifschneider)
in
[https://github.com/OpenFeign/feign/pull/2471](https://redirect.github.com/OpenFeign/feign/pull/2471)
- Auto rewrite by [@&#8203;velo](https://redirect.github.com/velo) in
[https://github.com/OpenFeign/feign/pull/2477](https://redirect.github.com/OpenFeign/feign/pull/2477)
- Update receive-pr.yml to use `master` branch by
[@&#8203;timtebeek](https://redirect.github.com/timtebeek) in
[https://github.com/OpenFeign/feign/pull/2484](https://redirect.github.com/OpenFeign/feign/pull/2484)
- fake by [@&#8203;velo](https://redirect.github.com/velo) in
[https://github.com/OpenFeign/feign/pull/2479](https://redirect.github.com/OpenFeign/feign/pull/2479)
- Refactored data clumps with the help of LLMs (research project) by
[@&#8203;compf](https://redirect.github.com/compf) in
[https://github.com/OpenFeign/feign/pull/2497](https://redirect.github.com/OpenFeign/feign/pull/2497)
- Client.Default - Null pointer exception when receiving an 'empty'
response with compression by
[@&#8203;gromspys](https://redirect.github.com/gromspys) in
[https://github.com/OpenFeign/feign/pull/2510](https://redirect.github.com/OpenFeign/feign/pull/2510)
- Closes Response.body() in Logger after rebuffering to avoid resources
leak by
[@&#8203;Nazukin-Dmitry](https://redirect.github.com/Nazukin-Dmitry) in
[https://github.com/OpenFeign/feign/pull/2530](https://redirect.github.com/OpenFeign/feign/pull/2530)
- Polish static nested test classes by
[@&#8203;Nazukin-Dmitry](https://redirect.github.com/Nazukin-Dmitry) in
[https://github.com/OpenFeign/feign/pull/2531](https://redirect.github.com/OpenFeign/feign/pull/2531)

***

<details>
<summary>List of PRs that updated libraries versions</summary>
<br />

- Bump org.springframework:spring-context from 6.1.9 to 6.1.10 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2454](https://redirect.github.com/OpenFeign/feign/pull/2454)
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2455](https://redirect.github.com/OpenFeign/feign/pull/2455)
- Bump org.skyscreamer:jsonassert from 1.5.1 to 1.5.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2456](https://redirect.github.com/OpenFeign/feign/pull/2456)
- Bump org.junit:junit-bom from 5.10.2 to 5.10.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2462](https://redirect.github.com/OpenFeign/feign/pull/2462)
- Bump org.moditect:moditect-maven-plugin from 1.2.1.Final to
1.2.2.Final by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2465](https://redirect.github.com/OpenFeign/feign/pull/2465)
- Bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2466](https://redirect.github.com/OpenFeign/feign/pull/2466)
- Bump org.skyscreamer:jsonassert from 1.5.2 to 1.5.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2464](https://redirect.github.com/OpenFeign/feign/pull/2464)
- Bump jackson.version from 2.17.1 to 2.17.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2467](https://redirect.github.com/OpenFeign/feign/pull/2467)
- Bump micrometer.version from 1.13.1 to 1.13.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2468](https://redirect.github.com/OpenFeign/feign/pull/2468)
- Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2469](https://redirect.github.com/OpenFeign/feign/pull/2469)
- Bump reactor.version from 3.6.7 to 3.6.8 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2470](https://redirect.github.com/OpenFeign/feign/pull/2470)
- Bump maven-surefire-plugin.version from 3.3.0 to 3.3.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2472](https://redirect.github.com/OpenFeign/feign/pull/2472)
- Bump org.springframework.cloud:spring-cloud-dependencies from 2023.0.2
to 2023.0.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2473](https://redirect.github.com/OpenFeign/feign/pull/2473)
- Bump org.springframework:spring-context from 6.1.10 to 6.1.11 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2475](https://redirect.github.com/OpenFeign/feign/pull/2475)
- Bump metrics5 version by
[@&#8203;velo](https://redirect.github.com/velo) in
[https://github.com/OpenFeign/feign/pull/2478](https://redirect.github.com/OpenFeign/feign/pull/2478)
- Bump org.codehaus.mojo:versions-maven-plugin from 2.17.0 to 2.17.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2487](https://redirect.github.com/OpenFeign/feign/pull/2487)
- Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2488](https://redirect.github.com/OpenFeign/feign/pull/2488)
- Bump netty.version from 4.1.111.Final to 4.1.112.Final by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2489](https://redirect.github.com/OpenFeign/feign/pull/2489)
- Bump org.openrewrite.recipe:rewrite-migrate-java from 2.20.0 to 2.21.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2494](https://redirect.github.com/OpenFeign/feign/pull/2494)
- Bump org.openrewrite.maven:rewrite-maven-plugin from 5.36.0 to 5.37.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2495](https://redirect.github.com/OpenFeign/feign/pull/2495)
- Bump com.alibaba.fastjson2:fastjson2 from 2.0.49 to 2.0.52 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2496](https://redirect.github.com/OpenFeign/feign/pull/2496)
- Bump org.openrewrite.recipe:rewrite-testing-frameworks from 2.14.0 to
2.15.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/OpenFeign/feign/pull/2499](https://redirect.github.com/OpenFeign/feign/pull/2499)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2500](https://redirect.github.com/OpenFeign/feign/pull/2500)
- Bump org.openrewrite.maven:rewrite-maven-plugin from 5.37.0 to 5.37.1
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2501](https://redirect.github.com/OpenFeign/feign/pull/2501)
- Bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2502](https://redirect.github.com/OpenFeign/feign/pull/2502)
- Bump jersey.version from 2.43 to 2.44 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2498](https://redirect.github.com/OpenFeign/feign/pull/2498)
- Bump org.openrewrite.maven:rewrite-maven-plugin from 5.37.1 to 5.38.1
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2507](https://redirect.github.com/OpenFeign/feign/pull/2507)
- Bump slf4j.version from 2.0.13 to 2.0.16 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2506](https://redirect.github.com/OpenFeign/feign/pull/2506)
- Bump kotlin.version from 2.0.0 to 2.0.10 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2505](https://redirect.github.com/OpenFeign/feign/pull/2505)
- Bump org.openrewrite.recipe:rewrite-migrate-java from 2.21.0 to 2.22.1
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2511](https://redirect.github.com/OpenFeign/feign/pull/2511)
- Bump maven-surefire-plugin.version from 3.3.1 to 3.4.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2512](https://redirect.github.com/OpenFeign/feign/pull/2512)
- Bump org.junit:junit-bom from 5.10.3 to 5.11.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2513](https://redirect.github.com/OpenFeign/feign/pull/2513)
- Bump org.springframework:spring-context from 6.1.11 to 6.1.12 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2514](https://redirect.github.com/OpenFeign/feign/pull/2514)
- Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2515](https://redirect.github.com/OpenFeign/feign/pull/2515)
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2521](https://redirect.github.com/OpenFeign/feign/pull/2521)
- Bump micrometer.version from 1.13.2 to 1.13.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2517](https://redirect.github.com/OpenFeign/feign/pull/2517)
- Bump org.openrewrite.maven:rewrite-maven-plugin from 5.38.1 to 5.39.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2516](https://redirect.github.com/OpenFeign/feign/pull/2516)
- Bump org.openrewrite.recipe:rewrite-testing-frameworks from 2.15.0 to
2.16.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/OpenFeign/feign/pull/2520](https://redirect.github.com/OpenFeign/feign/pull/2520)
- Bump io.dropwizard.metrics:metrics-core from 4.2.26 to 4.2.27 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2519](https://redirect.github.com/OpenFeign/feign/pull/2519)
- Bump reactor.version from 3.6.8 to 3.6.9 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2518](https://redirect.github.com/OpenFeign/feign/pull/2518)
- Bump org.apache.maven.plugins:maven-install-plugin from 3.1.2 to 3.1.3
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2528](https://redirect.github.com/OpenFeign/feign/pull/2528)
- Bump com.google.http-client:google-http-client from 1.44.2 to 1.45.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2527](https://redirect.github.com/OpenFeign/feign/pull/2527)
- Bump org.openrewrite.maven:rewrite-maven-plugin from 5.39.0 to 5.39.1
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2526](https://redirect.github.com/OpenFeign/feign/pull/2526)
- Bump kotlin.version from 2.0.10 to 2.0.20 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2525](https://redirect.github.com/OpenFeign/feign/pull/2525)
- Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2524](https://redirect.github.com/OpenFeign/feign/pull/2524)
- Bump org.openrewrite.recipe:rewrite-testing-frameworks from 2.16.0 to
2.17.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/OpenFeign/feign/pull/2532](https://redirect.github.com/OpenFeign/feign/pull/2532)
- Bump maven-surefire-plugin.version from 3.4.0 to 3.5.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2533](https://redirect.github.com/OpenFeign/feign/pull/2533)
- Bump mockito.version from 5.12.0 to 5.13.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2534](https://redirect.github.com/OpenFeign/feign/pull/2534)
- Bump org.openrewrite.recipe:rewrite-migrate-java from 2.22.1 to 2.23.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2536](https://redirect.github.com/OpenFeign/feign/pull/2536)
- Bump org.openrewrite.maven:rewrite-maven-plugin from 5.39.1 to 5.39.2
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2537](https://redirect.github.com/OpenFeign/feign/pull/2537)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to
3.10.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/OpenFeign/feign/pull/2538](https://redirect.github.com/OpenFeign/feign/pull/2538)
- Bump jersey.version from 2.44 to 2.45 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2535](https://redirect.github.com/OpenFeign/feign/pull/2535)

</details>

#### New Contributors
* @&#8203;heli-os made their first
contributi[https://github.com/OpenFeign/feign/pull/2459](https://redirect.github.com/OpenFeign/feign/pull/2459)l/2459
* @&#8203;si-net made their first
contributi[https://github.com/OpenFeign/feign/pull/2463](https://redirect.github.com/OpenFeign/feign/pull/2463)l/2463
* @&#8203;dvag-yannick-reifschneider made their first
contributi[https://github.com/OpenFeign/feign/pull/2471](https://redirect.github.com/OpenFeign/feign/pull/2471)l/2471
* @&#8203;timtebeek made their first
contributi[https://github.com/OpenFeign/feign/pull/2484](https://redirect.github.com/OpenFeign/feign/pull/2484)l/2484
* @&#8203;compf made their first
contributi[https://github.com/OpenFeign/feign/pull/2497](https://redirect.github.com/OpenFeign/feign/pull/2497)l/2497
* @&#8203;Nazukin-Dmitry made their first
contributi[https://github.com/OpenFeign/feign/pull/2530](https://redirect.github.com/OpenFeign/feign/pull/2530)l/2530

**Full Changelog**:
OpenFeign/feign@13.3...13.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
github-merge-queue bot referenced this pull request in camunda/camunda Sep 17, 2024
…#22415)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[io.github.openfeign:feign-bom](https://redirect.github.com/openfeign/feign)
| `13.3` -> `13.4` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.openfeign:feign-bom/13.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.github.openfeign:feign-bom/13.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.github.openfeign:feign-bom/13.3/13.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.openfeign:feign-bom/13.3/13.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>openfeign/feign (io.github.openfeign:feign-bom)</summary>

###
[`v13.4`](https://redirect.github.com/OpenFeign/feign/releases/tag/13.4):
OpenFeign 13.4

[Compare
Source](https://redirect.github.com/openfeign/feign/compare/13.3...13.4)

#### What's Changed

- Add description for RetryableException by
[@&#8203;heli-os](https://redirect.github.com/heli-os) in
[https://github.com/OpenFeign/feign/pull/2459](https://redirect.github.com/OpenFeign/feign/pull/2459)
- Improve Documentation for feign-metrics by
[@&#8203;si-net](https://redirect.github.com/si-net) in
[https://github.com/OpenFeign/feign/pull/2463](https://redirect.github.com/OpenFeign/feign/pull/2463)
- Allows adding literal header values to RequestTemplate by
[@&#8203;dvag-yannick-reifschneider](https://redirect.github.com/dvag-yannick-reifschneider)
in
[https://github.com/OpenFeign/feign/pull/2471](https://redirect.github.com/OpenFeign/feign/pull/2471)
- Auto rewrite by [@&#8203;velo](https://redirect.github.com/velo) in
[https://github.com/OpenFeign/feign/pull/2477](https://redirect.github.com/OpenFeign/feign/pull/2477)
- Update receive-pr.yml to use `master` branch by
[@&#8203;timtebeek](https://redirect.github.com/timtebeek) in
[https://github.com/OpenFeign/feign/pull/2484](https://redirect.github.com/OpenFeign/feign/pull/2484)
- fake by [@&#8203;velo](https://redirect.github.com/velo) in
[https://github.com/OpenFeign/feign/pull/2479](https://redirect.github.com/OpenFeign/feign/pull/2479)
- Refactored data clumps with the help of LLMs (research project) by
[@&#8203;compf](https://redirect.github.com/compf) in
[https://github.com/OpenFeign/feign/pull/2497](https://redirect.github.com/OpenFeign/feign/pull/2497)
- Client.Default - Null pointer exception when receiving an 'empty'
response with compression by
[@&#8203;gromspys](https://redirect.github.com/gromspys) in
[https://github.com/OpenFeign/feign/pull/2510](https://redirect.github.com/OpenFeign/feign/pull/2510)
- Closes Response.body() in Logger after rebuffering to avoid resources
leak by
[@&#8203;Nazukin-Dmitry](https://redirect.github.com/Nazukin-Dmitry) in
[https://github.com/OpenFeign/feign/pull/2530](https://redirect.github.com/OpenFeign/feign/pull/2530)
- Polish static nested test classes by
[@&#8203;Nazukin-Dmitry](https://redirect.github.com/Nazukin-Dmitry) in
[https://github.com/OpenFeign/feign/pull/2531](https://redirect.github.com/OpenFeign/feign/pull/2531)

***

<details>
<summary>List of PRs that updated libraries versions</summary>
<br />

- Bump org.springframework:spring-context from 6.1.9 to 6.1.10 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2454](https://redirect.github.com/OpenFeign/feign/pull/2454)
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2455](https://redirect.github.com/OpenFeign/feign/pull/2455)
- Bump org.skyscreamer:jsonassert from 1.5.1 to 1.5.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2456](https://redirect.github.com/OpenFeign/feign/pull/2456)
- Bump org.junit:junit-bom from 5.10.2 to 5.10.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2462](https://redirect.github.com/OpenFeign/feign/pull/2462)
- Bump org.moditect:moditect-maven-plugin from 1.2.1.Final to
1.2.2.Final by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2465](https://redirect.github.com/OpenFeign/feign/pull/2465)
- Bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2466](https://redirect.github.com/OpenFeign/feign/pull/2466)
- Bump org.skyscreamer:jsonassert from 1.5.2 to 1.5.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2464](https://redirect.github.com/OpenFeign/feign/pull/2464)
- Bump jackson.version from 2.17.1 to 2.17.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2467](https://redirect.github.com/OpenFeign/feign/pull/2467)
- Bump micrometer.version from 1.13.1 to 1.13.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2468](https://redirect.github.com/OpenFeign/feign/pull/2468)
- Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2469](https://redirect.github.com/OpenFeign/feign/pull/2469)
- Bump reactor.version from 3.6.7 to 3.6.8 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2470](https://redirect.github.com/OpenFeign/feign/pull/2470)
- Bump maven-surefire-plugin.version from 3.3.0 to 3.3.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2472](https://redirect.github.com/OpenFeign/feign/pull/2472)
- Bump org.springframework.cloud:spring-cloud-dependencies from 2023.0.2
to 2023.0.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2473](https://redirect.github.com/OpenFeign/feign/pull/2473)
- Bump org.springframework:spring-context from 6.1.10 to 6.1.11 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2475](https://redirect.github.com/OpenFeign/feign/pull/2475)
- Bump metrics5 version by
[@&#8203;velo](https://redirect.github.com/velo) in
[https://github.com/OpenFeign/feign/pull/2478](https://redirect.github.com/OpenFeign/feign/pull/2478)
- Bump org.codehaus.mojo:versions-maven-plugin from 2.17.0 to 2.17.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2487](https://redirect.github.com/OpenFeign/feign/pull/2487)
- Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2488](https://redirect.github.com/OpenFeign/feign/pull/2488)
- Bump netty.version from 4.1.111.Final to 4.1.112.Final by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2489](https://redirect.github.com/OpenFeign/feign/pull/2489)
- Bump org.openrewrite.recipe:rewrite-migrate-java from 2.20.0 to 2.21.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2494](https://redirect.github.com/OpenFeign/feign/pull/2494)
- Bump org.openrewrite.maven:rewrite-maven-plugin from 5.36.0 to 5.37.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2495](https://redirect.github.com/OpenFeign/feign/pull/2495)
- Bump com.alibaba.fastjson2:fastjson2 from 2.0.49 to 2.0.52 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2496](https://redirect.github.com/OpenFeign/feign/pull/2496)
- Bump org.openrewrite.recipe:rewrite-testing-frameworks from 2.14.0 to
2.15.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/OpenFeign/feign/pull/2499](https://redirect.github.com/OpenFeign/feign/pull/2499)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2500](https://redirect.github.com/OpenFeign/feign/pull/2500)
- Bump org.openrewrite.maven:rewrite-maven-plugin from 5.37.0 to 5.37.1
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2501](https://redirect.github.com/OpenFeign/feign/pull/2501)
- Bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2502](https://redirect.github.com/OpenFeign/feign/pull/2502)
- Bump jersey.version from 2.43 to 2.44 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2498](https://redirect.github.com/OpenFeign/feign/pull/2498)
- Bump org.openrewrite.maven:rewrite-maven-plugin from 5.37.1 to 5.38.1
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2507](https://redirect.github.com/OpenFeign/feign/pull/2507)
- Bump slf4j.version from 2.0.13 to 2.0.16 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2506](https://redirect.github.com/OpenFeign/feign/pull/2506)
- Bump kotlin.version from 2.0.0 to 2.0.10 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2505](https://redirect.github.com/OpenFeign/feign/pull/2505)
- Bump org.openrewrite.recipe:rewrite-migrate-java from 2.21.0 to 2.22.1
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2511](https://redirect.github.com/OpenFeign/feign/pull/2511)
- Bump maven-surefire-plugin.version from 3.3.1 to 3.4.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2512](https://redirect.github.com/OpenFeign/feign/pull/2512)
- Bump org.junit:junit-bom from 5.10.3 to 5.11.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2513](https://redirect.github.com/OpenFeign/feign/pull/2513)
- Bump org.springframework:spring-context from 6.1.11 to 6.1.12 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2514](https://redirect.github.com/OpenFeign/feign/pull/2514)
- Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2515](https://redirect.github.com/OpenFeign/feign/pull/2515)
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2521](https://redirect.github.com/OpenFeign/feign/pull/2521)
- Bump micrometer.version from 1.13.2 to 1.13.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2517](https://redirect.github.com/OpenFeign/feign/pull/2517)
- Bump org.openrewrite.maven:rewrite-maven-plugin from 5.38.1 to 5.39.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2516](https://redirect.github.com/OpenFeign/feign/pull/2516)
- Bump org.openrewrite.recipe:rewrite-testing-frameworks from 2.15.0 to
2.16.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/OpenFeign/feign/pull/2520](https://redirect.github.com/OpenFeign/feign/pull/2520)
- Bump io.dropwizard.metrics:metrics-core from 4.2.26 to 4.2.27 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2519](https://redirect.github.com/OpenFeign/feign/pull/2519)
- Bump reactor.version from 3.6.8 to 3.6.9 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2518](https://redirect.github.com/OpenFeign/feign/pull/2518)
- Bump org.apache.maven.plugins:maven-install-plugin from 3.1.2 to 3.1.3
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2528](https://redirect.github.com/OpenFeign/feign/pull/2528)
- Bump com.google.http-client:google-http-client from 1.44.2 to 1.45.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2527](https://redirect.github.com/OpenFeign/feign/pull/2527)
- Bump org.openrewrite.maven:rewrite-maven-plugin from 5.39.0 to 5.39.1
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2526](https://redirect.github.com/OpenFeign/feign/pull/2526)
- Bump kotlin.version from 2.0.10 to 2.0.20 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2525](https://redirect.github.com/OpenFeign/feign/pull/2525)
- Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2524](https://redirect.github.com/OpenFeign/feign/pull/2524)
- Bump org.openrewrite.recipe:rewrite-testing-frameworks from 2.16.0 to
2.17.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/OpenFeign/feign/pull/2532](https://redirect.github.com/OpenFeign/feign/pull/2532)
- Bump maven-surefire-plugin.version from 3.4.0 to 3.5.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2533](https://redirect.github.com/OpenFeign/feign/pull/2533)
- Bump mockito.version from 5.12.0 to 5.13.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2534](https://redirect.github.com/OpenFeign/feign/pull/2534)
- Bump org.openrewrite.recipe:rewrite-migrate-java from 2.22.1 to 2.23.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2536](https://redirect.github.com/OpenFeign/feign/pull/2536)
- Bump org.openrewrite.maven:rewrite-maven-plugin from 5.39.1 to 5.39.2
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2537](https://redirect.github.com/OpenFeign/feign/pull/2537)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to
3.10.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/OpenFeign/feign/pull/2538](https://redirect.github.com/OpenFeign/feign/pull/2538)
- Bump jersey.version from 2.44 to 2.45 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2535](https://redirect.github.com/OpenFeign/feign/pull/2535)

</details>

#### New Contributors
* @&#8203;heli-os made their first
contributi[https://github.com/OpenFeign/feign/pull/2459](https://redirect.github.com/OpenFeign/feign/pull/2459)l/2459
* @&#8203;si-net made their first
contributi[https://github.com/OpenFeign/feign/pull/2463](https://redirect.github.com/OpenFeign/feign/pull/2463)l/2463
* @&#8203;dvag-yannick-reifschneider made their first
contributi[https://github.com/OpenFeign/feign/pull/2471](https://redirect.github.com/OpenFeign/feign/pull/2471)l/2471
* @&#8203;timtebeek made their first
contributi[https://github.com/OpenFeign/feign/pull/2484](https://redirect.github.com/OpenFeign/feign/pull/2484)l/2484
* @&#8203;compf made their first
contributi[https://github.com/OpenFeign/feign/pull/2497](https://redirect.github.com/OpenFeign/feign/pull/2497)l/2497
* @&#8203;Nazukin-Dmitry made their first
contributi[https://github.com/OpenFeign/feign/pull/2530](https://redirect.github.com/OpenFeign/feign/pull/2530)l/2530

**Full Changelog**:
OpenFeign/feign@13.3...13.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
github-merge-queue bot referenced this pull request in camunda/camunda Sep 17, 2024
…#22415)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[io.github.openfeign:feign-bom](https://redirect.github.com/openfeign/feign)
| `13.3` -> `13.4` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.openfeign:feign-bom/13.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.github.openfeign:feign-bom/13.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.github.openfeign:feign-bom/13.3/13.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.openfeign:feign-bom/13.3/13.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>openfeign/feign (io.github.openfeign:feign-bom)</summary>

###
[`v13.4`](https://redirect.github.com/OpenFeign/feign/releases/tag/13.4):
OpenFeign 13.4

[Compare
Source](https://redirect.github.com/openfeign/feign/compare/13.3...13.4)

#### What's Changed

- Add description for RetryableException by
[@&#8203;heli-os](https://redirect.github.com/heli-os) in
[https://github.com/OpenFeign/feign/pull/2459](https://redirect.github.com/OpenFeign/feign/pull/2459)
- Improve Documentation for feign-metrics by
[@&#8203;si-net](https://redirect.github.com/si-net) in
[https://github.com/OpenFeign/feign/pull/2463](https://redirect.github.com/OpenFeign/feign/pull/2463)
- Allows adding literal header values to RequestTemplate by
[@&#8203;dvag-yannick-reifschneider](https://redirect.github.com/dvag-yannick-reifschneider)
in
[https://github.com/OpenFeign/feign/pull/2471](https://redirect.github.com/OpenFeign/feign/pull/2471)
- Auto rewrite by [@&#8203;velo](https://redirect.github.com/velo) in
[https://github.com/OpenFeign/feign/pull/2477](https://redirect.github.com/OpenFeign/feign/pull/2477)
- Update receive-pr.yml to use `master` branch by
[@&#8203;timtebeek](https://redirect.github.com/timtebeek) in
[https://github.com/OpenFeign/feign/pull/2484](https://redirect.github.com/OpenFeign/feign/pull/2484)
- fake by [@&#8203;velo](https://redirect.github.com/velo) in
[https://github.com/OpenFeign/feign/pull/2479](https://redirect.github.com/OpenFeign/feign/pull/2479)
- Refactored data clumps with the help of LLMs (research project) by
[@&#8203;compf](https://redirect.github.com/compf) in
[https://github.com/OpenFeign/feign/pull/2497](https://redirect.github.com/OpenFeign/feign/pull/2497)
- Client.Default - Null pointer exception when receiving an 'empty'
response with compression by
[@&#8203;gromspys](https://redirect.github.com/gromspys) in
[https://github.com/OpenFeign/feign/pull/2510](https://redirect.github.com/OpenFeign/feign/pull/2510)
- Closes Response.body() in Logger after rebuffering to avoid resources
leak by
[@&#8203;Nazukin-Dmitry](https://redirect.github.com/Nazukin-Dmitry) in
[https://github.com/OpenFeign/feign/pull/2530](https://redirect.github.com/OpenFeign/feign/pull/2530)
- Polish static nested test classes by
[@&#8203;Nazukin-Dmitry](https://redirect.github.com/Nazukin-Dmitry) in
[https://github.com/OpenFeign/feign/pull/2531](https://redirect.github.com/OpenFeign/feign/pull/2531)

***

<details>
<summary>List of PRs that updated libraries versions</summary>
<br />

- Bump org.springframework:spring-context from 6.1.9 to 6.1.10 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2454](https://redirect.github.com/OpenFeign/feign/pull/2454)
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2455](https://redirect.github.com/OpenFeign/feign/pull/2455)
- Bump org.skyscreamer:jsonassert from 1.5.1 to 1.5.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2456](https://redirect.github.com/OpenFeign/feign/pull/2456)
- Bump org.junit:junit-bom from 5.10.2 to 5.10.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2462](https://redirect.github.com/OpenFeign/feign/pull/2462)
- Bump org.moditect:moditect-maven-plugin from 1.2.1.Final to
1.2.2.Final by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2465](https://redirect.github.com/OpenFeign/feign/pull/2465)
- Bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2466](https://redirect.github.com/OpenFeign/feign/pull/2466)
- Bump org.skyscreamer:jsonassert from 1.5.2 to 1.5.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2464](https://redirect.github.com/OpenFeign/feign/pull/2464)
- Bump jackson.version from 2.17.1 to 2.17.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2467](https://redirect.github.com/OpenFeign/feign/pull/2467)
- Bump micrometer.version from 1.13.1 to 1.13.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2468](https://redirect.github.com/OpenFeign/feign/pull/2468)
- Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2469](https://redirect.github.com/OpenFeign/feign/pull/2469)
- Bump reactor.version from 3.6.7 to 3.6.8 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2470](https://redirect.github.com/OpenFeign/feign/pull/2470)
- Bump maven-surefire-plugin.version from 3.3.0 to 3.3.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2472](https://redirect.github.com/OpenFeign/feign/pull/2472)
- Bump org.springframework.cloud:spring-cloud-dependencies from 2023.0.2
to 2023.0.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2473](https://redirect.github.com/OpenFeign/feign/pull/2473)
- Bump org.springframework:spring-context from 6.1.10 to 6.1.11 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2475](https://redirect.github.com/OpenFeign/feign/pull/2475)
- Bump metrics5 version by
[@&#8203;velo](https://redirect.github.com/velo) in
[https://github.com/OpenFeign/feign/pull/2478](https://redirect.github.com/OpenFeign/feign/pull/2478)
- Bump org.codehaus.mojo:versions-maven-plugin from 2.17.0 to 2.17.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2487](https://redirect.github.com/OpenFeign/feign/pull/2487)
- Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2488](https://redirect.github.com/OpenFeign/feign/pull/2488)
- Bump netty.version from 4.1.111.Final to 4.1.112.Final by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2489](https://redirect.github.com/OpenFeign/feign/pull/2489)
- Bump org.openrewrite.recipe:rewrite-migrate-java from 2.20.0 to 2.21.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2494](https://redirect.github.com/OpenFeign/feign/pull/2494)
- Bump org.openrewrite.maven:rewrite-maven-plugin from 5.36.0 to 5.37.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2495](https://redirect.github.com/OpenFeign/feign/pull/2495)
- Bump com.alibaba.fastjson2:fastjson2 from 2.0.49 to 2.0.52 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2496](https://redirect.github.com/OpenFeign/feign/pull/2496)
- Bump org.openrewrite.recipe:rewrite-testing-frameworks from 2.14.0 to
2.15.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/OpenFeign/feign/pull/2499](https://redirect.github.com/OpenFeign/feign/pull/2499)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2500](https://redirect.github.com/OpenFeign/feign/pull/2500)
- Bump org.openrewrite.maven:rewrite-maven-plugin from 5.37.0 to 5.37.1
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2501](https://redirect.github.com/OpenFeign/feign/pull/2501)
- Bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2502](https://redirect.github.com/OpenFeign/feign/pull/2502)
- Bump jersey.version from 2.43 to 2.44 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2498](https://redirect.github.com/OpenFeign/feign/pull/2498)
- Bump org.openrewrite.maven:rewrite-maven-plugin from 5.37.1 to 5.38.1
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2507](https://redirect.github.com/OpenFeign/feign/pull/2507)
- Bump slf4j.version from 2.0.13 to 2.0.16 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2506](https://redirect.github.com/OpenFeign/feign/pull/2506)
- Bump kotlin.version from 2.0.0 to 2.0.10 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2505](https://redirect.github.com/OpenFeign/feign/pull/2505)
- Bump org.openrewrite.recipe:rewrite-migrate-java from 2.21.0 to 2.22.1
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2511](https://redirect.github.com/OpenFeign/feign/pull/2511)
- Bump maven-surefire-plugin.version from 3.3.1 to 3.4.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2512](https://redirect.github.com/OpenFeign/feign/pull/2512)
- Bump org.junit:junit-bom from 5.10.3 to 5.11.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2513](https://redirect.github.com/OpenFeign/feign/pull/2513)
- Bump org.springframework:spring-context from 6.1.11 to 6.1.12 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2514](https://redirect.github.com/OpenFeign/feign/pull/2514)
- Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2515](https://redirect.github.com/OpenFeign/feign/pull/2515)
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2521](https://redirect.github.com/OpenFeign/feign/pull/2521)
- Bump micrometer.version from 1.13.2 to 1.13.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2517](https://redirect.github.com/OpenFeign/feign/pull/2517)
- Bump org.openrewrite.maven:rewrite-maven-plugin from 5.38.1 to 5.39.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2516](https://redirect.github.com/OpenFeign/feign/pull/2516)
- Bump org.openrewrite.recipe:rewrite-testing-frameworks from 2.15.0 to
2.16.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/OpenFeign/feign/pull/2520](https://redirect.github.com/OpenFeign/feign/pull/2520)
- Bump io.dropwizard.metrics:metrics-core from 4.2.26 to 4.2.27 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2519](https://redirect.github.com/OpenFeign/feign/pull/2519)
- Bump reactor.version from 3.6.8 to 3.6.9 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2518](https://redirect.github.com/OpenFeign/feign/pull/2518)
- Bump org.apache.maven.plugins:maven-install-plugin from 3.1.2 to 3.1.3
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2528](https://redirect.github.com/OpenFeign/feign/pull/2528)
- Bump com.google.http-client:google-http-client from 1.44.2 to 1.45.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2527](https://redirect.github.com/OpenFeign/feign/pull/2527)
- Bump org.openrewrite.maven:rewrite-maven-plugin from 5.39.0 to 5.39.1
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2526](https://redirect.github.com/OpenFeign/feign/pull/2526)
- Bump kotlin.version from 2.0.10 to 2.0.20 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2525](https://redirect.github.com/OpenFeign/feign/pull/2525)
- Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2524](https://redirect.github.com/OpenFeign/feign/pull/2524)
- Bump org.openrewrite.recipe:rewrite-testing-frameworks from 2.16.0 to
2.17.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/OpenFeign/feign/pull/2532](https://redirect.github.com/OpenFeign/feign/pull/2532)
- Bump maven-surefire-plugin.version from 3.4.0 to 3.5.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2533](https://redirect.github.com/OpenFeign/feign/pull/2533)
- Bump mockito.version from 5.12.0 to 5.13.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2534](https://redirect.github.com/OpenFeign/feign/pull/2534)
- Bump org.openrewrite.recipe:rewrite-migrate-java from 2.22.1 to 2.23.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2536](https://redirect.github.com/OpenFeign/feign/pull/2536)
- Bump org.openrewrite.maven:rewrite-maven-plugin from 5.39.1 to 5.39.2
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2537](https://redirect.github.com/OpenFeign/feign/pull/2537)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to
3.10.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)
in
[https://github.com/OpenFeign/feign/pull/2538](https://redirect.github.com/OpenFeign/feign/pull/2538)
- Bump jersey.version from 2.44 to 2.45 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/OpenFeign/feign/pull/2535](https://redirect.github.com/OpenFeign/feign/pull/2535)

</details>

#### New Contributors
* @&#8203;heli-os made their first
contributi[https://github.com/OpenFeign/feign/pull/2459](https://redirect.github.com/OpenFeign/feign/pull/2459)l/2459
* @&#8203;si-net made their first
contributi[https://github.com/OpenFeign/feign/pull/2463](https://redirect.github.com/OpenFeign/feign/pull/2463)l/2463
* @&#8203;dvag-yannick-reifschneider made their first
contributi[https://github.com/OpenFeign/feign/pull/2471](https://redirect.github.com/OpenFeign/feign/pull/2471)l/2471
* @&#8203;timtebeek made their first
contributi[https://github.com/OpenFeign/feign/pull/2484](https://redirect.github.com/OpenFeign/feign/pull/2484)l/2484
* @&#8203;compf made their first
contributi[https://github.com/OpenFeign/feign/pull/2497](https://redirect.github.com/OpenFeign/feign/pull/2497)l/2497
* @&#8203;Nazukin-Dmitry made their first
contributi[https://github.com/OpenFeign/feign/pull/2530](https://redirect.github.com/OpenFeign/feign/pull/2530)l/2530

**Full Changelog**:
OpenFeign/feign@13.3...13.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
velo pushed a commit that referenced this pull request Oct 7, 2024
Bumps `kotlin.version` from 2.0.0 to 2.0.10.

Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 2.0.0 to 2.0.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.0.10)

Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.0.0 to 2.0.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.0.10)

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.0.0 to 2.0.10

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
velo pushed a commit that referenced this pull request Oct 8, 2024
Bumps `kotlin.version` from 2.0.0 to 2.0.10.

Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 2.0.0 to 2.0.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.0.10)

Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.0.0 to 2.0.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.0.10)

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.0.0 to 2.0.10

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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