Skip to content

Commit 7449963

Browse files
authored
chore(deps): update all non-major dependencies (#280)
1 parent fd33779 commit 7449963

File tree

10 files changed

+41
-41
lines changed

10 files changed

+41
-41
lines changed

.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@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
31+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
3232
with:
3333
disable-sudo: true
3434
egress-policy: block
@@ -42,11 +42,11 @@ jobs:
4242
uploads.github.com:443
4343
4444
- name: Checkout repository
45-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
45+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4646

4747
# Initializes the CodeQL tools for scanning.
4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
49+
uses: github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
5050
with:
5151
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
5252
languages: java
@@ -66,6 +66,6 @@ jobs:
6666
(cd function-maven-plugin && mvn install)
6767
6868
- name: Perform CodeQL Analysis
69-
uses: github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
69+
uses: github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
7070
with:
7171
category: ${{ matrix.working-directory }}

.github/workflows/conformance.yaml

Lines changed: 4 additions & 4 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@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
21+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
2222
with:
2323
disable-sudo: true
2424
egress-policy: block
@@ -30,16 +30,16 @@ jobs:
3030
repo.maven.apache.org:443
3131
storage.googleapis.com:443
3232
33-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
33+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3434

3535
- name: Set up JDK ${{ matrix.java }}
36-
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
36+
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
3737
with:
3838
java-version: ${{ matrix.java }}
3939
distribution: temurin
4040

4141
- name: Setup Go
42-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
42+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
4343
with:
4444
go-version: '1.21'
4545

.github/workflows/lint.yaml

Lines changed: 5 additions & 5 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@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
16+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2424
- name: Set up JDK
25-
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
25+
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
2626
with:
2727
java-version: 11.x
2828
distribution: temurin
@@ -38,11 +38,11 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Harden Runner
41-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
41+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
4242
with:
4343
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
4444

45-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 # v2 minimum required
45+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 # v2 minimum required
4646
- name: Run formatter
4747
id: formatter
4848
uses: axel-op/googlejavaformat-action@dbff853fb823671ec5781365233bf86543b13215 # v3

.github/workflows/scorecard.yml

Lines changed: 4 additions & 4 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@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
29+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
3030
with:
3131
disable-sudo: true
3232
egress-policy: block
@@ -45,12 +45,12 @@ jobs:
4545
*.github.com:443
4646
4747
- name: "Checkout code"
48-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
48+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4949
with:
5050
persist-credentials: false
5151

5252
- name: "Run analysis"
53-
uses: ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
53+
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
5454
with:
5555
results_file: results.sarif
5656
results_format: sarif
@@ -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@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
65+
uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
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
@@ -19,7 +19,7 @@ jobs:
1919
]
2020
steps:
2121
- name: Harden Runner
22-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
22+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
2323
with:
2424
disable-sudo: true
2525
egress-policy: block
@@ -28,9 +28,9 @@ jobs:
2828
repo.maven.apache.org:443
2929
api.adoptium.net:443
3030
*.githubusercontent.com:443
31-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
31+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3232
- name: Set up JDK ${{ matrix.java }}
33-
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
33+
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
3434
with:
3535
java-version: ${{ matrix.java }}
3636
distribution: temurin

function-maven-plugin/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@
4141
<dependency>
4242
<groupId>org.apache.maven</groupId>
4343
<artifactId>maven-plugin-api</artifactId>
44-
<version>3.9.8</version>
44+
<version>3.9.9</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.apache.maven</groupId>
4848
<artifactId>maven-core</artifactId>
49-
<version>3.9.8</version>
49+
<version>3.9.9</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.apache.maven.plugin-tools</groupId>
5353
<artifactId>maven-plugin-annotations</artifactId>
54-
<version>3.13.1</version>
54+
<version>3.15.0</version>
5555
<scope>provided</scope>
5656
</dependency>
5757

@@ -64,14 +64,14 @@
6464
<dependency>
6565
<groupId>com.google.cloud.tools</groupId>
6666
<artifactId>appengine-maven-plugin</artifactId>
67-
<version>2.8.0</version>
67+
<version>2.8.1</version>
6868
<type>jar</type>
6969
</dependency>
7070

7171
<dependency>
7272
<groupId>com.google.truth</groupId>
7373
<artifactId>truth</artifactId>
74-
<version>1.4.2</version>
74+
<version>1.4.4</version>
7575
<scope>test</scope>
7676
</dependency>
7777
<dependency>
@@ -87,7 +87,7 @@
8787
<plugin>
8888
<groupId>org.apache.maven.plugins</groupId>
8989
<artifactId>maven-plugin-plugin</artifactId>
90-
<version>3.13.1</version>
90+
<version>3.15.0</version>
9191
<executions>
9292
<execution>
9393
<id>help-goal</id>
@@ -132,7 +132,7 @@
132132
<plugin>
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-javadoc-plugin</artifactId>
135-
<version>3.7.0</version>
135+
<version>3.10.0</version>
136136
<executions>
137137
<execution>
138138
<id>attach-javadocs</id>
@@ -145,7 +145,7 @@
145145
<plugin>
146146
<groupId>org.apache.maven.plugins</groupId>
147147
<artifactId>maven-gpg-plugin</artifactId>
148-
<version>3.2.4</version>
148+
<version>3.2.7</version>
149149
<executions>
150150
<execution>
151151
<id>sign-artifacts</id>

functions-framework-api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<properties>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3131
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
32-
<maven-javadoc-plugin.version>3.7.0</maven-javadoc-plugin.version>
32+
<maven-javadoc-plugin.version>3.10.0</maven-javadoc-plugin.version>
3333
<junit.jupiter.version>5.3.2</junit.jupiter.version>
3434
</properties>
3535

@@ -86,7 +86,7 @@
8686
<plugin>
8787
<groupId>org.apache.maven.plugins</groupId>
8888
<artifactId>maven-release-plugin</artifactId>
89-
<version>3.1.0</version>
89+
<version>3.1.1</version>
9090
<executions>
9191
<execution>
9292
<id>default</id>
@@ -177,7 +177,7 @@
177177
<plugin>
178178
<groupId>org.apache.maven.plugins</groupId>
179179
<artifactId>maven-gpg-plugin</artifactId>
180-
<version>3.2.4</version>
180+
<version>3.2.7</version>
181181
<executions>
182182
<execution>
183183
<id>sign-artifacts</id>

invoker/core/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@
9898
<dependency>
9999
<groupId>org.eclipse.jetty</groupId>
100100
<artifactId>jetty-servlet</artifactId>
101-
<version>9.4.54.v20240208</version>
101+
<version>9.4.56.v20240826</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>org.eclipse.jetty</groupId>
105105
<artifactId>jetty-server</artifactId>
106-
<version>9.4.54.v20240208</version>
106+
<version>9.4.56.v20240826</version>
107107
</dependency>
108108
<dependency>
109109
<groupId>com.beust</groupId>
@@ -122,7 +122,7 @@
122122
<dependency>
123123
<groupId>org.mockito</groupId>
124124
<artifactId>mockito-core</artifactId>
125-
<version>5.12.0</version>
125+
<version>5.14.0</version>
126126
<scope>test</scope>
127127
</dependency>
128128
<dependency>
@@ -139,19 +139,19 @@
139139
<dependency>
140140
<groupId>com.google.truth</groupId>
141141
<artifactId>truth</artifactId>
142-
<version>1.4.2</version>
142+
<version>1.4.4</version>
143143
<scope>test</scope>
144144
</dependency>
145145
<dependency>
146146
<groupId>com.google.truth.extensions</groupId>
147147
<artifactId>truth-java8-extension</artifactId>
148-
<version>1.4.2</version>
148+
<version>1.4.4</version>
149149
<scope>test</scope>
150150
</dependency>
151151
<dependency>
152152
<groupId>org.eclipse.jetty</groupId>
153153
<artifactId>jetty-client</artifactId>
154-
<version>9.4.54.v20240208</version>
154+
<version>9.4.56.v20240826</version>
155155
<scope>test</scope>
156156
</dependency>
157157
</dependencies>

invoker/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>org.apache.maven.plugins</groupId>
8282
<artifactId>maven-javadoc-plugin</artifactId>
83-
<version>3.7.0</version>
83+
<version>3.10.0</version>
8484
<executions>
8585
<execution>
8686
<id>attach-javadocs</id>
@@ -93,7 +93,7 @@
9393
<plugin>
9494
<groupId>org.apache.maven.plugins</groupId>
9595
<artifactId>maven-gpg-plugin</artifactId>
96-
<version>3.2.4</version>
96+
<version>3.2.7</version>
9797
<executions>
9898
<execution>
9999
<id>sign-artifacts</id>

invoker/testfunction/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>com.google.guava</groupId>
3333
<artifactId>guava</artifactId>
34-
<version>33.2.1-jre</version>
34+
<version>33.3.1-jre</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>com.google.code.gson</groupId>
@@ -86,7 +86,7 @@
8686
<plugin>
8787
<groupId>org.apache.maven.plugins</groupId>
8888
<artifactId>maven-deploy-plugin</artifactId>
89-
<version>3.1.2</version>
89+
<version>3.1.3</version>
9090
<configuration>
9191
<skip>true</skip>
9292
</configuration>

0 commit comments

Comments
 (0)