diff --git a/settings.gradle b/settings.gradle index bc783725..1830c23c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -105,11 +105,11 @@ dependencyResolutionManagement { library('mariadb-client', 'org.mariadb.jdbc', 'mariadb-java-client').version('3.0.6') 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('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-servlet', 'io.prometheus', 'simpleclient_servlet').version('0.16.0') @@ -130,7 +130,7 @@ dependencyResolutionManagement { 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.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('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('zstd','com.github.luben','zstd-jni').version('1.5.2-2')