Skip to content

Commit 16820b3

Browse files
committed
Bump up spring boot version to 2.2.1
1 parent 18732d6 commit 16820b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-social/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.1.6.RELEASE</version>
17+
<version>2.2.1.RELEASE</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

spring-social/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
spring:
22
datasource:
3-
url: jdbc:mysql://localhost:3306/spring_social?useSSL=false
3+
url: jdbc:mysql://localhost:3306/spring_social?useSSL=false&serverTimezone=UTC&useLegacyDatetimeCode=false
44
username: root
55
password: callicoder
66

0 commit comments

Comments
 (0)