Skip to content

Commit

Permalink
chore(deps) : upgrade to SB 3.2.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Nov 16, 2023
1 parent 2d63f4c commit 20f0110
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/httpClients-boot-web-client-webmvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/[email protected]
with:
java-version: 21
distribution: "microsoft"
distribution: "temurin"
cache: "maven"
- name: Build and analyze
run: ./mvnw clean verify
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/[email protected]
with:
java-version: 21
distribution: "zulu"
distribution: "microsoft"
cache: "maven"
- name: Start up databases via docker compose
run: |
Expand Down
2 changes: 1 addition & 1 deletion httpClients/boot-web-client-mvc/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.2.0-RC1</version>
<version>3.2.0-RC2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example.rest.webclient</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jpa/boot-read-replica-postgresql/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.2.0-M3</version>
<version>3.2.0-RC2</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.example.demo</groupId>
Expand Down

0 comments on commit 20f0110

Please sign in to comment.