Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5348f03

Browse filesBrowse files
authored
Merge branch 'main' into feat/add_automerge_state
2 parents 4c493e7 + 25a1856 commit 5348f03
Copy full SHA for 5348f03

File tree

Expand file treeCollapse file tree

2 files changed

+8
-8
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+8
-8
lines changed

‎.github/workflows/maven-build.yml

Copy file name to clipboardExpand all lines: .github/workflows/maven-build.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: mvn -B clean install -D enable-ci --file pom.xml
6363
- name: Codecov Report
6464
if: matrix.os != 'windows' && matrix.java == '8'
65-
uses: codecov/codecov-action@v2.0.3
65+
uses: codecov/codecov-action@v2.1.0
6666
# JDK 11+
6767
- name: Maven Install without Code Coverage
6868
if: matrix.os == 'windows' && matrix.java != '8'

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333

3434
<properties>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
36-
<spotbugs-maven-plugin.version>4.3.0</spotbugs-maven-plugin.version>
37-
<spotbugs.version>4.4.0</spotbugs.version>
36+
<spotbugs-maven-plugin.version>4.4.1</spotbugs-maven-plugin.version>
37+
<spotbugs.version>4.4.1</spotbugs.version>
3838
<spotbugs-maven-plugin.failOnError>true</spotbugs-maven-plugin.failOnError>
3939
<hamcrest.version>2.2</hamcrest.version>
4040
<okhttp3.version>4.4.1</okhttp3.version>
@@ -60,7 +60,7 @@
6060
<extension>
6161
<groupId>org.apache.maven.scm</groupId>
6262
<artifactId>maven-scm-manager-plexus</artifactId>
63-
<version>1.11.3</version>
63+
<version>1.12.0</version>
6464
</extension>
6565
<!-- Doing site publishing manually for now -->
6666
<!--
@@ -202,7 +202,7 @@
202202
<plugin>
203203
<groupId>org.apache.maven.plugins</groupId>
204204
<artifactId>maven-javadoc-plugin</artifactId>
205-
<version>3.3.0</version>
205+
<version>3.3.1</version>
206206
<configuration>
207207
<source>8</source>
208208
<failOnWarnings>true</failOnWarnings>
@@ -422,7 +422,7 @@
422422
<dependency>
423423
<groupId>com.fasterxml.jackson.core</groupId>
424424
<artifactId>jackson-databind</artifactId>
425-
<version>2.12.5</version>
425+
<version>2.13.0</version>
426426
</dependency>
427427
<dependency>
428428
<groupId>commons-io</groupId>
@@ -465,7 +465,7 @@
465465
<dependency>
466466
<groupId>org.eclipse.jgit</groupId>
467467
<artifactId>org.eclipse.jgit</artifactId>
468-
<version>5.12.0.202106070339-r</version>
468+
<version>5.13.0.202109080827-r</version>
469469
<scope>test</scope>
470470
</dependency>
471471
<dependency>
@@ -533,7 +533,7 @@
533533
<dependency>
534534
<groupId>com.github.tomakehurst</groupId>
535535
<artifactId>wiremock-jre8-standalone</artifactId>
536-
<version>2.30.1</version>
536+
<version>2.31.0</version>
537537
<scope>test</scope>
538538
</dependency>
539539
<dependency>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.