Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion llama-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ SPDX-License-Identifier: MIT
projects (typical Android Studio installs) instead of forcing 2.2+. -->
<kotlin.version>2.4.0</kotlin.version>
<kotlinx.coroutines.version>1.11.0</kotlinx.coroutines.version>
<junit.version>6.1.1</junit.version>
<junit.version>6.1.2</junit.version>
<hamcrest.version>3.0</hamcrest.version>
<surefire.version>3.5.6</surefire.version>
<source.plugin.version>3.4.0</source.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion llama-langchain4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ SPDX-License-Identifier: MIT
<!-- langchain4j 1.x requires Java 17; the core net.ladenthin:llama stays Java 8. -->
<maven.compiler.release>17</maven.compiler.release>
<langchain4j.version>1.17.2</langchain4j.version>
<junit.version>6.1.1</junit.version>
<junit.version>6.1.2</junit.version>
<hamcrest.version>3.0</hamcrest.version>
<!-- Plugin versions are kept in lockstep with the core pom.xml. This module has no
parent, so it cannot inherit their pluginManagement and must pin them here. -->
Expand Down
2 changes: 1 addition & 1 deletion llama/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ SPDX-License-Identifier: MIT
<slf4j.version>2.0.18</slf4j.version>
<logback.version>1.5.38</logback.version>
<animal-sniffer.version>1.27</animal-sniffer.version>
<junit.version>6.1.1</junit.version>
<junit.version>6.1.2</junit.version>
<hamcrest.version>3.0</hamcrest.version>
<jmh.version>1.37</jmh.version>
<jcstress.version>0.16</jcstress.version>
Expand Down
Loading