Skip to content

Commit

Permalink
chore(deps): Update Spring dependencies (security to 5.7.3, boot to 2…
Browse files Browse the repository at this point in the history
….7.3)
  • Loading branch information
deki committed Aug 21, 2022
1 parent 0af618e commit 98482d4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion aws-serverless-java-container-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>5.7.2</version>
<version>5.7.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion aws-serverless-java-container-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<spring.version>5.3.22</spring.version>
<spring-security.version>5.7.2</spring-security.version>
<spring-security.version>5.7.3</spring-security.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions aws-serverless-java-container-springboot2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

<properties>
<spring.version>5.3.22</spring.version>
<springboot.version>2.7.2</springboot.version>
<springsecurity.version>5.7.2</springsecurity.version>
<springboot.version>2.7.3</springboot.version>
<springsecurity.version>5.7.3</springsecurity.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

dependencies {
implementation (
'org.springframework.boot:spring-boot-starter-web:2.7.2',
'org.springframework.boot:spring-boot-starter-web:2.7.3',
'com.amazonaws.serverless:aws-serverless-java-container-springboot2:[1.0,)',
'io.symphonia:lambda-logging:1.0.3'
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion samples/springboot2/pet-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</parent>

<licenses>
Expand Down

0 comments on commit 98482d4

Please sign in to comment.