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 Oct 27, 2024
1 parent 25876c5 commit bfcc575
Show file tree
Hide file tree
Showing 6 changed files with 1,458 additions and 1,644 deletions.
1,519 changes: 713 additions & 806 deletions examples/cdk-application-pipeline/package-lock.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions examples/cdk-application-pipeline/package.json

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

6 changes: 3 additions & 3 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.4</version>
<version>3.3.5</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.amazonaws.dpri</groupId>
Expand Down Expand Up @@ -49,12 +49,12 @@
<dependency>
<artifactId>logback-core</artifactId>
<groupId>ch.qos.logback</groupId>
<version>1.5.11</version>
<version>1.5.12</version>
</dependency>
<dependency>
<artifactId>logback-classic</artifactId>
<groupId>ch.qos.logback</groupId>
<version>1.5.11</version>
<version>1.5.12</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
Expand Down
Loading

0 comments on commit bfcc575

Please sign in to comment.