Skip to content

Commit 263a699

Browse files
author
Matt Raible
committed
Upgrade to Spring Boot 2.7.3
1 parent ee2bd4d commit 263a699

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resource-server/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
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'
44
id 'java'
55
}
66

@@ -22,7 +22,7 @@ dependencies {
2222
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
2323
implementation 'org.springframework.boot:spring-boot-starter-data-rest'
2424
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'
2626
compileOnly 'org.projectlombok:lombok'
2727
runtimeOnly 'com.h2database:h2'
2828
annotationProcessor 'org.projectlombok:lombok'

0 commit comments

Comments
 (0)