Skip to content

Commit 0980e3f

Browse files
authored
Merge branch 'main' into dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.9.3.2
2 parents 59528e4 + 81ca77a commit 0980e3f

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

examples/powertools-examples-cloudformation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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>

examples/powertools-examples-core-utilities/cdk/infra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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>

examples/powertools-examples-kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
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>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
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>

powertools-kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
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>

0 commit comments

Comments
 (0)