Skip to content

Bump org.apache.velocity:velocity-engine-core from 2.4 to 2.4.1 (#84) #191

Bump org.apache.velocity:velocity-engine-core from 2.4 to 2.4.1 (#84)

Bump org.apache.velocity:velocity-engine-core from 2.4 to 2.4.1 (#84) #191

Workflow file for this run

name: Java CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
cache: maven
- name: Run Integration Tests
run: mvn clean test -P errorprone