Skip to content

Commit 074a295

Browse files
committed
chore(deps): align versions with Maven POM
1 parent 41123f3 commit 074a295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/springboot2/pet-store/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ repositories {
88

99
dependencies {
1010
implementation (
11-
implementation('org.springframework.boot:spring-boot-starter-web:2.6.2') {
11+
implementation('org.springframework.boot:spring-boot-starter-web:2.6.3') {
1212
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
1313
},
1414
'com.amazonaws.serverless:aws-serverless-java-container-springboot2:[1.4,)',
15-
'io.symphonia:lambda-logging:1.0.1'
15+
'io.symphonia:lambda-logging:1.0.3'
1616
)
1717
testImplementation("junit:junit")
1818
}

0 commit comments

Comments
 (0)