Skip to content

Commit

Permalink
chore(deps): Update Spring dependencies (security to 6.1.3, boot to 3…
Browse files Browse the repository at this point in the history
….1.3)
  • Loading branch information
deki committed Aug 24, 2023
1 parent 6ee4633 commit ae3de8b
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 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 @@ -60,7 +60,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>6.1.2</version>
<version>6.1.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>6.0.11</spring.version>
<spring-security.version>6.1.2</spring-security.version>
<spring-security.version>6.1.3</spring-security.version>
</properties>

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

<properties>
<spring.version>6.0.11</spring.version>
<springboot.version>3.1.2</springboot.version>
<springsecurity.version>6.1.2</springsecurity.version>
<springboot.version>3.1.3</springboot.version>
<springsecurity.version>6.1.3</springsecurity.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {

dependencies {
implementation (
'org.springframework.boot:spring-boot-starter-web:3.1.2',
'org.springframework.boot:spring-boot-starter-web:3.1.3',
'com.amazonaws.serverless:aws-serverless-java-container-springboot3:[2.0-SNAPSHOT,)',
)

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>3.1.2</version>
<version>3.1.3</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion samples/springboot3/alt-pet-store/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {

dependencies {
implementation (
implementation('org.springframework.boot:spring-boot-starter-web:3.1.2') {
implementation('org.springframework.boot:spring-boot-starter-web:3.1.3') {
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
},
'com.amazonaws.serverless:aws-serverless-java-container-springboot3:[2.0-SNAPSHOT,)',
Expand Down
2 changes: 1 addition & 1 deletion samples/springboot3/alt-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>3.1.2</version>
<version>3.1.3</version>
</parent>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion samples/springboot3/pet-store/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {

dependencies {
implementation (
implementation('org.springframework.boot:spring-boot-starter-web:3.1.2') {
implementation('org.springframework.boot:spring-boot-starter-web:3.1.3') {
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-tomcat'
},
'com.amazonaws.serverless:aws-serverless-java-container-springboot3:[2.0-SNAPSHOT,)',
Expand Down
2 changes: 1 addition & 1 deletion samples/springboot3/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>3.1.2</version>
<version>3.1.3</version>
</parent>

<licenses>
Expand Down

0 comments on commit ae3de8b

Please sign in to comment.