Skip to content

Commit d54f876

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/client/really-relaxed-json-0.3.2
2 parents 782002e + 2afb3a4 commit d54f876

File tree

6 files changed

+968
-28
lines changed

6 files changed

+968
-28
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
uses: SonarSource/sonarcloud-github-action@master
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
27-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
27+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

server/api-service/openblocks-plugins/graphqlPlugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<dependency>
108108
<groupId>org.springframework.boot</groupId>
109109
<artifactId>spring-boot-starter-webflux</artifactId>
110-
<version>2.5.5</version>
110+
<version>2.5.12</version>
111111
<scope>test</scope>
112112
</dependency>
113113
<dependency>

server/api-service/openblocks-plugins/snowflakePlugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>net.snowflake</groupId>
3131
<artifactId>snowflake-jdbc</artifactId>
32-
<version>3.13.27</version>
32+
<version>3.13.29</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>com.openblocks</groupId>

server/node-service/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060
"node-fetch": "2",
6161
"openapi-types": "^12.1.0",
6262
"openblocks-core": "^0.0.7",
63-
"openblocks-sdk": "0.0.38",
63+
"openblocks-sdk": "0.0.40",
6464
"pino": "^8.11.0",
6565
"prom-client": "^14.2.0",
6666
"proxy-agent": "^5.0.0",
6767
"stylis": "^4.1.3",
68-
"swagger-client": "^3.18.5",
68+
"swagger-client": "^3.19.7",
6969
"typescript": "^4.9.3",
7070
"yaml": "^2.2.2"
7171
},

0 commit comments

Comments
 (0)