File tree Expand file tree Collapse file tree 6 files changed +968
-28
lines changed
api-service/openblocks-plugins Expand file tree Collapse file tree 6 files changed +968
-28
lines changed Original file line number Diff line number Diff line change 24
24
uses : SonarSource/sonarcloud-github-action@master
25
25
env :
26
26
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
27
- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
27
+ SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 107
107
<dependency >
108
108
<groupId >org.springframework.boot</groupId >
109
109
<artifactId >spring-boot-starter-webflux</artifactId >
110
- <version >2.5.5 </version >
110
+ <version >2.5.12 </version >
111
111
<scope >test</scope >
112
112
</dependency >
113
113
<dependency >
Original file line number Diff line number Diff line change 29
29
<dependency >
30
30
<groupId >net.snowflake</groupId >
31
31
<artifactId >snowflake-jdbc</artifactId >
32
- <version >3.13.27 </version >
32
+ <version >3.13.29 </version >
33
33
</dependency >
34
34
<dependency >
35
35
<groupId >com.openblocks</groupId >
Original file line number Diff line number Diff line change 60
60
"node-fetch" : " 2" ,
61
61
"openapi-types" : " ^12.1.0" ,
62
62
"openblocks-core" : " ^0.0.7" ,
63
- "openblocks-sdk" : " 0.0.38 " ,
63
+ "openblocks-sdk" : " 0.0.40 " ,
64
64
"pino" : " ^8.11.0" ,
65
65
"prom-client" : " ^14.2.0" ,
66
66
"proxy-agent" : " ^5.0.0" ,
67
67
"stylis" : " ^4.1.3" ,
68
- "swagger-client" : " ^3.18.5 " ,
68
+ "swagger-client" : " ^3.19.7 " ,
69
69
"typescript" : " ^4.9.3" ,
70
70
"yaml" : " ^2.2.2"
71
71
},
You can’t perform that action at this time.
0 commit comments