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 gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ nlopez-compose = "0.4.27"
nodegradle-node = "7.1.0"
# @keep Node JS version used in node.gradle (LTS)
nodejs = "22.18.0"
onnx = "1.23.0"
onnx = "1.23.1"
openapi = "7.14.0"
openjdk-jmh = "1.37"
opentelemetry = "1.53.0"
Expand Down
2 changes: 1 addition & 1 deletion solr/core/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ com.google.protobuf:protobuf-java:3.25.8=annotationProcessor,errorprone,testAnno
com.ibm.icu:icu4j:77.1=jarValidation,testRuntimeClasspath
com.j256.simplemagic:simplemagic:1.17=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
com.jayway.jsonpath:json-path:2.9.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
com.microsoft.onnxruntime:onnxruntime:1.23.0=jarValidation,testRuntimeClasspath
com.microsoft.onnxruntime:onnxruntime:1.23.1=jarValidation,testRuntimeClasspath
com.tdunning:t-digest:3.3=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
commons-cli:commons-cli:1.10.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
commons-codec:commons-codec:1.19.0=apiHelper,compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion solr/licenses/cuvs-java-25.10.0.jar.sha1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why would a renovate bot, setting out to update onnxruntime (this is in the title), touch a cuvs sha1? Even if that sha1 update needs to happen for separate reasons, I don't think a renovate bot should be modifying sha1s. I'm okay with it creating ones for new dependency versions but not modifying any. Modifications should be exclusively done by us humans.

CC @janhoy @chatman
Coincidentally, @aruggero tells me that this fixed her checkout from having wrong/bad sha1s for CUVS... okay great but what I said above stands nonetheless.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ugh, i didn't see that change in the licenses... I tend to focus on the lockfile chnages. I'm going to revert this as I don't want to mess up solr 10, and it's not yet an important fix for me.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
6c22acfbdbc7f3a4a78a2edea46124df872e9ea5
885ad074984741128c7cc723851e790711f91a6e
1 change: 0 additions & 1 deletion solr/licenses/onnxruntime-1.23.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions solr/licenses/onnxruntime-1.23.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c59e4140b82ae631fd6fc775cec3b17a3737dedf
2 changes: 1 addition & 1 deletion solr/modules/analysis-extras/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ com.ibm.icu:icu4j:77.1=compileClasspath,jarValidation,runtimeClasspath,runtimeLi
com.j256.simplemagic:simplemagic:1.17=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
com.jayway.jsonpath:json-path:2.9.0=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
com.lmax:disruptor:3.4.4=solrPlatformLibs
com.microsoft.onnxruntime:onnxruntime:1.23.0=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
com.microsoft.onnxruntime:onnxruntime:1.23.1=compileClasspath,jarValidation,runtimeClasspath,runtimeLibs,testCompileClasspath,testRuntimeClasspath
com.tdunning:t-digest:3.3=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
commons-cli:commons-cli:1.10.0=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
commons-codec:commons-codec:1.19.0=apiHelper,jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion solr/modules/sql/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ com.ibm.icu:icu4j:77.1=jarValidation,testRuntimeClasspath
com.j256.simplemagic:simplemagic:1.17=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
com.jayway.jsonpath:json-path:2.9.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
com.lmax:disruptor:3.4.4=solrPlatformLibs
com.microsoft.onnxruntime:onnxruntime:1.23.0=jarValidation,testRuntimeClasspath
com.microsoft.onnxruntime:onnxruntime:1.23.1=jarValidation,testRuntimeClasspath
com.tdunning:t-digest:3.3=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
commons-cli:commons-cli:1.10.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
commons-codec:commons-codec:1.19.0=jarValidation,runtimeClasspath,runtimeLibs,solrPlatformLibs,testRuntimeClasspath
Expand Down
Loading