Skip to content

Bump org.apache.poi:poi-ooxml from 5.3.0 to 5.4.0 in /spring-batch-excel #186

Bump org.apache.poi:poi-ooxml from 5.3.0 to 5.4.0 in /spring-batch-excel

Bump org.apache.poi:poi-ooxml from 5.3.0 to 5.4.0 in /spring-batch-excel #186

name: Spring Batch Excel
on:
pull_request:
paths:
- 'spring-batch-excel/**'
push:
paths:
- 'spring-batch-excel/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Build with Maven
run: mvn -B package
working-directory: spring-batch-excel