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 .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3356,7 +3356,7 @@ jobs:
- uses: actions/download-artifact@v8
with: { name: jacoco-report, path: target/site/jacoco/ }
continue-on-error: true
- uses: advanced-security/maven-dependency-submission-action@v5
- uses: advanced-security/maven-dependency-submission-action@v6
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion llama-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ SPDX-License-Identifier: MIT
<!-- Kotlin consumers can read metadata at most one minor version ahead of
their own compiler, so compiling with Kotlin 2.4 keeps this artifact
consumable from Kotlin 2.3+ projects (typical Android Studio installs). -->
<kotlin.version>2.4.10</kotlin.version>
<kotlin.version>2.4.20</kotlin.version>
<kotlinx.coroutines.version>1.11.0</kotlinx.coroutines.version>
<junit.version>6.1.3</junit.version>
<hamcrest.version>3.0</hamcrest.version>
Expand Down
Loading