Skip to content

Commit a429460

Browse files
authored
Merge pull request #306 from pusher/update-gson-gradle
Update gson version
2 parents c9c2779 + 555d283 commit a429460

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
java-version: [8, 9, 10, 11]
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v2.3.1
1818
- name: Set up JDK ${{ matrix.java-version }}
19-
uses: actions/setup-java@v2
19+
uses: actions/setup-java@v2.3.1
2020
with:
2121
java-version: "${{ matrix.java-version }}"
22-
distribution: "adopt"
22+
distribution: "adopt-openj9"
2323
- name: Build & Test
2424
run: ./gradlew jacocoTestReport test
2525
- name: Code coverage

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repositories {
4444
}
4545

4646
dependencies {
47-
compile "com.google.code.gson:gson:2.2.2"
47+
compile "com.google.code.gson:gson:2.8.9"
4848
compile "org.java-websocket:Java-WebSocket:1.5.1"
4949

5050
testCompile "org.mockito:mockito-all:1.8.5"

0 commit comments

Comments
 (0)