build: update dependencies versions in build.gradle.kts
Some checks failed
gitea-sonarqube-bot ERROR
Build PR / Build and analyze (pull_request) Successful in 1m26s
Quality Check / Tests (pull_request) Successful in 56s
Quality Check / Checkstyle Main (pull_request) Successful in 32s

This commit is contained in:
Jan Gleytenhoover 2024-10-02 10:01:42 +02:00
parent e237e5741e
commit 80438dc6c1
Signed by: jank
GPG Key ID: B267751B8AE29EFE

@ -62,10 +62,10 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jpa") implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-web") implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-validation") implementation("org.springframework.boot:spring-boot-starter-validation")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui") implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0")
implementation("org.springframework.boot:spring-boot-starter-security") implementation("org.springframework.boot:spring-boot-starter-security")
implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server") implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server:3.3.4")
implementation("org.springframework.boot:spring-boot-starter-oauth2-client") implementation("org.springframework.boot:spring-boot-starter-oauth2-client:3.3.4")
testImplementation("com.h2database:h2") testImplementation("com.h2database:h2")
testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.springframework.boot:spring-boot-starter-test")