Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
d364fb9
#41 | @hendisantika | feat: Upgraded into Spring Boot 3.4.2 version 🫸…
hendisantika Oct 7, 2025
b2173a0
#41 | @hendisantika | feat: Upgraded into Spring Boot 3.4.3 version 🫸…
hendisantika Oct 7, 2025
cf96606
#41 | @hendisantika | feat: Upgraded into Spring Boot 3.4.4 version 🫸…
hendisantika Oct 7, 2025
be88bb2
#41 | @hendisantika | feat: Upgraded into Spring Boot 3.4.5 version 🫸…
hendisantika Oct 7, 2025
8ea9e39
#41 | @hendisantika | feat: Upgraded into Spring Boot 3.4.6 version 🫸…
hendisantika Oct 7, 2025
9c9af71
#41 | @hendisantika | feat: Upgraded into Spring Boot 3.4.7 version 🫸…
hendisantika Oct 7, 2025
5799f98
#41 | @hendisantika | feat: Upgraded into Spring Boot 3.4.8 version 🫸…
hendisantika Oct 7, 2025
8915814
#41 | @hendisantika | feat: Upgraded into Spring Boot 3.4.9 version 🫸…
hendisantika Oct 7, 2025
9dffae7
#41 | @hendisantika | feat: Upgraded into Spring Boot 3.5.0 version 🫸…
hendisantika Oct 7, 2025
78ccd66
#41 | @hendisantika | feat: Upgraded into Spring Boot 3.5.1 version 🫸…
hendisantika Oct 7, 2025
1d308ee
#41 | @hendisantika | feat: Upgraded into Spring Boot 3.5.2 version 🫸…
hendisantika Oct 7, 2025
9967c4f
#41 | @hendisantika | feat: Upgraded into Spring Boot 3.5.3 version 🫸…
hendisantika Oct 7, 2025
7d0cf68
#41 | @hendisantika | feat: Upgraded into Spring Boot 3.5.4 version 🫸…
hendisantika Oct 7, 2025
0b04ce3
#41 | @hendisantika | feat: Upgraded into Spring Boot 3.5.5 version 🫸…
hendisantika Oct 7, 2025
eb214f2
#41 | @hendisantika | feat: Upgraded into Spring Boot 3.5.6 version 🫸…
hendisantika Oct 7, 2025
4ca3e80
#42 | @hendisantika | feat: Use JDK 25 version 🫸🌀✏️📗 :octocat:🐧🐳⬆
hendisantika Oct 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
target/
!.mvn/wrapper/maven-wrapper.jar
logs

### STS ###
.classpath
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.1</version>
<version>3.5.6</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>17</java.version>
<java.version>25</java.version>
</properties>

<dependencies>
Expand Down