Compare commits

...

1 commit

Author SHA1 Message Date
ca1c3e7147 fix(deps): update dependencies (major and minor) 2025-03-23 16:15:52 +00:00

View file

@ -58,8 +58,8 @@ repositories {
mavenCentral()
}
val springDocVersion = "2.6.0"
val oauth2Version = "3.3.4"
val springDocVersion = "2.8.6"
val oauth2Version = "3.4.4"
dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jpa")