Skip to content

Commit

Permalink
⬆️ Upgrading dependencies. springboot 3.2.2 & easyexcel 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lbw committed Feb 5, 2024
1 parent f005ca6 commit 6c5dc6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,3 @@ jobs:
run: mvn clean install
- name: spring-javaformat:validate
run: mvn spring-javaformat:validate
# 发送钉钉消息
- name: build success
if: ${{ success() && github.event_name == 'push'}}
uses: fifsky/dingtalk-action@master
with:
url: ${{ secrets.DINGTALK_WEBHOOK}}
type: markdown
content: |
# 💯👨‍💻 Success 🎉🎉🎉
> 云效构建: https://github.com/pig-mesh/excel-spring-boot-starter success
> ^_^ from github action message
- name: maven build failure
if: ${{ failure() && github.event_name == 'push' }}
uses: fifsky/dingtalk-action@master
with:
url: ${{ secrets.DINGTALK_WEBHOOK}}
type: markdown
content: |
# 💤🤷‍♀️ failure 🙅‍♂️💣
> 云效构建: https://github.com/pig-mesh/excel-spring-boot-starter failure
> (⋟﹏⋞) from github action message
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.5</version>
<version>3.2.2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.pig4cloud.excel</groupId>
<artifactId>excel-spring-boot-starter</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<name>excel-spring-boot-starter</name>
<description>easy and high performance excel</description>
<url>https://pig4cloud.com</url>
Expand All @@ -36,7 +36,7 @@
</scm>
<properties>
<java.version>17</java.version>
<easyexcel.version>3.3.2</easyexcel.version>
<easyexcel.version>3.3.3</easyexcel.version>
<mica.version>3.0.0</mica.version>
<spring.checkstyle.plugin>0.0.39</spring.checkstyle.plugin>
<git.commit.plugin>2.2.5</git.commit.plugin>
Expand Down

0 comments on commit 6c5dc6c

Please sign in to comment.