From c48fdd73abf5327791ea9ef75899bb6916841f0f Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 6 Feb 2025 14:05:39 +0000
Subject: [PATCH] Update dependency
me.kpavlov.langchain4j.kotlin:langchain4j-kotlin to v0.1.8 (#80)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[me.kpavlov.langchain4j.kotlin:langchain4j-kotlin](https://redirect.github.com/kpavlov/langchain4j-kotlin)
| `0.1.7` -> `0.1.8` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
kpavlov/langchain4j-kotlin
(me.kpavlov.langchain4j.kotlin:langchain4j-kotlin)
###
[`v0.1.8`](https://redirect.github.com/kpavlov/langchain4j-kotlin/releases/tag/v0.1.8)
[Compare
Source](https://redirect.github.com/kpavlov/langchain4j-kotlin/compare/v0.1.7...v0.1.8)
#### What's Changed
- [Add AI Mock support, improve integration
tests](https://redirect.github.com/kpavlov/langchain4j-kotlin/pull/76/commits/f049a48e291b67b2c451a14b47409aa3f987f377):
Integrated AI Mock library to enable OpenAI API mocking for tests.
Refactored testing utilities and added `TestSetup` for better test
configuration. Enhanced mock verification and added error handling for
streaming chat model tests.
- Update langchain4j.version to v1.0.0-beta1 by
[@renovate](https://redirect.github.com/renovate) in
[https://github.com/kpavlov/langchain4j-kotlin/pull/76](https://redirect.github.com/kpavlov/langchain4j-kotlin/pull/76)
- Update dependency org.openrewrite.maven:rewrite-maven-plugin to v6.0.1
by [@renovate](https://redirect.github.com/renovate) in
[https://github.com/kpavlov/langchain4j-kotlin/pull/70](https://redirect.github.com/kpavlov/langchain4j-kotlin/pull/70)
- Update dependency org.openrewrite.maven:rewrite-maven-plugin to v6.0.2
by [@renovate](https://redirect.github.com/renovate) in
[https://github.com/kpavlov/langchain4j-kotlin/pull/71](https://redirect.github.com/kpavlov/langchain4j-kotlin/pull/71)
- Update dependency org.openrewrite.maven:rewrite-maven-plugin to v6.0.3
by [@renovate](https://redirect.github.com/renovate) in
[https://github.com/kpavlov/langchain4j-kotlin/pull/72](https://redirect.github.com/kpavlov/langchain4j-kotlin/pull/72)
- Update dependency org.openrewrite.maven:rewrite-maven-plugin to v6.0.4
by [@renovate](https://redirect.github.com/renovate) in
[https://github.com/kpavlov/langchain4j-kotlin/pull/73](https://redirect.github.com/kpavlov/langchain4j-kotlin/pull/73)
- Update dependency org.openrewrite.maven:rewrite-maven-plugin to v6.0.5
by [@renovate](https://redirect.github.com/renovate) in
[https://github.com/kpavlov/langchain4j-kotlin/pull/74](https://redirect.github.com/kpavlov/langchain4j-kotlin/pull/74)
- Update dependency org.jetbrains.kotlin:kotlin-bom to v2.1.10 by
[@renovate](https://redirect.github.com/renovate) in
[https://github.com/kpavlov/langchain4j-kotlin/pull/75](https://redirect.github.com/kpavlov/langchain4j-kotlin/pull/75)
**Full Changelog**:
https://github.com/kpavlov/langchain4j-kotlin/compare/v0.1.7...v0.1.8
---
### 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.
---
- [ ] 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/kpavlov/langchain4j-kotlin).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
samples/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/pom.xml b/samples/pom.xml
index 27d65b9..c72f7a6 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -21,7 +21,7 @@
0.1.1
1.9.0
- 0.1.7
+ 0.1.8
1.0.0-beta1
2.0.16