Skip to content

Commit 1e9974f

Browse files
committed
chore: bump java to 21 and dependencies
bump org.junit.jupiter:junit-jupiter from 5.13.4 to 6.0.0 bump org.junit.jupiter:junit-jupiter-params from 5.13.4 to 6.0.0 bump dev.langchain4j:langchain4j-bom from 1.6.0 to 1.7.1 bump dev.langchain4j:langchain4j-community-bom from 1.6.0-beta11 to 1.7.1-beta14
1 parent 2c865e6 commit 1e9974f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dependencies {
100100
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0")
101101

102102
// langchain4j integrations
103-
implementation(platform("dev.langchain4j:langchain4j-bom:1.6.0"))
103+
implementation(platform("dev.langchain4j:langchain4j-bom:1.7.1"))
104104
implementation("dev.langchain4j:langchain4j-open-ai")
105105
implementation("dev.langchain4j:langchain4j-ollama")
106106
implementation("dev.langchain4j:langchain4j-vertex-ai-gemini")
@@ -113,12 +113,12 @@ dependencies {
113113
implementation("dev.langchain4j:langchain4j-mistral-ai")
114114
implementation("dev.langchain4j:langchain4j-bedrock")
115115

116-
implementation(platform("dev.langchain4j:langchain4j-community-bom:1.6.0-beta11"))
116+
implementation(platform("dev.langchain4j:langchain4j-community-bom:1.7.1-beta14"))
117117
// The Baidu Qianfan Large Model Platform, including the ERNIE series, can be accessed at https://docs.langchain4j.dev/integrations/language-models/qianfan/.
118118
implementation("dev.langchain4j:langchain4j-community-qianfan")
119119

120120
// tests
121-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.4")
122-
testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
121+
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.0")
122+
testImplementation("org.junit.jupiter:junit-jupiter:6.0.0")
123123
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
124124
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ platformVersion = 2023.3
1818
platformPlugins = org.jetbrains.kotlin, org.jetbrains.plugins.github, Git4Idea, Subversion
1919

2020
# If targeting 2022.3+, Java 17 is required.
21-
javaVersion = 17
21+
javaVersion = 21
2222

2323
# https://github.com/gradle/gradle/releases
2424
gradleVersion = 8.5

0 commit comments

Comments
 (0)