Skip to content

Commit cacde79

Browse files
Merge branch 'main' into phipag/remove-osv-workflow
2 parents fa1b892 + c08e1ef commit cacde79

File tree

20 files changed

+37
-37
lines changed

20 files changed

+37
-37
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@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

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

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

examples/powertools-examples-idempotency/pom.xml

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

examples/powertools-examples-parameters/sam-graalvm/pom.xml

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

examples/powertools-examples-parameters/sam/pom.xml

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

examples/powertools-examples-validation/pom.xml

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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@
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>

powertools-common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
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>
@@ -120,7 +120,7 @@
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>

powertools-e2e-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
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>
@@ -194,7 +194,7 @@
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>

powertools-logging/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
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>
@@ -146,7 +146,7 @@
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>

0 commit comments

Comments
 (0)