Skip to content

Commit

Permalink
Update dependency me.kpavlov.langchain4j.kotlin:langchain4j-kotlin to…
Browse files Browse the repository at this point in the history
… v0.1.8 (#80)

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` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/me.kpavlov.langchain4j.kotlin:langchain4j-kotlin/0.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/me.kpavlov.langchain4j.kotlin:langchain4j-kotlin/0.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/me.kpavlov.langchain4j.kotlin:langchain4j-kotlin/0.1.7/0.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/me.kpavlov.langchain4j.kotlin:langchain4j-kotlin/0.1.7/0.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>kpavlov/langchain4j-kotlin
(me.kpavlov.langchain4j.kotlin:langchain4j-kotlin)</summary>

###
[`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
[@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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
[@&#8203;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**:
v0.1.7...v0.1.8

</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/kpavlov/langchain4j-kotlin).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent 67ea9db commit c48fdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- Dependencies -->
<finchly.version>0.1.1</finchly.version>
<kotlinx.version>1.9.0</kotlinx.version>
<langchain4j-kotlin.version>0.1.7</langchain4j-kotlin.version>
<langchain4j-kotlin.version>0.1.8</langchain4j-kotlin.version>
<langchain4j.version>1.0.0-beta1</langchain4j.version>
<slf4j.version>2.0.16</slf4j.version>
</properties>
Expand Down

0 comments on commit c48fdd7

Please sign in to comment.