Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/src/checkout/rimraf-…
Browse files Browse the repository at this point in the history
…6.0.1
  • Loading branch information
mergify[bot] authored Aug 1, 2024
2 parents 56437cf + 47b1547 commit 26c244a
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 44 deletions.
8 changes: 4 additions & 4 deletions src/cart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.26.20</version>
<version>2.26.27</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -112,13 +112,13 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.19.8</version>
<version>1.20.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.19.8</version>
<version>1.20.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
104 changes: 65 additions & 39 deletions src/checkout/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@nestjs/platform-express": "^9.4.3",
"@nestjs/swagger": "^7.1.14",
"@nestjs/terminus": "^10.2.3",
"@opentelemetry/auto-instrumentations-node": "^0.48.0",
"@opentelemetry/auto-instrumentations-node": "^0.49.0",
"@opentelemetry/exporter-trace-otlp-grpc": "^0.52.1",
"@opentelemetry/id-generator-aws-xray": "^1.2.2",
"@opentelemetry/resource-detector-aws": "^1.5.1",
Expand Down

0 comments on commit 26c244a

Please sign in to comment.