Skip to content

Update dependency com.google.code.gson:gson to v2.13.2 (#374) #474

Update dependency com.google.code.gson:gson to v2.13.2 (#374)

Update dependency com.google.code.gson:gson to v2.13.2 (#374) #474

Workflow file for this run

name: Java CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up JDK 17
uses: actions/setup-java@v5
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify