Update dependencies
This commit is contained in:
parent
951a659be1
commit
47f25c5064
@ -15,11 +15,11 @@ repositories {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation 'org.springframework.boot:spring-boot-starter-web:3.2.4'
|
implementation 'org.springframework.boot:spring-boot-starter-web:3.2.4'
|
||||||
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.23'
|
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.23'
|
||||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0'
|
||||||
implementation 'org.jsoup:jsoup:1.15.3'
|
implementation 'org.jsoup:jsoup:1.17.2'
|
||||||
implementation 'com.google.code.gson:gson:2.10'
|
implementation 'com.google.code.gson:gson:2.10.1'
|
||||||
|
|
||||||
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.2'
|
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
test {
|
test {
|
||||||
|
Loading…
Reference in New Issue
Block a user