Skip to content

Bump com.google.code.gson:gson from 2.13.1 to 2.13.2 #894

Bump com.google.code.gson:gson from 2.13.1 to 2.13.2

Bump com.google.code.gson:gson from 2.13.1 to 2.13.2 #894

Workflow file for this run

name: Build with JDK 21
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '23' ]
architecture: [ 'x64' ]
name: Build with JDK ${{ matrix.java }} on ${{ matrix.architecture }}
steps:
- uses: actions/checkout@v5
- name: Setup JDK
uses: actions/setup-java@v5
with:
distribution: 'oracle'
java-version: ${{ matrix.java }}
architecture: ${{ matrix.architecture }}
cache: 'maven'
- name: Build with Maven
run: mvn package