Skip to content

Commit

Permalink
chore: sync from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
dpra-bot authored and cplee committed Apr 6, 2024
1 parent f0a6578 commit 493ef07
Show file tree
Hide file tree
Showing 9 changed files with 732 additions and 759 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ site/
.vscode/
.idea
*.iml
.venv/
acat-output.json
acat_report/
jmeter.log
Expand Down
696 changes: 341 additions & 355 deletions examples/cdk-application-pipeline/package-lock.json

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions examples/cdk-application-pipeline/package.json

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

4 changes: 2 additions & 2 deletions examples/cdk-application-pipeline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
<version>4.26.0</version>
<version>4.27.0</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down
Loading

0 comments on commit 493ef07

Please sign in to comment.