Skip to content

Commit 238d137

Browse files
fix(deps): update all dependencies j:cdx-227
1 parent 259b8e5 commit 238d137

8 files changed

+27
-28
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818

1919
steps:
2020
- name: Harden Runner
21-
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
21+
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
2222
with:
2323
egress-policy: audit
2424

2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626

2727
- name: Set up JDK 11
28-
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
28+
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
2929
with:
3030
java-version: '11'
3131
distribution: 'adopt'

.github/workflows/maven-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121

2222
steps:
2323
- name: Harden Runner
24-
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
24+
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
2525
with:
2626
egress-policy: audit
2727

2828
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
- name: Set up JDK 11
30-
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
30+
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
3131
with:
3232
java-version: '11'
3333
distribution: 'temurin'

.github/workflows/pr-title-semantic-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
1111
steps:
1212
- name: Harden Runner
13-
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
13+
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
1414
with:
1515
egress-policy: audit
1616

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
environment: 'Release'
1616
steps:
1717
- name: Harden Runner
18-
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
18+
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
1919
with:
2020
egress-policy: audit
2121

@@ -40,7 +40,7 @@ jobs:
4040
RELEASER_CLIENT_SECRET: ${{ secrets.RELEASER_CLIENT_SECRET }}
4141
RELEASER_INSTALLATION_ID: ${{ secrets.RELEASER_INSTALLATION_ID }}
4242

43-
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
43+
- uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
4444
name: Set up Java
4545
with:
4646
java-version: '11'

.github/workflows/scorecards.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Harden Runner
34-
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
34+
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
3535
with:
3636
egress-policy: audit
3737

@@ -63,7 +63,7 @@ jobs:
6363
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6464
# format to the repository Actions tab.
6565
- name: "Upload artifact"
66-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
66+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
6767
with:
6868
name: SARIF file
6969
path: results.sarif

package-lock.json

+14-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "Apache-2.0",
99
"devDependencies": {
1010
"@actions/core": "^1.10.0",
11-
"@commitlint/config-conventional": "19.5.0",
11+
"@commitlint/config-conventional": "19.6.0",
1212
"@octokit/auth-app": "^7.0.0"
1313
},
1414
"scripts": {

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<plugin>
9494
<groupId>org.apache.maven.plugins</groupId>
9595
<artifactId>maven-javadoc-plugin</artifactId>
96-
<version>3.11.1</version>
96+
<version>3.11.2</version>
9797
<configuration>
9898
<doclint>all,-missing</doclint>
9999
</configuration>
@@ -135,7 +135,7 @@
135135
<dependency>
136136
<groupId>org.apache.logging.log4j</groupId>
137137
<artifactId>log4j-core</artifactId>
138-
<version>2.24.1</version>
138+
<version>2.24.3</version>
139139
</dependency>
140140
<dependency>
141141
<groupId>com.google.code.gson</groupId>
@@ -145,7 +145,7 @@
145145
<dependency>
146146
<groupId>io.github.cdimascio</groupId>
147147
<artifactId>dotenv-java</artifactId>
148-
<version>3.0.2</version>
148+
<version>3.1.0</version>
149149
</dependency>
150150
<dependency>
151151
<groupId>joda-time</groupId>

0 commit comments

Comments
 (0)