File tree Expand file tree Collapse file tree 20 files changed +37
-37
lines changed
powertools-examples-core-utilities/cdk/infra
powertools-examples-idempotency
powertools-examples-parameters
powertools-examples-validation
powertools-logging-logback
powertools-parameters-appconfig
powertools-parameters-dynamodb
powertools-parameters-secrets
powertools-parameters-ssm
powertools-parameters-tests Expand file tree Collapse file tree 20 files changed +37
-37
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 steps :
134134 - id : download_source
135135 name : Download artifacts
136- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.6.1
136+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.6.1
137137 with :
138138 name : source
139139 - name : Setup Java
@@ -168,7 +168,7 @@ jobs:
168168 steps :
169169 - id : download_source
170170 name : Download artifacts
171- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.6.1
171+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.6.1
172172 with :
173173 name : source
174174 - name : Setup Java
@@ -191,7 +191,7 @@ jobs:
191191 steps :
192192 - id : download_source
193193 name : Download artifacts
194- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.6.1
194+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.6.1
195195 with :
196196 name : source
197197 - name : Setup Java
@@ -229,7 +229,7 @@ jobs:
229229 ref : ${{ env.RELEASE_COMMIT }}
230230 - id : download_source
231231 name : Download artifacts
232- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.6.1
232+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.6.1
233233 with :
234234 name : source
235235 - id : setup-git
Original file line number Diff line number Diff line change 1616 <plugin >
1717 <groupId >org.apache.maven.plugins</groupId >
1818 <artifactId >maven-compiler-plugin</artifactId >
19- <version >3.13 .0</version >
19+ <version >3.14 .0</version >
2020 <configuration >
2121 <source >11</source >
2222 <target >11</target >
Original file line number Diff line number Diff line change 6363 <dependency >
6464 <groupId >org.mockito</groupId >
6565 <artifactId >mockito-core</artifactId >
66- <version >4.11 .0</version >
66+ <version >5.18 .0</version >
6767 <scope >test</scope >
6868 </dependency >
6969 <dependency >
Original file line number Diff line number Diff line change 7676 <dependency >
7777 <groupId >org.mockito</groupId >
7878 <artifactId >mockito-core</artifactId >
79- <version >5.1.1 </version >
79+ <version >5.18.0 </version >
8080 <scope >test</scope >
8181 </dependency >
8282 <dependency >
Original file line number Diff line number Diff line change 5050 <dependency >
5151 <groupId >org.mockito</groupId >
5252 <artifactId >mockito-core</artifactId >
53- <version >5.1.1 </version >
53+ <version >5.18.0 </version >
5454 <scope >test</scope >
5555 </dependency >
5656 <dependency >
Original file line number Diff line number Diff line change 5353 <dependency >
5454 <groupId >org.mockito</groupId >
5555 <artifactId >mockito-core</artifactId >
56- <version >4.11 .0</version >
56+ <version >5.18 .0</version >
5757 <scope >test</scope >
5858 </dependency >
5959 <dependency >
Original file line number Diff line number Diff line change 8383 <maven .deploy.plugin.version>3.1.2</maven .deploy.plugin.version>
8484 <log4j .version>2.25.1</log4j .version>
8585 <slf4j .version>2.0.17</slf4j .version>
86- <jackson .version>2.19.1 </jackson .version>
86+ <jackson .version>2.19.2 </jackson .version>
8787 <aws .sdk.version>2.31.78</aws .sdk.version>
8888 <aws .xray.recorder.version>2.18.2</aws .xray.recorder.version>
8989 <payloadoffloading-common .version>2.2.0</payloadoffloading-common .version>
9090 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
9191 <lambda .core.version>1.3.0</lambda .core.version>
9292 <lambda .events.version>3.16.0</lambda .events.version>
9393 <lambda .serial.version>1.1.6</lambda .serial.version>
94- <maven-compiler-plugin .version>3.13 .0</maven-compiler-plugin .version>
94+ <maven-compiler-plugin .version>3.14 .0</maven-compiler-plugin .version>
9595 <aspectj .version>1.9.7</aspectj .version>
9696 <aspectj-maven-plugin .version>1.13.1</aspectj-maven-plugin .version>
9797 <maven-surefire-plugin .version>3.2.5</maven-surefire-plugin .version>
Original file line number Diff line number Diff line change 9494 <dependency >
9595 <groupId >org.mockito</groupId >
9696 <artifactId >mockito-subclass</artifactId >
97- <version >5.17 .0</version >
97+ <version >5.18 .0</version >
9898 <scope >test</scope >
9999 </dependency >
100100 </dependencies >
120120 <dependency >
121121 <groupId >org.mockito</groupId >
122122 <artifactId >mockito-subclass</artifactId >
123- <version >5.17 .0</version >
123+ <version >5.18 .0</version >
124124 <scope >test</scope >
125125 </dependency >
126126 </dependencies >
Original file line number Diff line number Diff line change 103103 <dependency >
104104 <groupId >commons-io</groupId >
105105 <artifactId >commons-io</artifactId >
106- <version >2.19 .0</version >
106+ <version >2.20 .0</version >
107107 </dependency >
108108
109109 <dependency >
194194 <plugin >
195195 <groupId >org.apache.maven.plugins</groupId >
196196 <artifactId >maven-compiler-plugin</artifactId >
197- <version >3.13 .0</version >
197+ <version >3.14 .0</version >
198198 <configuration >
199199 <source >${maven.compiler.source} </source >
200200 <target >${maven.compiler.target} </target >
Original file line number Diff line number Diff line change 120120 <dependency >
121121 <groupId >org.mockito</groupId >
122122 <artifactId >mockito-subclass</artifactId >
123- <version >5.17 .0</version >
123+ <version >5.18 .0</version >
124124 <scope >test</scope >
125125 </dependency >
126126 </dependencies >
146146 <dependency >
147147 <groupId >org.mockito</groupId >
148148 <artifactId >mockito-subclass</artifactId >
149- <version >5.17 .0</version >
149+ <version >5.18 .0</version >
150150 <scope >test</scope >
151151 </dependency >
152152 </dependencies >
You can’t perform that action at this time.
0 commit comments