Skip to content

Commit

Permalink
Update Spring Boot 3.1.x version to 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
trisberg committed Dec 6, 2023
1 parent 503cec0 commit 15075ed
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions spring-smtp-gateway/smtp-gateway/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.5</version>
<version>3.1.6</version>
<relativePath />
</parent>
<developers>
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.1.5</version>
<version>3.1.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion spring-smtp-gateway/smtp-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.5</version>
<version>3.1.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion spring-streaming-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.5</version>
<version>3.1.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example</groupId>
Expand Down
6 changes: 3 additions & 3 deletions tanzu-java-web-app/accelerator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ engine:
newGroupId: "'org.springframework.boot'"
oldArtifactId: "'spring-boot-starter-parent'"
newArtifactId: "'spring-boot-starter-parent'"
newVersion: "'3.1.5'"
newVersion: "'3.1.6'"
- type: ReplaceText
regex:
pattern: "\\s+<snakeyaml.version>1.33</snakeyaml.version>"
Expand All @@ -225,11 +225,11 @@ engine:
- type: ReplaceText
regex:
pattern: "id\\(\"org\\.springframework\\.boot\"\\) version .*"
with: "'id(\"org.springframework.boot\") version \"3.1.5\"'"
with: "'id(\"org.springframework.boot\") version \"3.1.6\"'"
- type: ReplaceText
regex:
pattern: "id\\(\"io.spring.dependency-management\"\\) version .*"
with: "'id(\"io.spring.dependency-management\") version \"1.1.3\"'"
with: "'id(\"io.spring.dependency-management\") version \"1.1.4\"'"
- type: ReplaceText
regex:
pattern: "\\s*extra\\[\"snakeyaml.version\"\\] = \"1.33\""
Expand Down
2 changes: 1 addition & 1 deletion where-for-dinner/where-for-dinner-api-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.5</version>
<version>3.1.6</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion where-for-dinner/where-for-dinner-availability/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.5</version>
<version>3.1.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion where-for-dinner/where-for-dinner-crawler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.5</version>
<version>3.1.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion where-for-dinner/where-for-dinner-notify/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.5</version>
<version>3.1.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion where-for-dinner/where-for-dinner-search-proc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.5</version>
<version>3.1.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion where-for-dinner/where-for-dinner-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.5</version>
<version>3.1.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example</groupId>
Expand Down

0 comments on commit 15075ed

Please sign in to comment.