update gradle, kotlin & coroutines
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			* gradle 6.1.1 -> 6.4 * kotlin 1.3.71 -> 1.3.72 * coroutines 1.3.5 -> 1.3.6
This commit is contained in:
		
							
								
								
									
										10
									
								
								build.gradle
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								build.gradle
									
									
									
									
									
								
							| @ -1,7 +1,7 @@ | ||||
| plugins { | ||||
|     id 'org.jetbrains.kotlin.jvm' version '1.3.71' | ||||
|     id 'org.jetbrains.kotlin.plugin.spring' version '1.3.71' | ||||
|     id 'org.springframework.boot' version '2.2.6.RELEASE' | ||||
|     id 'org.jetbrains.kotlin.jvm' version '1.3.72' | ||||
|     id 'org.jetbrains.kotlin.plugin.spring' version '1.3.72' | ||||
|     id 'org.springframework.boot' version '2.2.7.RELEASE' | ||||
|     id 'io.spring.dependency-management' version '1.0.9.RELEASE' | ||||
| } | ||||
|  | ||||
| @ -16,11 +16,11 @@ dependencies { | ||||
|     implementation 'org.springframework.boot:spring-boot-starter-web' | ||||
|     implementation 'org.jetbrains.kotlin:kotlin-reflect' | ||||
|     implementation 'org.jetbrains.kotlin:kotlin-stdlib' | ||||
|     implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.5' | ||||
|     implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.6' | ||||
|     implementation 'org.jsoup:jsoup:1.13.1' | ||||
|     implementation 'com.google.code.gson:gson:2.8.6' | ||||
|  | ||||
|     testImplementation 'org.junit.jupiter:junit-jupiter:5.6.0' | ||||
|     testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2' | ||||
| } | ||||
|  | ||||
| test { | ||||
|  | ||||
							
								
								
									
										2
									
								
								gradle/wrapper/gradle-wrapper.properties
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								gradle/wrapper/gradle-wrapper.properties
									
									
									
									
										vendored
									
									
								
							| @ -1,5 +1,5 @@ | ||||
| distributionBase=GRADLE_USER_HOME | ||||
| distributionPath=wrapper/dists | ||||
| distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip | ||||
| distributionUrl=https\://services.gradle.org/distributions/gradle-6.4-bin.zip | ||||
| zipStoreBase=GRADLE_USER_HOME | ||||
| zipStorePath=wrapper/dists | ||||
|  | ||||
		Reference in New Issue
	
	Block a user