File tree 6 files changed +7
-7
lines changed
example-infrastructure-jpa
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >springboot-example</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >3.1.3 </version >
8
+ <version >3.1.5 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >springboot-example</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >3.1.3 </version >
8
+ <version >3.1.5 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >springboot-example</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >3.1.3 </version >
8
+ <version >3.1.5 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >springboot-example</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >3.1.3 </version >
8
+ <version >3.1.5 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.springframework.boot</groupId >
14
14
<artifactId >spring-boot-starter-parent</artifactId >
15
- <version >3.1.4 </version >
15
+ <version >3.1.5 </version >
16
16
<relativePath /> <!-- lookup parent from repository -->
17
17
</parent >
18
18
19
19
<groupId >com.codingapi.springboot</groupId >
20
20
<artifactId >springboot-example</artifactId >
21
- <version >3.1.3 </version >
21
+ <version >3.1.5 </version >
22
22
23
23
<name >springboot-example</name >
24
24
<description >springboot-example project for Spring Boot</description >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const Footer: React.FC = () => {
14
14
useEffect ( ( ) => {
15
15
getVersion ( ) . then ( res => {
16
16
// @ts -ignore
17
- setVersion ( res ) ;
17
+ setVersion ( res . data ) ;
18
18
} )
19
19
} , [ ] ) ;
20
20
You can’t perform that action at this time.
0 commit comments