Skip to content

Bump com.twelvemonkeys.imageio:imageio-jpeg from 3.11.0 to 3.12.0 #4955

Bump com.twelvemonkeys.imageio:imageio-jpeg from 3.11.0 to 3.12.0

Bump com.twelvemonkeys.imageio:imageio-jpeg from 3.11.0 to 3.12.0 #4955

Workflow file for this run

name: Java CI
on:
push:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run:
mvn --file pom.xml -B package