Skip to content

Commit

Permalink
chore(deps): Update Spring dependencies (framework to 6.1.13, boot to…
Browse files Browse the repository at this point in the history
… 3.3.4)
  • Loading branch information
deki committed Sep 20, 2024
1 parent 72af452 commit 71eac1f
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
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 @@ -15,8 +15,8 @@
<version>2.1.0-SNAPSHOT</version>

<properties>
<spring.version>6.1.12</spring.version>
<springboot.version>3.3.3</springboot.version>
<spring.version>6.1.13</spring.version>
<springboot.version>3.3.4</springboot.version>
<springsecurity.version>6.3.3</springsecurity.version>
</properties>

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.3.3',
'org.springframework.boot:spring-boot-starter-web:3.3.4',
'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.3.3</version>
<version>3.3.4</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.3.3') {
implementation('org.springframework.boot:spring-boot-starter-web:3.3.4') {
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.3.3</version>
<version>3.3.4</version>
</parent>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion samples/springboot3/graphql-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.3.3</version>
<version>3.3.4</version>
</parent>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion samples/springboot3/pet-store-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.3</version>
<version>3.3.4</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.amazonaws.serverless.sample</groupId>
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.3.3') {
implementation('org.springframework.boot:spring-boot-starter-web:3.3.4') {
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.3.3</version>
<version>3.3.4</version>
</parent>

<licenses>
Expand Down

0 comments on commit 71eac1f

Please sign in to comment.