Skip to content

Commit cc33262

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 46c6f48 commit cc33262

11 files changed

Lines changed: 69 additions & 69 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: 13 additions & 13 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,42 +105,42 @@
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
</plugins>
146146
</pluginManagement>
@@ -168,7 +168,7 @@
168168
<plugin>
169169
<groupId>org.apache.maven.plugins</groupId>
170170
<artifactId>maven-enforcer-plugin</artifactId>
171-
<version>3.5.0</version>
171+
<version>3.6.3</version>
172172
</plugin>
173173
<plugin>
174174
<groupId>org.apache.maven.plugins</groupId>
@@ -213,7 +213,7 @@
213213
<plugin>
214214
<groupId>org.sonatype.central</groupId>
215215
<artifactId>central-publishing-maven-plugin</artifactId>
216-
<version>0.10.0</version>
216+
<version>0.11.0</version>
217217
<extensions>true</extensions>
218218
<configuration>
219219
<publishingServerId>sonatype-central-portal</publishingServerId>
@@ -223,7 +223,7 @@
223223
<dependency>
224224
<groupId>com.google.guava</groupId>
225225
<artifactId>guava</artifactId>
226-
<version>33.5.0-jre</version>
226+
<version>33.6.0-jre</version>
227227
</dependency>
228228
</dependencies>
229229
</plugin>

functions-framework-api/pom.xml

Lines changed: 12 additions & 12 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,42 +123,42 @@
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
<artifactId>maven-javadoc-plugin</artifactId>
@@ -197,7 +197,7 @@
197197
<plugin>
198198
<groupId>org.apache.maven.plugins</groupId>
199199
<artifactId>maven-enforcer-plugin</artifactId>
200-
<version>3.5.0</version>
200+
<version>3.6.3</version>
201201
</plugin>
202202
<plugin>
203203
<groupId>org.apache.maven.plugins</groupId>
@@ -242,7 +242,7 @@
242242
<plugin>
243243
<groupId>org.sonatype.central</groupId>
244244
<artifactId>central-publishing-maven-plugin</artifactId>
245-
<version>0.10.0</version>
245+
<version>0.11.0</version>
246246
<extensions>true</extensions>
247247
<configuration>
248248
<publishingServerId>sonatype-central-portal</publishingServerId>
@@ -252,7 +252,7 @@
252252
<dependency>
253253
<groupId>com.google.guava</groupId>
254254
<artifactId>guava</artifactId>
255-
<version>33.5.0-jre</version>
255+
<version>33.6.0-jre</version>
256256
</dependency>
257257
</dependencies>
258258
</plugin>

invoker/conformance/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@
2828
<dependency>
2929
<groupId>com.google.cloud.functions</groupId>
3030
<artifactId>functions-framework-api</artifactId>
31-
<version>2.0.0</version>
31+
<version>2.0.1</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>com.google.code.gson</groupId>
3535
<artifactId>gson</artifactId>
36-
<version>2.13.2</version>
36+
<version>2.14.0</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>io.cloudevents</groupId>
4040
<artifactId>cloudevents-core</artifactId>
41-
<version>4.0.1</version>
41+
<version>4.1.1</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>io.cloudevents</groupId>
4545
<artifactId>cloudevents-json-jackson</artifactId>
46-
<version>4.0.1</version>
46+
<version>4.1.1</version>
4747
</dependency>
4848
</dependencies>
4949

@@ -53,7 +53,7 @@
5353
<plugin>
5454
<groupId>com.google.cloud.functions</groupId>
5555
<artifactId>function-maven-plugin</artifactId>
56-
<version>1.0.0</version>
56+
<version>1.0.1</version>
5757
</plugin>
5858
</plugins>
5959
</pluginManagement>

invoker/core/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<junit.jupiter.version>5.3.2</junit.jupiter.version>
2424
<maven.compiler.source>17</maven.compiler.source>
2525
<maven.compiler.target>17</maven.compiler.target>
26-
<cloudevents.sdk.version>4.0.1</cloudevents.sdk.version>
27-
<jetty.version>12.1.8</jetty.version>
26+
<cloudevents.sdk.version>4.1.1</cloudevents.sdk.version>
27+
<jetty.version>12.1.11</jetty.version>
2828
</properties>
2929

3030
<licenses>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.google.cloud.functions</groupId>
4848
<artifactId>functions-framework-api</artifactId>
49-
<version>2.0.0</version>
49+
<version>2.0.1</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>io.cloudevents</groupId>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>com.google.code.gson</groupId>
6868
<artifactId>gson</artifactId>
69-
<version>2.13.2</version>
69+
<version>2.14.0</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>com.ryanharter.auto.value</groupId>
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>org.slf4j</groupId>
102102
<artifactId>slf4j-jdk14</artifactId>
103-
<version>2.0.17</version>
103+
<version>2.0.18</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>com.beust</groupId>

0 commit comments

Comments
 (0)