Skip to content

Commit

Permalink
Merge pull request #15 from arey/feature/langchain4j-0.36
Browse files Browse the repository at this point in the history
Upgrade to LangChain4j 0.36.2
  • Loading branch information
arey authored Dec 7, 2024
2 parents 749c103 + 494b5a5 commit d11dac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ext.webjarsLocatorLiteVersion = "1.0.1"
ext.webjarsFontawesomeVersion = "4.7.0"
ext.webjarsBootstrapVersion = "5.3.3"
ext.webjarsMarkedVersion = "14.1.2"
ext.langchain4jVersion = "0.35.0"
ext.langchain4jVersion = "0.36.2"

dependencies {
implementation "dev.langchain4j:langchain4j-spring-boot-starter:${langchain4jVersion}"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<maven-checkstyle.version>3.6.0</maven-checkstyle.version>
<nohttp-checkstyle.version>0.0.11</nohttp-checkstyle.version>
<spring-format.version>0.0.43</spring-format.version>
<langchain4j.version>0.35.0</langchain4j.version>
<langchain4j.version>0.36.2</langchain4j.version>
</properties>

<dependencies>
Expand Down

0 comments on commit d11dac0

Please sign in to comment.