Skip to content

Commit

Permalink
chore: sync from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
cplee committed Sep 20, 2024
1 parent 0e8ad95 commit 74b748b
Show file tree
Hide file tree
Showing 7 changed files with 2,318 additions and 2,174 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mkdocs:
ENABLE_PDF_EXPORT: 1
image: public.ecr.aws/docker/library/python:3.9-bullseye
before_script:
- apt-get update && apt-get install -y graphviz=2.42.2-5 wget curl libgbm-dev libasound2 xvfb
- apt-get update && apt-get install -y graphviz wget curl libgbm-dev libasound2 xvfb
- Xvfb :5 -screen 0 1920x1080x8 &
- export DISPLAY=':5.0'
- curl -s https://api.github.com/repos/jgraph/drawio-desktop/releases/latest | grep browser_download_url | grep '\.deb' | cut -d '"' -f 4 | wget -i -
Expand Down Expand Up @@ -84,4 +84,4 @@ pages:preview:
auto_stop_in: 30 days

rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
2,194 changes: 1,133 additions & 1,061 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.

12 changes: 6 additions & 6 deletions examples/cdk-application-pipeline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.2</version>
<version>3.3.4</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.amazonaws.dpri</groupId>
Expand Down Expand Up @@ -44,17 +44,17 @@
<dependency>
<artifactId>snakeyaml</artifactId>
<groupId>org.yaml</groupId>
<version>2.2</version>
<version>2.3</version>
</dependency>
<dependency>
<artifactId>logback-core</artifactId>
<groupId>ch.qos.logback</groupId>
<version>1.5.6</version>
<version>1.5.8</version>
</dependency>
<dependency>
<artifactId>logback-classic</artifactId>
<groupId>ch.qos.logback</groupId>
<version>1.5.6</version>
<version>1.5.8</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
Expand All @@ -64,7 +64,7 @@
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
<version>4.29.1</version>
<version>4.29.2</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down Expand Up @@ -95,7 +95,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>6.1.12</version>
<version>6.1.13</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Loading

0 comments on commit 74b748b

Please sign in to comment.