Skip to content

Commit ad5a99e

Browse files
authored
Merge pull request #264 from mercyblitz/dev-1.x
Update dependencies and README for latest release versions
2 parents 208b863 + 690dbac commit ad5a99e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ Choose the version that matches your Spring Framework line:
9191

9292
| Branch | Spring Framework compatibility | Latest version |
9393
|--------|--------------------------------|----------------|
94-
| `main` | 6.0.x – 7.0.x | `0.2.32` |
95-
| `1.x` | 4.3.x – 5.3.x | `0.1.32` |
94+
| `main` | 6.0.x – 7.0.x | `0.2.33` |
95+
| `1.x` | 4.3.x – 5.3.x | `0.1.33` |
9696

9797
### 2. Add individual modules
9898

microsphere-spring-parent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<description>Microsphere Spring Parent</description>
2020

2121
<properties>
22-
<microsphere-java.version>0.3.10</microsphere-java.version>
23-
<microsphere-logging.version>0.1.18</microsphere-logging.version>
22+
<microsphere-java.version>0.3.11</microsphere-java.version>
23+
<microsphere-logging.version>0.1.19</microsphere-logging.version>
2424
<jackson.version>2.21.3</jackson.version>
2525
<snakeyaml.version>2.6</snakeyaml.version>
2626
<p6spy.version>3.9.1</p6spy.version>
27-
<tomcat.version>9.0.117</tomcat.version>
27+
<tomcat.version>9.0.119</tomcat.version>
2828
<zookeeper.version>3.9.5</zookeeper.version>
2929
<curator.version>5.9.0</curator.version>
3030
</properties>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.microsphere-projects</groupId>
77
<artifactId>microsphere-build</artifactId>
8-
<version>0.3.4</version>
8+
<version>0.3.5</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)