Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyongrui committed Aug 26, 2021
1 parent ba6dfed commit effc45e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
node-version: [8.x, 10.x, 12.x, 13.x]
node-version: [8.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion thain-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
}
implementation 'com.alibaba:druid-spring-boot-starter:1.2.6'
implementation 'com.github.pagehelper:pagehelper-spring-boot-starter:1.3.1'
implementation('com.github.ben-manes.caffeine:caffeine:3.0.3') {
implementation('com.github.ben-manes.caffeine:caffeine:2.8.0') {
exclude group: 'org.mybatis.spring.boot', module: 'mybatis-spring-boot-starter'
}
testImplementation 'org.springframework.boot:spring-boot-starter-test:2.5.4'
Expand Down

0 comments on commit effc45e

Please sign in to comment.