File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ public void ListItems() {
119119 System .out .println ("Test 5 passed" );
120120 }
121121
122-
122+
123123 @ Test
124124 @ Tag ("IntegrationTest" )
125125 @ Order (7 )
Original file line number Diff line number Diff line change 3838 <dependency >
3939 <groupId >software.amazon.awssdk</groupId >
4040 <artifactId >bom</artifactId >
41- <version >2.21.20 </version >
41+ <version >2.29.45 </version >
4242 <type >pom</type >
4343 <scope >import</scope >
4444 </dependency >
117117 <artifactId >memorydb</artifactId >
118118 <version >2.20.26</version >
119119 </dependency >
120+ <dependency >
121+ <groupId >software.amazon.awssdk</groupId >
122+ <artifactId >sso</artifactId >
123+ </dependency >
124+ <dependency >
125+ <groupId >software.amazon.awssdk</groupId >
126+ <artifactId >ssooidc</artifactId >
127+ </dependency >
120128 </dependencies >
121129</project >
Original file line number Diff line number Diff line change 3939 <dependency >
4040 <groupId >software.amazon.awssdk</groupId >
4141 <artifactId >bom</artifactId >
42- <version >2.21.20 </version >
42+ <version >2.29.45 </version >
4343 <type >pom</type >
4444 <scope >import</scope >
4545 </dependency >
8282 <artifactId >junit-platform-commons</artifactId >
8383 <version >1.9.2</version >
8484 </dependency >
85+ <dependency >
86+ <groupId >software.amazon.awssdk</groupId >
87+ <artifactId >sso</artifactId >
88+ </dependency >
89+ <dependency >
90+ <groupId >software.amazon.awssdk</groupId >
91+ <artifactId >ssooidc</artifactId >
92+ </dependency >
8593 </dependencies >
8694 </project >
You can’t perform that action at this time.
0 commit comments