Skip to content

Commit cd9873d

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/security-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
path: results.sarif
5353
retention-days: 5
5454
- name: Upload to Code-Scanning
55-
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
55+
uses: github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
5656
with:
5757
sarif_file: results.sarif

examples/powertools-examples-batch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<maven.compiler.source>11</maven.compiler.source>
1515
<maven.compiler.target>11</maven.compiler.target>
1616
<aspectj.version>1.9.20.1</aspectj.version>
17-
<sdk.version>2.32.6</sdk.version>
17+
<sdk.version>2.32.18</sdk.version>
1818
</properties>
1919

2020
<dependencies>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1010
<cdk.version>2.208.0</cdk.version>
1111
<constructs.version>[10.0.0,11.0.0)</constructs.version>
12-
<junit.version>5.11.1</junit.version>
12+
<junit.version>5.13.4</junit.version>
1313
</properties>
1414
<build>
1515
<plugins>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<mockito.version>5.18.0</mockito.version>
118118
<mockito-junit-jupiter.version>5.18.0</mockito-junit-jupiter.version>
119119
<junit-pioneer.version>2.3.0</junit-pioneer.version>
120-
<crac.version>1.4.0</crac.version>
120+
<crac.version>1.5.0</crac.version>
121121

122122
<!-- As we have a .mvn directory at the root of the project, this will evaluate to the root directory
123123
regardless of where maven is run - sub-module, or root. -->

0 commit comments

Comments
 (0)