Skip to content

Commit bfcc575

Browse files
committed
chore: sync from upstream
1 parent 25876c5 commit bfcc575

File tree

6 files changed

+1458
-1644
lines changed

6 files changed

+1458
-1644
lines changed

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

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

examples/cdk-application-pipeline/package.json

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

examples/cdk-application-pipeline/pom.xml

+3-3
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.4</version>
8+
<version>3.3.5</version>
99
<relativePath /> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.amazonaws.dpri</groupId>
@@ -49,12 +49,12 @@
4949
<dependency>
5050
<artifactId>logback-core</artifactId>
5151
<groupId>ch.qos.logback</groupId>
52-
<version>1.5.11</version>
52+
<version>1.5.12</version>
5353
</dependency>
5454
<dependency>
5555
<artifactId>logback-classic</artifactId>
5656
<groupId>ch.qos.logback</groupId>
57-
<version>1.5.11</version>
57+
<version>1.5.12</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.springdoc</groupId>

0 commit comments

Comments
 (0)