Update MensaParser for new Mensa website #24

Merged
Seil0 merged 3 commits from fix-mensaparser into master 2022-12-22 15:38:20 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d457627e00 - Show all commits

View File

@ -16,7 +16,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.jetbrains.kotlin:kotlin-stdlib'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1'
implementation 'org.jsoup:jsoup:1.14.3'
implementation 'org.jsoup:jsoup:1.15.3'
implementation 'com.google.code.gson:gson:2.9.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.2'