update gradle wrapper to version 7.6
This commit is contained in:
@ -13,8 +13,8 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.springframework.boot:spring-boot-starter-web'
|
||||
implementation 'org.jetbrains.kotlin:kotlin-stdlib'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-web:2.7.6'
|
||||
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.7.22'
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
|
||||
implementation 'org.jsoup:jsoup:1.15.3'
|
||||
implementation 'com.google.code.gson:gson:2.10'
|
||||
|
Reference in New Issue
Block a user