Skip to content

Commit 385ccee

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 1f735f1 commit 385ccee

11 files changed

Lines changed: 81 additions & 81 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Harden Runner
31-
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
31+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
3232
with:
3333
disable-sudo: true
3434
egress-policy: block
@@ -43,11 +43,11 @@ jobs:
4343
uploads.github.com:443
4444
4545
- name: Checkout repository
46-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
46+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4747

4848
# Initializes the CodeQL tools for scanning.
4949
- name: Initialize CodeQL
50-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
50+
uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
5151
with:
5252
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
5353
languages: java
@@ -65,6 +65,6 @@ jobs:
6565
(cd function-maven-plugin && mvn install)
6666
6767
- name: Perform CodeQL Analysis
68-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
68+
uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
6969
with:
7070
category: ${{ matrix.working-directory }}

.github/workflows/conformance.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
]
2020
steps:
2121
- name: Harden Runner
22-
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
22+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
2323
with:
2424
disable-sudo: true
2525
egress-policy: block
@@ -32,16 +32,16 @@ jobs:
3232
repo.maven.apache.org:443
3333
storage.googleapis.com:443
3434
35-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
35+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3636

3737
- name: Set up JDK ${{ matrix.java }}
38-
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
38+
uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.0
3939
with:
4040
java-version: ${{ matrix.java }}
4141
distribution: temurin
4242

4343
- name: Setup Go
44-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
44+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
4545
with:
4646
go-version: '1.26'
4747

.github/workflows/lint.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Harden Runner
16-
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
16+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
1717
with:
1818
disable-sudo: true
1919
egress-policy: block
2020
allowed-endpoints: >
2121
github.com:443
2222
repo.maven.apache.org:443
23-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424
- name: Set up JDK
25-
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
25+
uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.0
2626
with:
2727
java-version: 17.x
2828
distribution: temurin
@@ -38,13 +38,13 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Harden Runner
41-
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
41+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
4242
with:
4343
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4444

45-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 # v2 minimum required
45+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # v2 minimum required
4646
- name: Set up JDK
47-
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
47+
uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.0
4848
with:
4949
java-version: 21.x
5050
distribution: temurin

.github/workflows/scorecard.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Harden Runner
29-
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
29+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
3030
with:
3131
disable-sudo: true
3232
egress-policy: block
@@ -45,7 +45,7 @@ jobs:
4545
*.github.com:443
4646
4747
- name: "Checkout code"
48-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
48+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4949
with:
5050
persist-credentials: false
5151

@@ -62,6 +62,6 @@ jobs:
6262

6363
# Upload the results to GitHub's code scanning dashboard.
6464
- name: "Upload to code-scanning"
65-
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
65+
uses: github/codeql-action/upload-sarif@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
6666
with:
6767
sarif_file: results.sarif

.github/workflows/unit.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
]
1919
steps:
2020
- name: Harden Runner
21-
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
21+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
2222
with:
2323
disable-sudo: true
2424
egress-policy: block
@@ -27,9 +27,9 @@ jobs:
2727
repo.maven.apache.org:443
2828
api.adoptium.net:443
2929
*.githubusercontent.com:443
30-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
30+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3131
- name: Set up JDK ${{ matrix.java }}
32-
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
32+
uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.0
3333
with:
3434
java-version: ${{ matrix.java }}
3535
distribution: temurin

function-maven-plugin/pom.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
<dependency>
5757
<groupId>org.apache.maven</groupId>
5858
<artifactId>maven-plugin-api</artifactId>
59-
<version>3.9.14</version>
59+
<version>3.9.16</version>
6060
<scope>provided</scope>
6161
</dependency>
6262
<dependency>
6363
<groupId>org.apache.maven</groupId>
6464
<artifactId>maven-core</artifactId>
65-
<version>3.9.14</version>
65+
<version>3.9.16</version>
6666
<scope>provided</scope>
6767
</dependency>
6868
<dependency>
@@ -105,62 +105,62 @@
105105
<plugin>
106106
<groupId>org.apache.maven.plugins</groupId>
107107
<artifactId>maven-enforcer-plugin</artifactId>
108-
<version>3.5.0</version>
108+
<version>3.6.3</version>
109109
</plugin>
110110
<plugin>
111111
<groupId>org.apache.maven.plugins</groupId>
112112
<artifactId>maven-install-plugin</artifactId>
113-
<version>3.1.2</version>
113+
<version>3.1.4</version>
114114
</plugin>
115115
<plugin>
116116
<groupId>org.apache.maven.plugins</groupId>
117117
<artifactId>maven-deploy-plugin</artifactId>
118-
<version>3.1.1</version>
118+
<version>3.1.4</version>
119119
</plugin>
120120
<plugin>
121121
<groupId>org.apache.maven.plugins</groupId>
122122
<artifactId>maven-clean-plugin</artifactId>
123-
<version>3.2.0</version>
123+
<version>3.5.0</version>
124124
</plugin>
125125
<plugin>
126126
<groupId>org.apache.maven.plugins</groupId>
127127
<artifactId>maven-resources-plugin</artifactId>
128-
<version>3.3.1</version>
128+
<version>3.5.0</version>
129129
</plugin>
130130
<plugin>
131131
<groupId>org.apache.maven.plugins</groupId>
132132
<artifactId>maven-compiler-plugin</artifactId>
133-
<version>3.11.0</version>
133+
<version>3.15.0</version>
134134
</plugin>
135135
<plugin>
136136
<groupId>org.apache.maven.plugins</groupId>
137137
<artifactId>maven-surefire-plugin</artifactId>
138-
<version>3.1.2</version>
138+
<version>3.5.6</version>
139139
</plugin>
140140
<plugin>
141141
<groupId>org.apache.maven.plugins</groupId>
142142
<artifactId>maven-jar-plugin</artifactId>
143-
<version>3.3.0</version>
143+
<version>3.5.0</version>
144144
</plugin>
145145
<plugin>
146146
<groupId>org.apache.maven.plugins</groupId>
147147
<artifactId>maven-dependency-plugin</artifactId>
148-
<version>3.6.1</version>
148+
<version>3.11.0</version>
149149
</plugin>
150150
<plugin>
151151
<groupId>org.apache.maven.plugins</groupId>
152152
<artifactId>maven-shade-plugin</artifactId>
153-
<version>3.5.3</version>
153+
<version>3.6.2</version>
154154
</plugin>
155155
<plugin>
156156
<groupId>org.apache.maven.plugins</groupId>
157157
<artifactId>maven-plugin-plugin</artifactId>
158-
<version>3.10.2</version>
158+
<version>3.15.2</version>
159159
</plugin>
160160
<plugin>
161161
<groupId>org.apache.maven.plugins</groupId>
162162
<artifactId>maven-release-plugin</artifactId>
163-
<version>3.0.1</version>
163+
<version>3.3.1</version>
164164
</plugin>
165165
</plugins>
166166
</pluginManagement>
@@ -188,7 +188,7 @@
188188
<plugin>
189189
<groupId>org.apache.maven.plugins</groupId>
190190
<artifactId>maven-enforcer-plugin</artifactId>
191-
<version>3.5.0</version>
191+
<version>3.6.3</version>
192192
</plugin>
193193
<plugin>
194194
<groupId>org.apache.maven.plugins</groupId>
@@ -233,7 +233,7 @@
233233
<plugin>
234234
<groupId>org.sonatype.central</groupId>
235235
<artifactId>central-publishing-maven-plugin</artifactId>
236-
<version>0.10.0</version>
236+
<version>0.11.0</version>
237237
<extensions>true</extensions>
238238
<configuration>
239239
<publishingServerId>sonatype-central-portal</publishingServerId>
@@ -243,7 +243,7 @@
243243
<dependency>
244244
<groupId>com.google.guava</groupId>
245245
<artifactId>guava</artifactId>
246-
<version>33.5.0-jre</version>
246+
<version>33.6.0-jre</version>
247247
</dependency>
248248
</dependencies>
249249
</plugin>

functions-framework-api/pom.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>io.cloudevents</groupId>
7272
<artifactId>cloudevents-api</artifactId>
73-
<version>4.0.2</version>
73+
<version>4.1.1</version>
7474
</dependency>
7575
</dependencies>
7676

@@ -123,62 +123,62 @@
123123
<plugin>
124124
<groupId>org.apache.maven.plugins</groupId>
125125
<artifactId>maven-enforcer-plugin</artifactId>
126-
<version>3.5.0</version>
126+
<version>3.6.3</version>
127127
</plugin>
128128
<plugin>
129129
<groupId>org.apache.maven.plugins</groupId>
130130
<artifactId>maven-install-plugin</artifactId>
131-
<version>3.1.2</version>
131+
<version>3.1.4</version>
132132
</plugin>
133133
<plugin>
134134
<groupId>org.apache.maven.plugins</groupId>
135135
<artifactId>maven-deploy-plugin</artifactId>
136-
<version>3.1.1</version>
136+
<version>3.1.4</version>
137137
</plugin>
138138
<plugin>
139139
<groupId>org.apache.maven.plugins</groupId>
140140
<artifactId>maven-clean-plugin</artifactId>
141-
<version>3.2.0</version>
141+
<version>3.5.0</version>
142142
</plugin>
143143
<plugin>
144144
<groupId>org.apache.maven.plugins</groupId>
145145
<artifactId>maven-resources-plugin</artifactId>
146-
<version>3.3.1</version>
146+
<version>3.5.0</version>
147147
</plugin>
148148
<plugin>
149149
<groupId>org.apache.maven.plugins</groupId>
150150
<artifactId>maven-compiler-plugin</artifactId>
151-
<version>3.11.0</version>
151+
<version>3.15.0</version>
152152
</plugin>
153153
<plugin>
154154
<groupId>org.apache.maven.plugins</groupId>
155155
<artifactId>maven-surefire-plugin</artifactId>
156-
<version>3.1.2</version>
156+
<version>3.5.6</version>
157157
</plugin>
158158
<plugin>
159159
<groupId>org.apache.maven.plugins</groupId>
160160
<artifactId>maven-jar-plugin</artifactId>
161-
<version>3.3.0</version>
161+
<version>3.5.0</version>
162162
</plugin>
163163
<plugin>
164164
<groupId>org.apache.maven.plugins</groupId>
165165
<artifactId>maven-dependency-plugin</artifactId>
166-
<version>3.6.1</version>
166+
<version>3.11.0</version>
167167
</plugin>
168168
<plugin>
169169
<groupId>org.apache.maven.plugins</groupId>
170170
<artifactId>maven-shade-plugin</artifactId>
171-
<version>3.5.3</version>
171+
<version>3.6.2</version>
172172
</plugin>
173173
<plugin>
174174
<groupId>org.apache.maven.plugins</groupId>
175175
<artifactId>maven-plugin-plugin</artifactId>
176-
<version>3.10.2</version>
176+
<version>3.15.2</version>
177177
</plugin>
178178
<plugin>
179179
<groupId>org.apache.maven.plugins</groupId>
180180
<artifactId>maven-release-plugin</artifactId>
181-
<version>3.0.1</version>
181+
<version>3.3.1</version>
182182
</plugin>
183183
<plugin>
184184
<artifactId>maven-javadoc-plugin</artifactId>
@@ -217,7 +217,7 @@
217217
<plugin>
218218
<groupId>org.apache.maven.plugins</groupId>
219219
<artifactId>maven-enforcer-plugin</artifactId>
220-
<version>3.5.0</version>
220+
<version>3.6.3</version>
221221
</plugin>
222222
<plugin>
223223
<groupId>org.apache.maven.plugins</groupId>
@@ -262,7 +262,7 @@
262262
<plugin>
263263
<groupId>org.sonatype.central</groupId>
264264
<artifactId>central-publishing-maven-plugin</artifactId>
265-
<version>0.10.0</version>
265+
<version>0.11.0</version>
266266
<extensions>true</extensions>
267267
<configuration>
268268
<publishingServerId>sonatype-central-portal</publishingServerId>
@@ -272,7 +272,7 @@
272272
<dependency>
273273
<groupId>com.google.guava</groupId>
274274
<artifactId>guava</artifactId>
275-
<version>33.5.0-jre</version>
275+
<version>33.6.0-jre</version>
276276
</dependency>
277277
</dependencies>
278278
</plugin>

0 commit comments

Comments
 (0)