Skip to content

Commit 65aeff2

Browse files
authored
Merge pull request #267 from mercyblitz/dev-1.x
Update parent POM and dependencies to latest versions
2 parents 0973d02 + 1ae3593 commit 65aeff2

3 files changed

Lines changed: 5 additions & 5 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.34` |
95-
| `1.x` | 4.3.x – 5.3.x | `0.1.34` |
94+
| `main` | 6.0.x – 7.0.x | `0.2.35` |
95+
| `1.x` | 4.3.x – 5.3.x | `0.1.35` |
9696

9797
### 2. Add individual modules
9898

microsphere-spring-parent/pom.xml

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

2121
<properties>
22-
<microsphere-java.version>0.3.14</microsphere-java.version>
23-
<microsphere-logging.version>0.1.21</microsphere-logging.version>
22+
<microsphere-java.version>0.3.15</microsphere-java.version>
23+
<microsphere-logging.version>0.1.22</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>

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.7</version>
8+
<version>0.3.8</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)