@@ -20,17 +20,18 @@ jackson = "2.18.3"
2020jwt = " 4.5.0"
2121spring = " 6.2.6"
2222springBoot = " 3.4.4"
23- junit = " 5.12.2 "
23+ junit = " 5.11.4 "
2424
2525[libraries ]
2626slf4j = { group = " org.slf4j" , name = " slf4j-api" , version.ref = " slf4j" }
2727logback = { group = " ch.qos.logback" , name = " logback-classic" , version.ref = " logback" }
2828jackson-core = { group = " com.fasterxml.jackson.core" , name = " jackson-core" , version.ref = " jackson" }
2929jackson-databind = { group = " com.fasterxml.jackson.core" , name = " jackson-databind" , version.ref = " jackson" }
30- jwt = { group = " com.auth0" , name = " java-jwt" , version.ref = " jwt" }
30+ jwt = { group = " com.auth0" , name = " java-jwt" , version.ref = " jwt" }
3131spring-boot-autoconfigure = { group = " org.springframework.boot" , name = " spring-boot-autoconfigure" , version.ref = " springBoot" }
3232spring-boot-starter-logging = { group = " org.springframework.boot" , name = " spring-boot-starter-logging" , version.ref = " springBoot" }
3333spring-boot-configuration-processor = { group = " org.springframework.boot" , name = " spring-boot-configuration-processor" , version.ref = " springBoot" }
3434spring-boot-starter-redis = { group = " org.springframework.boot" , name = " spring-boot-starter-data-redis" , version.ref = " springBoot" }
3535spring-boot-starter-test = { group = " org.springframework.boot" , name = " spring-boot-starter-test" , version.ref = " springBoot" }
36- junit = { group = " org.junit.jupiter" , name = " junit-jupiter" , version.ref = " junit" }
36+ junit-bom = { group = " org.junit" , name = " junit-bom" , version.ref = " junit" }
37+ junit-jupiter = { group = " org.junit.jupiter" , name = " junit-jupiter" , version.ref = " junit" }
0 commit comments