Skip to content

Commit

Permalink
chore: upgrade spring boot 3.1.9 (#147)
Browse files Browse the repository at this point in the history
* chore: upgrade spring boot 3.1.9

* Update maven.yml
  • Loading branch information
ZheSun88 authored Mar 13, 2024
1 parent 914dc55 commit f6ddba4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Java CI with Maven

on:
push:
branches: [ "main" ]
branches: [ "2.2" ]
pull_request:
branches: [ "main" ]
branches: [ "2.2" ]

jobs:
validate-formatting:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring.boot.version>3.1.8</spring.boot.version>
<spring.boot.version>3.1.9</spring.boot.version>
<maven.jar.version>3.3.0</maven.jar.version>
<maven.source.version>3.2.1</maven.source.version>
<maven.javadoc.version>3.4.1</maven.javadoc.version>
Expand Down

0 comments on commit f6ddba4

Please sign in to comment.