File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
powertools-examples-cloudformation
powertools-examples-core-utilities/cdk/infra
powertools-examples-kafka Expand file tree Collapse file tree 6 files changed +9
-9
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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.6.1
136+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # 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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.6.1
171+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # 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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.6.1
194+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # 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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.6.1
232+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v4.6.1
233233 with :
234234 name : source
235235 - id : setup-git
Original file line number Diff line number Diff line change 1414 <maven .compiler.target>11</maven .compiler.target>
1515 <lambda .core.version>1.3.0</lambda .core.version>
1616 <lambda .events.version>3.16.1</lambda .events.version>
17- <aws .sdk.version>2.32.10 </aws .sdk.version>
17+ <aws .sdk.version>2.32.18 </aws .sdk.version>
1818 <aspectj .version>1.9.20.1</aspectj .version>
1919
2020 </properties >
Original file line number Diff line number Diff line change 2525 <plugin >
2626 <groupId >org.codehaus.mojo</groupId >
2727 <artifactId >exec-maven-plugin</artifactId >
28- <version >3.3.0 </version >
28+ <version >3.5.1 </version >
2929 <configuration >
3030 <mainClass >cdk.CdkApp</mainClass >
3131 </configuration >
Original file line number Diff line number Diff line change 141141 <plugin >
142142 <groupId >io.github.ascopes</groupId >
143143 <artifactId >protobuf-maven-plugin</artifactId >
144- <version >3.6.1 </version >
144+ <version >3.7.0 </version >
145145 <executions >
146146 <execution >
147147 <goals >
Original file line number Diff line number Diff line change 8484 <log4j .version>2.25.1</log4j .version>
8585 <slf4j .version>2.0.17</slf4j .version>
8686 <jackson .version>2.19.2</jackson .version>
87- <aws .sdk.version>2.32.10 </aws .sdk.version>
87+ <aws .sdk.version>2.32.18 </aws .sdk.version>
8888 <aws .xray.recorder.version>2.19.0</aws .xray.recorder.version>
8989 <payloadoffloading-common .version>2.2.0</payloadoffloading-common .version>
9090 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 181181 <plugin >
182182 <groupId >io.github.ascopes</groupId >
183183 <artifactId >protobuf-maven-plugin</artifactId >
184- <version >3.6.1 </version >
184+ <version >3.7.0 </version >
185185 <executions >
186186 <execution >
187187 <id >generate-test-sources</id >
You can’t perform that action at this time.
0 commit comments