Skip to content

Commit a69bff3

Browse files
authored
Merge branch 'main' into repo_search_by_fork_and_visibility
2 parents 5ea8638 + f7c170c commit a69bff3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: mvn -B install -D enable-ci --file pom.xml
8585
- name: Codecov Report
8686
if: matrix.os != 'windows' && matrix.java == '8'
87-
uses: codecov/[email protected].0
87+
uses: codecov/[email protected].2
8888
# JDK 11+
8989
- name: Maven Install without Code Coverage
9090
if: matrix.os == 'windows' && matrix.java != '8'

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@
469469
<dependency>
470470
<groupId>org.eclipse.jgit</groupId>
471471
<artifactId>org.eclipse.jgit</artifactId>
472-
<version>5.11.1.202105131744-r</version>
472+
<version>5.12.0.202106070339-r</version>
473473
<scope>test</scope>
474474
</dependency>
475475
<dependency>
@@ -525,7 +525,7 @@
525525
<dependency>
526526
<groupId>org.mockito</groupId>
527527
<artifactId>mockito-core</artifactId>
528-
<version>3.10.0</version>
528+
<version>3.11.2</version>
529529
<scope>test</scope>
530530
</dependency>
531531
<dependency>
@@ -537,7 +537,7 @@
537537
<dependency>
538538
<groupId>com.github.tomakehurst</groupId>
539539
<artifactId>wiremock-jre8-standalone</artifactId>
540-
<version>2.28.0</version>
540+
<version>2.29.0</version>
541541
<scope>test</scope>
542542
</dependency>
543543
<dependency>
@@ -549,7 +549,7 @@
549549
<dependency>
550550
<groupId>org.slf4j</groupId>
551551
<artifactId>slf4j-simple</artifactId>
552-
<version>1.7.30</version>
552+
<version>1.7.31</version>
553553
<scope>test</scope>
554554
</dependency>
555555
</dependencies>

0 commit comments

Comments
 (0)