Skip to content

Commit b47681d

Browse files
authored
Merge pull request #168 from saucelabs/master
Backmerge
2 parents 5f891e3 + 0d4b178 commit b47681d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: "Code Scanning - Action"
22

33
on:
4-
push:
5-
pull_request:
4+
push: [master, 1.1.0_master, 1.1.0_dev]
5+
pull_request: [master, 1.1.0_master, 1.1.0_dev]
66
schedule:
77
# ┌───────────── minute (0 - 59)
88
# │ ┌───────────── hour (0 - 23)

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@
8080
<dependency>
8181
<groupId>commons-io</groupId>
8282
<artifactId>commons-io</artifactId>
83-
<version>2.10.0</version>
83+
<version>2.11.0</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>net.jodah</groupId>
8787
<artifactId>failsafe</artifactId>
88-
<version>2.4.0</version>
88+
<version>2.4.2</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>org.junit.jupiter</groupId>
@@ -168,7 +168,7 @@
168168
<dependency>
169169
<groupId>org.apache.maven.scm</groupId>
170170
<artifactId>maven-scm-provider-gitexe</artifactId>
171-
<version>1.11.2</version>
171+
<version>1.11.3</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>codes.dylanlacey</groupId>
@@ -180,7 +180,7 @@
180180
<plugin>
181181
<groupId>org.apache.maven.plugins</groupId>
182182
<artifactId>maven-scm-plugin</artifactId>
183-
<version>1.11.2</version>
183+
<version>1.11.3</version>
184184
</plugin>
185185
<plugin>
186186
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)