We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41123f3 commit 074a295Copy full SHA for 074a295
samples/springboot2/pet-store/build.gradle
@@ -8,11 +8,11 @@ repositories {
8
9
dependencies {
10
implementation (
11
- implementation('org.springframework.boot:spring-boot-starter-web:2.6.2') {
+ implementation('org.springframework.boot:spring-boot-starter-web:2.6.3') {
12
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
13
},
14
'com.amazonaws.serverless:aws-serverless-java-container-springboot2:[1.4,)',
15
- 'io.symphonia:lambda-logging:1.0.1'
+ 'io.symphonia:lambda-logging:1.0.3'
16
)
17
testImplementation("junit:junit")
18
}
0 commit comments