Skip to content

Commit 059aa09

Browse files
authored
Fix incorrect Spring Boot version (#269)
1 parent 382e995 commit 059aa09

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Spring Data, Spring Batch, Spring Cloud, Spring Security, Spring GraphQL, and Sp
99
with source code in individual submodules and can be found on {url-quickref}[GitHub].
1010

1111
image:https://img.shields.io/badge/Java_-21-blue?style=flat-square[Static Badge]
12-
image:https://img.shields.io/gradle-plugin-portal/v/org.springframework.boot?style=flat-square&logo=springboot&label=Spring%20Boot[Gradle Plugin Portal Version]
12+
image:https://img.shields.io/badge/Spring_Boot-3.5.4-blue?style=flat-square&logo=springboot[Spring Boot version]
1313
image:https://img.shields.io/github/license/rashidi/spring-boot-tutorials?style=flat-square&color=blue[GitHub License]
1414
image:https://img.shields.io/github/actions/workflow/status/rashidi/spring-boot-tutorials/gradle-build.yml?style=flat-square&logo=githubactions&color=blue[Gradle Build]
1515
image:https://img.shields.io/sonar/coverage/rashidi_spring-boot-tutorials?server=https%3A%2F%2Fsonarcloud.io&style=flat-square&color=blue[Sonar Coverage]
@@ -69,3 +69,4 @@ All tutorials are documented in AsciiDoc format and published as an https://anto
6969
|link:web-thymeleaf-xss[Spring Web: Preventing XSS with Thymeleaf] |Prevent Cross-Site Scripting (XSS) attacks in Spring Boot applications using Spring Security and Thymeleaf
7070
|link:modulith[Spring Modulith: Building Modular Monolithic Applications] | Structure Spring Boot applications into well-defined modules with clear boundaries
7171
|===
72+

supplemental-ui/partials/footer-content.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<p>Spring Boot Tutorials by <a href="https://about.me/rashidi.zin">Rashidi Zin</a></p>
33
<p id="badges">
44
<img alt="Java version" src="https://img.shields.io/badge/Java_-21-blue?style=flat-square" />
5-
<img alt="Spring Boot version" src="https://img.shields.io/gradle-plugin-portal/v/org.springframework.boot?style=flat-square&logo=springboot&label=Spring%20Boot" />
5+
<img alt="Spring Boot version" src="https://img.shields.io/badge/Spring_Boot-3.5.4-blue?style=flat-square&logo=springboot" />
66
<img alt="License - Unlicense" src="https://img.shields.io/github/license/rashidi/spring-boot-tutorials?style=flat-square&color=blue" />
7-
</footer>
7+
</footer>

0 commit comments

Comments
 (0)