File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- master
6
- - ' dependabot/**'
7
- - ' *'
8
6
pull_request :
9
7
types : [opened, synchronize, reopened]
10
8
jobs :
45
43
env :
46
44
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
47
45
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
48
- run : mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=zzh1991_React-SpringBoot
46
+ run : mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=zzh1991_React-SpringBoot
Original file line number Diff line number Diff line change 16
16
<a href="https://github.com/zzh1991/React-SpringBoot/blob/master/.travis.yml">
17
17
<img src="https://img.shields.io/travis/zzh1991/React-SpringBoot/master.svg">
18
18
</a>
19
- <a href="https://snyk.io/test/github/zzh1991/React-SpringBoot?targetFile=pom.xml">
20
- <img src="https://snyk.io/test/github/zzh1991/React-SpringBoot/badge.svg?targetFile=pom.xml" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/zzh1991/React-SpringBoot?targetFile=pom.xml" style="max-width:100%;">
21
- </a>
22
19
</div >
23
20
</div >
24
21
@@ -248,5 +245,5 @@ Please ⭐️ this repository if this project helped you!
248
245
249
246
## 📝 License
250
247
251
- Copyright © 2021 [ zzh1991] ( https://github.com/zzh1991 ) .<br />
248
+ Copyright © 2022 [ zzh1991] ( https://github.com/zzh1991 ) .<br />
252
249
This project is [ MIT] ( https://github.com/zzh1991/React-SpringBoot/blob/master/LICENSE ) licensed.
Original file line number Diff line number Diff line change 18
18
<java .version>1.8</java .version>
19
19
<guava .version>31.1-jre</guava .version>
20
20
<swagger .version>3.0.0</swagger .version>
21
- <mybatis-plus-boot-starter .version>3.4.3.4 </mybatis-plus-boot-starter .version>
21
+ <mybatis-plus-boot-starter .version>3.5.2 </mybatis-plus-boot-starter .version>
22
22
<graphql-spring-boot-starter .version>11.1.0</graphql-spring-boot-starter .version>
23
23
<graphql-java-tools .version>11.1.2</graphql-java-tools .version>
24
24
<jsoup .version>1.14.3</jsoup .version>
27
27
<druid .version>1.2.8</druid .version>
28
28
29
29
<graphql-java-extended-scalars .version>17.0</graphql-java-extended-scalars .version>
30
- <spring-cloud-commons .version>3.1.2 </spring-cloud-commons .version>
30
+ <spring-cloud-commons .version>3.1.3 </spring-cloud-commons .version>
31
31
<!-- plugin version -->
32
32
<maven-lombok .version>1.18.20.0</maven-lombok .version>
33
33
258
258
<plugin >
259
259
<groupId >org.apache.maven.plugins</groupId >
260
260
<artifactId >maven-compiler-plugin</artifactId >
261
- <version >3.8 .1</version >
261
+ <version >3.10 .1</version >
262
262
<configuration >
263
263
<source >1.8</source >
264
264
<target >1.8</target >
You can’t perform that action at this time.
0 commit comments