Skip to content

Commit

Permalink
更新:SpringBoot至2.7.18
Browse files Browse the repository at this point in the history
  • Loading branch information
kuretru committed Sep 2, 2024
1 parent 6228aad commit eb1f65b
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 31 deletions.
18 changes: 9 additions & 9 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions .idea/modules.xml

This file was deleted.

4 changes: 2 additions & 2 deletions galaxy-authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

<properties>
<java.version>17</java.version>
<spring-boot.version>2.7.14</spring-boot.version>
<spring-boot.version>2.7.18</spring-boot.version>
</properties>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.14</version>
<version>2.7.18</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
Expand Down
2 changes: 1 addition & 1 deletion galaxy-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.14</version>
<version>2.7.18</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
Expand Down
4 changes: 2 additions & 2 deletions galaxy-oauth2-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

<properties>
<java.version>17</java.version>
<spring-boot.version>2.7.14</spring-boot.version>
<spring-boot.version>2.7.18</spring-boot.version>
<org.mapstruct.version>1.5.5.Final</org.mapstruct.version>
</properties>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.14</version>
<version>2.7.18</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
Expand Down
2 changes: 1 addition & 1 deletion galaxy-oauth2-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.14</version>
<version>2.7.18</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
Expand Down
4 changes: 2 additions & 2 deletions galaxy-oauth2-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

<properties>
<java.version>17</java.version>
<spring-boot.version>2.7.14</spring-boot.version>
<spring-boot.version>2.7.18</spring-boot.version>
</properties>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.14</version>
<version>2.7.18</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
Expand Down
2 changes: 1 addition & 1 deletion galaxy-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.14</version>
<version>2.7.18</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
Expand Down

0 comments on commit eb1f65b

Please sign in to comment.