update gradle wrapper to version 7.6

This commit is contained in:
2022-12-22 16:15:17 +01:00
parent fb838f5a32
commit 3e17a788d7
3 changed files with 3 additions and 3 deletions

View File

@ -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'