File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
src/main/java/airhacks/cloudfront/boundary Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 26
26
<dependency >
27
27
<groupId >software.amazon.awscdk</groupId >
28
28
<artifactId >aws-cdk-lib</artifactId >
29
- <version >2.134 .0</version >
29
+ <version >2.137 .0</version >
30
30
</dependency >
31
31
<dependency >
32
32
<groupId >software.constructs</groupId >
36
36
<dependency >
37
37
<groupId >org.junit.jupiter</groupId >
38
38
<artifactId >junit-jupiter-api</artifactId >
39
- <version >5.9.3 </version >
39
+ <version >5.10.2 </version >
40
40
<scope >test</scope >
41
41
</dependency >
42
42
<dependency >
43
43
<groupId >org.junit.jupiter</groupId >
44
44
<artifactId >junit-jupiter-engine</artifactId >
45
- <version >5.9.3 </version >
45
+ <version >5.10.2 </version >
46
46
<scope >test</scope >
47
47
</dependency >
48
48
<dependency >
49
49
<groupId >org.assertj</groupId >
50
50
<artifactId >assertj-core</artifactId >
51
- <version >3.24.2 </version >
51
+ <version >3.25.3 </version >
52
52
<scope >test</scope >
53
53
</dependency >
54
54
</dependencies >
Original file line number Diff line number Diff line change 8
8
import software .amazon .awscdk .services .cloudfront .BehaviorOptions ;
9
9
import software .amazon .awscdk .services .cloudfront .CachePolicy ;
10
10
import software .amazon .awscdk .services .cloudfront .Distribution ;
11
- import software .amazon .awscdk .services .cloudfront .OriginAccessIdentity ;
12
11
import software .amazon .awscdk .services .cloudfront .OriginRequestPolicy ;
13
12
import software .amazon .awscdk .services .cloudfront .SecurityPolicyProtocol ;
14
13
import software .amazon .awscdk .services .cloudfront .ViewerProtocolPolicy ;
You can’t perform that action at this time.
0 commit comments