Skip to content

Commit 74b748b

Browse files
committed
chore: sync from upstream
1 parent 0e8ad95 commit 74b748b

File tree

7 files changed

+2318
-2174
lines changed

7 files changed

+2318
-2174
lines changed

.gitlab-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ mkdocs:
3030
ENABLE_PDF_EXPORT: 1
3131
image: public.ecr.aws/docker/library/python:3.9-bullseye
3232
before_script:
33-
- apt-get update && apt-get install -y graphviz=2.42.2-5 wget curl libgbm-dev libasound2 xvfb
33+
- apt-get update && apt-get install -y graphviz wget curl libgbm-dev libasound2 xvfb
3434
- Xvfb :5 -screen 0 1920x1080x8 &
3535
- export DISPLAY=':5.0'
3636
- curl -s https://api.github.com/repos/jgraph/drawio-desktop/releases/latest | grep browser_download_url | grep '\.deb' | cut -d '"' -f 4 | wget -i -
@@ -84,4 +84,4 @@ pages:preview:
8484
auto_stop_in: 30 days
8585

8686
rules:
87-
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
87+
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'

examples/cdk-application-pipeline/package-lock.json

+1,133-1,061
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/cdk-application-pipeline/package.json

+19-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/cdk-application-pipeline/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.3.2</version>
8+
<version>3.3.4</version>
99
<relativePath /> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.amazonaws.dpri</groupId>
@@ -44,17 +44,17 @@
4444
<dependency>
4545
<artifactId>snakeyaml</artifactId>
4646
<groupId>org.yaml</groupId>
47-
<version>2.2</version>
47+
<version>2.3</version>
4848
</dependency>
4949
<dependency>
5050
<artifactId>logback-core</artifactId>
5151
<groupId>ch.qos.logback</groupId>
52-
<version>1.5.6</version>
52+
<version>1.5.8</version>
5353
</dependency>
5454
<dependency>
5555
<artifactId>logback-classic</artifactId>
5656
<groupId>ch.qos.logback</groupId>
57-
<version>1.5.6</version>
57+
<version>1.5.8</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.springdoc</groupId>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.liquibase</groupId>
6666
<artifactId>liquibase-core</artifactId>
67-
<version>4.29.1</version>
67+
<version>4.29.2</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>com.h2database</groupId>
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>org.springframework</groupId>
9797
<artifactId>spring-framework-bom</artifactId>
98-
<version>6.1.12</version>
98+
<version>6.1.13</version>
9999
<type>pom</type>
100100
<scope>import</scope>
101101
</dependency>

0 commit comments

Comments
 (0)