Skip to content

Commit

Permalink
Merge pull request #2 from osslabz/feat/sync-upstream
Browse files Browse the repository at this point in the history
Feat/sync upstream
  • Loading branch information
rvullriede authored Aug 30, 2024
2 parents e1833e7 + dedba05 commit ad06b48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
cache: maven
java-version: 17
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn --batch-mode --update-snapshots package
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class CoinFullData {
@JsonProperty("hashing_algorithm")
private String hashingAlgorithm;
@JsonProperty("categories")
private List<Object> categories;
private List<String> categories;
@JsonProperty("public_notice")
private String publicNotice;
@JsonProperty("additional_notices")
Expand Down

0 comments on commit ad06b48

Please sign in to comment.