Skip to content

Commit 94e688f

Browse files
committed
chore(deps): update all non-major dependencies
1 parent bfbec97 commit 94e688f

11 files changed

Lines changed: 51 additions & 51 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: 7 additions & 7 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,12 +105,12 @@
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
</plugins>
116116
</pluginManagement>
@@ -138,7 +138,7 @@
138138
<plugin>
139139
<groupId>org.apache.maven.plugins</groupId>
140140
<artifactId>maven-enforcer-plugin</artifactId>
141-
<version>3.5.0</version>
141+
<version>3.6.3</version>
142142
</plugin>
143143
<plugin>
144144
<groupId>org.apache.maven.plugins</groupId>
@@ -183,7 +183,7 @@
183183
<plugin>
184184
<groupId>org.sonatype.central</groupId>
185185
<artifactId>central-publishing-maven-plugin</artifactId>
186-
<version>0.10.0</version>
186+
<version>0.11.0</version>
187187
<extensions>true</extensions>
188188
<configuration>
189189
<publishingServerId>sonatype-central-portal</publishingServerId>
@@ -193,7 +193,7 @@
193193
<dependency>
194194
<groupId>com.google.guava</groupId>
195195
<artifactId>guava</artifactId>
196-
<version>33.5.0-jre</version>
196+
<version>33.6.0-jre</version>
197197
</dependency>
198198
</dependencies>
199199
</plugin>

functions-framework-api/pom.xml

Lines changed: 6 additions & 6 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,12 +123,12 @@
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
<artifactId>maven-javadoc-plugin</artifactId>
@@ -167,7 +167,7 @@
167167
<plugin>
168168
<groupId>org.apache.maven.plugins</groupId>
169169
<artifactId>maven-enforcer-plugin</artifactId>
170-
<version>3.5.0</version>
170+
<version>3.6.3</version>
171171
</plugin>
172172
<plugin>
173173
<groupId>org.apache.maven.plugins</groupId>
@@ -212,7 +212,7 @@
212212
<plugin>
213213
<groupId>org.sonatype.central</groupId>
214214
<artifactId>central-publishing-maven-plugin</artifactId>
215-
<version>0.10.0</version>
215+
<version>0.11.0</version>
216216
<extensions>true</extensions>
217217
<configuration>
218218
<publishingServerId>sonatype-central-portal</publishingServerId>
@@ -222,7 +222,7 @@
222222
<dependency>
223223
<groupId>com.google.guava</groupId>
224224
<artifactId>guava</artifactId>
225-
<version>33.5.0-jre</version>
225+
<version>33.6.0-jre</version>
226226
</dependency>
227227
</dependencies>
228228
</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>

invoker/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@
8888
<plugin>
8989
<groupId>org.apache.maven.plugins</groupId>
9090
<artifactId>maven-enforcer-plugin</artifactId>
91-
<version>3.5.0</version>
91+
<version>3.6.3</version>
9292
</plugin>
9393
<plugin>
9494
<groupId>org.apache.maven.plugins</groupId>
9595
<artifactId>maven-install-plugin</artifactId>
96-
<version>3.1.2</version>
96+
<version>3.1.4</version>
9797
</plugin>
9898
</plugins>
9999
</pluginManagement>
@@ -106,7 +106,7 @@
106106
<plugin>
107107
<groupId>org.apache.maven.plugins</groupId>
108108
<artifactId>maven-enforcer-plugin</artifactId>
109-
<version>3.5.0</version>
109+
<version>3.6.3</version>
110110
</plugin>
111111
<plugin>
112112
<groupId>org.apache.maven.plugins</groupId>
@@ -151,7 +151,7 @@
151151
<plugin>
152152
<groupId>org.sonatype.central</groupId>
153153
<artifactId>central-publishing-maven-plugin</artifactId>
154-
<version>0.10.0</version>
154+
<version>0.11.0</version>
155155
<extensions>true</extensions>
156156
<configuration>
157157
<publishingServerId>sonatype-central-portal</publishingServerId>
@@ -161,7 +161,7 @@
161161
<dependency>
162162
<groupId>com.google.guava</groupId>
163163
<artifactId>guava</artifactId>
164-
<version>33.5.0-jre</version>
164+
<version>33.6.0-jre</version>
165165
</dependency>
166166
</dependencies>
167167
</plugin>

0 commit comments

Comments
 (0)