Skip to content

Commit e2fc741

Browse files
authored
chore(deps): update all non-major dependencies (#204)
1 parent a7ab60e commit e2fc741

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
# Initializes the CodeQL tools for scanning.
4747
- name: Initialize CodeQL
48-
uses: github/codeql-action/init@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
48+
uses: github/codeql-action/init@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
4949
with:
5050
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
5151
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@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
68+
uses: github/codeql-action/analyze@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
6969
with:
7070
category: ${{ matrix.working-directory }}

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161

6262
# Upload the results to GitHub's code scanning dashboard.
6363
- name: "Upload to code-scanning"
64-
uses: github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
64+
uses: github/codeql-action/upload-sarif@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
6565
with:
6666
sarif_file: results.sarif

function-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>com.google.truth</groupId>
5959
<artifactId>truth</artifactId>
60-
<version>1.1.3</version>
60+
<version>1.1.4</version>
6161
<scope>test</scope>
6262
</dependency>
6363
<dependency>
@@ -105,7 +105,7 @@
105105
<plugin>
106106
<groupId>org.apache.maven.plugins</groupId>
107107
<artifactId>maven-source-plugin</artifactId>
108-
<version>3.2.1</version>
108+
<version>3.3.0</version>
109109
<executions>
110110
<execution>
111111
<id>attach-sources</id>

functions-framework-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<plugin>
7474
<groupId>org.apache.maven.plugins</groupId>
7575
<artifactId>maven-source-plugin</artifactId>
76-
<version>3.2.1</version>
76+
<version>3.3.0</version>
7777
<executions>
7878
<execution>
7979
<id>attach-sources</id>
@@ -151,7 +151,7 @@
151151
<plugin>
152152
<groupId>org.apache.maven.plugins</groupId>
153153
<artifactId>maven-source-plugin</artifactId>
154-
<version>3.2.1</version>
154+
<version>3.3.0</version>
155155
<executions>
156156
<execution>
157157
<id>attach-sources</id>

invoker/core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@
139139
<dependency>
140140
<groupId>com.google.truth</groupId>
141141
<artifactId>truth</artifactId>
142-
<version>1.1.3</version>
142+
<version>1.1.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.1.3</version>
148+
<version>1.1.4</version>
149149
<scope>test</scope>
150150
</dependency>
151151
<dependency>

invoker/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.google.cloud.functions</groupId>
4444
<artifactId>functions-framework-api</artifactId>
45-
<version>1.0.4</version>
45+
<version>1.1.0</version>
4646
</dependency>
4747
</dependencies>
4848
</dependencyManagement>
@@ -67,7 +67,7 @@
6767
<plugin>
6868
<groupId>org.apache.maven.plugins</groupId>
6969
<artifactId>maven-source-plugin</artifactId>
70-
<version>3.2.1</version>
70+
<version>3.3.0</version>
7171
<executions>
7272
<execution>
7373
<id>attach-sources</id>

0 commit comments

Comments
 (0)