mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 13:09:00 +00:00
Bump dependency versions.
This commit is contained in:
parent
4fc0ddbc45
commit
5d862d119c
@ -105,11 +105,11 @@ dependencyResolutionManagement {
|
|||||||
library('mariadb-client', 'org.mariadb.jdbc', 'mariadb-java-client').version('3.0.6')
|
library('mariadb-client', 'org.mariadb.jdbc', 'mariadb-java-client').version('3.0.6')
|
||||||
library('hikaricp', 'com.zaxxer:HikariCP:5.0.1')
|
library('hikaricp', 'com.zaxxer:HikariCP:5.0.1')
|
||||||
|
|
||||||
library('spark', 'com.sparkjava', 'spark-core').version('2.9.3')
|
library('spark', 'com.sparkjava', 'spark-core').version('2.9.4')
|
||||||
library('guice', 'com.google.inject', 'guice').version('5.1.0')
|
library('guice', 'com.google.inject', 'guice').version('5.1.0')
|
||||||
library('guava', 'com.google.guava', 'guava').version('31.1-jre')
|
library('guava', 'com.google.guava', 'guava').version('32.0.1-jre')
|
||||||
|
|
||||||
library('rxjava', 'io.reactivex.rxjava3', 'rxjava').version('3.1.5')
|
library('rxjava', 'io.reactivex.rxjava3', 'rxjava').version('3.1.6')
|
||||||
|
|
||||||
library('prometheus', 'io.prometheus', 'simpleclient').version('0.16.0')
|
library('prometheus', 'io.prometheus', 'simpleclient').version('0.16.0')
|
||||||
library('prometheus-servlet', 'io.prometheus', 'simpleclient_servlet').version('0.16.0')
|
library('prometheus-servlet', 'io.prometheus', 'simpleclient_servlet').version('0.16.0')
|
||||||
@ -130,7 +130,7 @@ dependencyResolutionManagement {
|
|||||||
|
|
||||||
library('hll', 'net.agkn', 'hll').version('1.6.0')
|
library('hll', 'net.agkn', 'hll').version('1.6.0')
|
||||||
|
|
||||||
library('okhttp3','com.squareup.okhttp3','okhttp').version('4.10.0')
|
library('okhttp3','com.squareup.okhttp3','okhttp').version('4.11.0')
|
||||||
|
|
||||||
library('httpcomponents.core','org.apache.httpcomponents','httpcore').version('4.4.15')
|
library('httpcomponents.core','org.apache.httpcomponents','httpcore').version('4.4.15')
|
||||||
library('httpcomponents.client','org.apache.httpcomponents','httpclient').version('4.5.13')
|
library('httpcomponents.client','org.apache.httpcomponents','httpclient').version('4.5.13')
|
||||||
@ -152,7 +152,7 @@ dependencyResolutionManagement {
|
|||||||
library('bucket4j','com.github.vladimir-bukhtoyarov','bucket4j-core').version('7.5.0')
|
library('bucket4j','com.github.vladimir-bukhtoyarov','bucket4j-core').version('7.5.0')
|
||||||
|
|
||||||
library('protobuf','com.google.protobuf','protobuf-java').version('3.0.0')
|
library('protobuf','com.google.protobuf','protobuf-java').version('3.0.0')
|
||||||
library('gson','com.google.code.gson','gson').version('2.9.0')
|
library('gson','com.google.code.gson','gson').version('2.10.1')
|
||||||
library('gson-type-adapter','com.github.Marcono1234','gson-record-type-adapter-factory').version('0.2.0')
|
library('gson-type-adapter','com.github.Marcono1234','gson-record-type-adapter-factory').version('0.2.0')
|
||||||
|
|
||||||
library('zstd','com.github.luben','zstd-jni').version('1.5.2-2')
|
library('zstd','com.github.luben','zstd-jni').version('1.5.2-2')
|
||||||
|
Loading…
Reference in New Issue
Block a user