Update some dependencies (#3628)
This commit is contained in:
		
							parent
							
								
									2269b7ae55
								
							
						
					
					
						commit
						5b0622a698
					
				|  | @ -12,11 +12,11 @@ val dependencyVersions = hashMapOf<String, String>() | ||||||
| rootProject.extra["versions"] = dependencyVersions | rootProject.extra["versions"] = dependencyVersions | ||||||
| 
 | 
 | ||||||
| val DEPENDENCY_BOMS = listOf( | val DEPENDENCY_BOMS = listOf( | ||||||
|   "com.fasterxml.jackson:jackson-bom:2.12.4", |   "com.fasterxml.jackson:jackson-bom:2.12.5", | ||||||
|   "com.google.guava:guava-bom:30.1.1-jre", |   "com.google.guava:guava-bom:30.1.1-jre", | ||||||
|   "com.google.protobuf:protobuf-bom:3.17.3", |   "com.google.protobuf:protobuf-bom:3.17.3", | ||||||
|   "com.linecorp.armeria:armeria-bom:1.9.2", |   "com.linecorp.armeria:armeria-bom:1.11.0", | ||||||
|   "io.grpc:grpc-bom:1.39.0", |   "io.grpc:grpc-bom:1.40.1", | ||||||
|   "io.zipkin.brave:brave-bom:5.13.3", |   "io.zipkin.brave:brave-bom:5.13.3", | ||||||
|   "io.zipkin.reporter2:zipkin-reporter-bom:2.16.3", |   "io.zipkin.reporter2:zipkin-reporter-bom:2.16.3", | ||||||
|   "org.junit:junit-bom:5.7.2", |   "org.junit:junit-bom:5.7.2", | ||||||
|  | @ -31,7 +31,7 @@ val DEPENDENCY_SETS = listOf( | ||||||
|   ), |   ), | ||||||
|   DependencySet( |   DependencySet( | ||||||
|     "com.google.errorprone", |     "com.google.errorprone", | ||||||
|     "2.8.1", |     "2.9.0", | ||||||
|     listOf("error_prone_annotations", "error_prone_core") |     listOf("error_prone_annotations", "error_prone_core") | ||||||
|   ), |   ), | ||||||
|   DependencySet( |   DependencySet( | ||||||
|  |  | ||||||
|  | @ -23,11 +23,11 @@ dependencies { | ||||||
|   api(project(":api:all")) |   api(project(":api:all")) | ||||||
| 
 | 
 | ||||||
|   compileOnly("org.jetbrains.kotlin:kotlin-stdlib-common") |   compileOnly("org.jetbrains.kotlin:kotlin-stdlib-common") | ||||||
|   compileOnly("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2") |   compileOnly("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2") | ||||||
| 
 | 
 | ||||||
|   testImplementation(project(":sdk:testing")) |   testImplementation(project(":sdk:testing")) | ||||||
|   testImplementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") |   testImplementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") | ||||||
|   testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2") |   testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2") | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| tasks { | tasks { | ||||||
|  |  | ||||||
|  | @ -5,9 +5,9 @@ pluginManagement { | ||||||
|     id("com.gradle.enterprise") version "3.6" |     id("com.gradle.enterprise") version "3.6" | ||||||
|     id("de.undercouch.download") version "4.1.1" |     id("de.undercouch.download") version "4.1.1" | ||||||
|     id("io.github.gradle-nexus.publish-plugin") version "1.1.0" |     id("io.github.gradle-nexus.publish-plugin") version "1.1.0" | ||||||
|     id("nebula.release") version "15.3.1" |     id("nebula.release") version "16.0.0" | ||||||
|     id("org.checkerframework") version "0.5.20" |     id("org.checkerframework") version "0.5.20" | ||||||
|     id("org.jetbrains.kotlin.jvm") version "1.5.10" |     id("org.jetbrains.kotlin.jvm") version "1.5.30" | ||||||
|     id("org.unbroken-dome.test-sets") version "4.0.0" |     id("org.unbroken-dome.test-sets") version "4.0.0" | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue