File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.boot</groupId >
8
8
<artifactId >spring-boot-starter-parent</artifactId >
9
- <version >3.3.4 </version >
9
+ <version >3.4.2 </version >
10
10
<relativePath /> <!-- lookup parent from repository -->
11
11
</parent >
12
12
44
44
<dependency >
45
45
<groupId >org.springframework.boot</groupId >
46
46
<artifactId >spring-boot-starter-webflux</artifactId >
47
- <version >3.3.4 </version >
47
+ <version >3.4.2 </version >
48
48
</dependency >
49
49
<dependency >
50
50
<groupId >org.springframework.boot</groupId >
51
51
<artifactId >spring-boot-starter-web</artifactId >
52
- <version >3.3.4 </version >
52
+ <version >3.4.2 </version >
53
53
</dependency >
54
54
<dependency >
55
55
<groupId >org.springframework.boot</groupId >
56
56
<artifactId >spring-boot-starter-data-jpa</artifactId >
57
- <version >3.3.4 </version >
57
+ <version >3.4.2 </version >
58
58
</dependency >
59
59
<dependency >
60
60
<groupId >org.springframework.boot</groupId >
61
61
<artifactId >spring-boot-starter-test</artifactId >
62
- <version >3.3.4 </version >
62
+ <version >3.4.2 </version >
63
63
<scope >test</scope >
64
64
</dependency >
65
65
You can’t perform that action at this time.
0 commit comments