Skip to content
Open
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
7 changes: 7 additions & 0 deletions changelog/unreleased/PR#4841-update-admin-ui.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
title: Update Admin UI
type: dependency_update
authors:
- name: solrbot
links:
- name: PR#4841
url: https://github.com/apache/solr/pull/4841
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
adobe-testing-s3mock = "5.2.0"
amazon-awssdk = "2.42.37"
androidx-adaptive = "1.3.0-beta02"
androidx-lifecycle = "2.10.0"
androidx-lifecycle = "2.11.0"
androidx-navigation3 = "1.1.1"
# @keep Antora version used in ref-guide
antora = "3.1.12"
Expand Down Expand Up @@ -77,7 +77,7 @@ codehaus-woodstox = "4.3.0"
commons-cli = "1.11.0"
commons-codec = "1.22.1"
commons-io = "2.22.0"
compose = "1.11.1"
compose = "1.12.0"
cuvs-java = "26.08.1"
cuvs-lucene = "25.12.0"
decompose = "3.5.0"
Expand Down Expand Up @@ -142,7 +142,7 @@ jna = "5.19.1"
# @keep for version alignment
joda-time = "2.14.3"
junit = "4.13.2"
kotlin = "2.4.0"
kotlin = "2.4.10"
# @keep for version alignment
kotlinx-atomicfu = "0.33.0"
# @keep for version alignment
Expand All @@ -152,7 +152,7 @@ kotlinx-datetime = "0.8.0-0.6.x-compat"
kotlinx-serialization = "1.11.0"
# @keep used by spotless
ktlint = "1.8.0"
ktor = "3.5.1"
ktor = "3.5.2"
langchain4j-bom = "1.19.0"
# @keep Link checker version used in ref-guide
link-checker = "1.4.2"
Expand Down
Loading