Skip to content

Commit 83e9120

Browse files
Update dependency me.kpavlov.langchain4j.kotlin:langchain4j-kotlin to v0.3.0 (#181)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [me.kpavlov.langchain4j.kotlin:langchain4j-kotlin](https://redirect.github.com/kpavlov/langchain4j-kotlin) | `0.2.0` -> `0.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/me.kpavlov.langchain4j.kotlin:langchain4j-kotlin/0.3.0?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.2.0/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>kpavlov/langchain4j-kotlin (me.kpavlov.langchain4j.kotlin:langchain4j-kotlin)</summary> ### [`v0.3.0`](https://redirect.github.com/kpavlov/langchain4j-kotlin/releases/tag/v0.3.0): 0.3.0 [Compare Source](https://redirect.github.com/kpavlov/langchain4j-kotlin/compare/v0.2.0...v0.3.0) #### Notable Changes - Update dependency dev.langchain4j:langchain4j-bom to v1.1.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/kpavlov/langchain4j-kotlin/pull/163](https://redirect.github.com/kpavlov/langchain4j-kotlin/pull/163)3 - Update kotlin monorepo to v2.2.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/kpavlov/langchain4j-kotlin/pull/164](https://redirect.github.com/kpavlov/langchain4j-kotlin/pull/164)4 - Remove `reports` module and update Kover configuration by [@&#8203;kpavlov](https://redirect.github.com/kpavlov) in [https://github.com/kpavlov/langchain4j-kotlin/pull/177](https://redirect.github.com/kpavlov/langchain4j-kotlin/pull/177) - [#&#8203;113](https://redirect.github.com/kpavlov/langchain4j-kotlin/issues/113) Replace StreamingChatLanguageModelReply.Error with throwing exception by [@&#8203;nomisRev](https://redirect.github.com/nomisRev) and [@&#8203;kpavlov](https://redirect.github.com/kpavlov) in [https://github.com/kpavlov/langchain4j-kotlin/pull/178](https://redirect.github.com/kpavlov/langchain4j-kotlin/pull/178) - Multiple dependency upgrades **Full Changelog**: v0.2.0...v0.3.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3b9d129 commit 83e9120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- Dependencies -->
2121
<finchly.version>0.1.1</finchly.version>
2222
<kotlinx-coroutines.version>1.10.2</kotlinx-coroutines.version>
23-
<langchain4j-kotlin.version>0.2.0</langchain4j-kotlin.version>
23+
<langchain4j-kotlin.version>0.3.0</langchain4j-kotlin.version>
2424
<langchain4j.version>1.1.0</langchain4j.version>
2525
<slf4j.version>2.0.17</slf4j.version>
2626
</properties>

0 commit comments

Comments
 (0)