File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' org.springframework.boot' version ' 2.6.10 '
3
- id ' io.spring.dependency-management' version ' 1.0.12 .RELEASE'
2
+ id ' org.springframework.boot' version ' 2.7.3 '
3
+ id ' io.spring.dependency-management' version ' 1.0.13 .RELEASE'
4
4
id ' java'
5
5
}
6
6
@@ -22,7 +22,7 @@ dependencies {
22
22
implementation ' org.springframework.boot:spring-boot-starter-data-jpa'
23
23
implementation ' org.springframework.boot:spring-boot-starter-data-rest'
24
24
implementation ' org.springframework.boot:spring-boot-starter-web'
25
- implementation ' com.okta.spring:okta-spring-boot-starter:2.1.5 '
25
+ implementation ' com.okta.spring:okta-spring-boot-starter:2.1.6 '
26
26
compileOnly ' org.projectlombok:lombok'
27
27
runtimeOnly ' com.h2database:h2'
28
28
annotationProcessor ' org.projectlombok:lombok'
You can’t perform that action at this time.
0 commit comments