Skip to content

Commit c6a7b90

Browse files
authored
Merge pull request #31 from getyourguide/visop-3750
[VISOP-3750] Update Spring Boot to 3.5.3 and change PR template
2 parents b31439b + de8a7fc commit c6a7b90

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/pull_request_template.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Pull Request
2+
3+
**_ IMPORTANT: If you are a candidate, please do not open a PR or push your changes. _**
4+
5+
Please describe the changes this PR makes, giving a concise but thorough summary of what you changed and why.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.5.0'
3+
id 'org.springframework.boot' version '3.5.3'
44
id 'io.spring.dependency-management' version '1.1.7'
55
}
66

0 commit comments

Comments
 (0)