Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

升级spring boot 3.3.2 #43

Open
wants to merge 1 commit into
base: springboot3
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion minidao-pe-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<properties>
<minidao.version>1.10.1</minidao.version>
<junit.version>4.13.1</junit.version>
<springframework.version>6.0.13</springframework.version>
<springframework.version>6.1.11</springframework.version>
<!-- 数据库驱动 -->
<mysql.version>8.0.21</mysql.version>
<postgresql.version>42.4.3</postgresql.version>
Expand Down
2 changes: 1 addition & 1 deletion minidao-pe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<ognl.version>3.2.21</ognl.version>
<commons-logging.version>1.2</commons-logging.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<org.springframework.version>6.0.13</org.springframework.version>
<org.springframework.version>6.1.11</org.springframework.version>
<javassist.version>3.25.0-GA</javassist.version>
<jsqlparser.version>4.6</jsqlparser.version>
<junit.version>4.13.1</junit.version>
Expand Down
2 changes: 1 addition & 1 deletion minidao-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.5</version>
<version>3.3.2</version>
<relativePath/>
</parent>

Expand Down