File tree Expand file tree Collapse file tree
microsphere-spring-boot-core
microsphere-spring-boot-parent Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ Choose the version that matches your Spring Boot generation:
110110
111111| Branch | Spring Boot Compatibility | Latest Version |
112112| --------| ------------------------------| ----------------|
113- | ` main ` | 3.0.x – 3.5.x, 4.0.x - 4.1.x | ` 0.2.31 ` |
114- | ` 1.x ` | 2.0.x – 2.7.x | ` 0.1.31 ` |
113+ | ` main ` | 3.0.x – 3.5.x, 4.0.x - 4.1.x | ` 0.2.32 ` |
114+ | ` 1.x ` | 2.0.x – 2.7.x | ` 0.1.32 ` |
115115
116116### Add Module Dependencies
117117
Original file line number Diff line number Diff line change 2626 <optional >true</optional >
2727 </dependency >
2828
29- <!-- Microsphere Java Core -->
30- <dependency >
31- <groupId >io.github.microsphere-projects</groupId >
32- <artifactId >microsphere-java-core</artifactId >
33- </dependency >
34-
3529 <!-- Microsphere Spring Context -->
3630 <dependency >
3731 <groupId >io.github.microsphere-projects</groupId >
5751 <optional >true</optional >
5852 </dependency >
5953
60- <!-- Testing Dependencies -->
54+ <!-- Testing -->
6155 <dependency >
6256 <groupId >org.junit.jupiter</groupId >
6357 <artifactId >junit-jupiter</artifactId >
Original file line number Diff line number Diff line change 1919 <description >Microsphere Spring Boot Parent</description >
2020
2121 <properties >
22- <microsphere-spring .version>0.1.35 </microsphere-spring .version>
22+ <microsphere-spring .version>0.1.36 </microsphere-spring .version>
2323 <jolokia .version>1.7.2</jolokia .version>
2424 <!-- Testing -->
2525 <junit-jupiter .version>5.14.4</junit-jupiter .version>
You can’t perform that action at this time.
0 commit comments