Skip to content

Commit

Permalink
Sync versions with current main
Browse files Browse the repository at this point in the history
  • Loading branch information
malliaridis committed Nov 8, 2024
1 parent 017fe17 commit 6caff99
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ fasterxml-woodstox = "7.0.0"
flexmark = "0.64.8"
google-api-gax = "2.33.0"
# @keep for version alignment
google-api-grpc-proto = "2.42.0"
google-api-grpc-proto = "2.41.0"
google-auth = "1.19.0"
# @keep for version alignment
google-autovalue = "1.10.4"
Expand Down Expand Up @@ -376,6 +376,8 @@ grpc-stub = { module = "io.grpc:grpc-stub", version.ref = "grpc" }
grpc-util = { module = "io.grpc:grpc-util", version.ref = "grpc" }
hamcrest-hamcrest = { module = "org.hamcrest:hamcrest", version.ref = "hamcrest" }
hk2-api = { module = "org.glassfish.hk2:hk2-api", version.ref = "hk2" }
# @keep transitive dependency for version alignment
hk2-locator = { module = "org.glassfish.hk2:hk2-locator", version.ref = "hk2" }
hsqldb-hsqldb = { module = "org.hsqldb:hsqldb", version.ref = "hsqldb" }
ibm-icu-icu4j = { module = "com.ibm.icu:icu4j", version.ref = "ibm-icu" }
immutables-valueannotations = { module = "org.immutables:value-annotations", version.ref = "immutables-valueannotations" }
Expand Down
5 changes: 5 additions & 0 deletions gradle/validation/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,11 @@ allprojects {
"\n- ${getFullName(libs.apache.calcite.core)} uses 1.1.2" +
"\n- ${getFullName(libs.junit.junit)} (api) uses 1.1.0"
})
handler.add(conf.name, libs.hk2.locator, {
because "transitive version alignment for consistency across project" +
"\n- ${getFullName(libs.jersey.inject.hk2)} uses 3.0.6" +
"\n- ${getFullName(libs.hk2.api)} uses 3.1.1"
})
}
}
}
Expand Down
1 change: 0 additions & 1 deletion solr/licenses/hamcrest-core-3.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions solr/licenses/proto-google-common-protos-2.41.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
13dfa68e2a2693660c0aa91928733f9296e12456
1 change: 0 additions & 1 deletion solr/licenses/proto-google-common-protos-2.42.0.jar.sha1

This file was deleted.

0 comments on commit 6caff99

Please sign in to comment.