Skip to content

Bump org.testcontainers:elasticsearch from 1.21.3 to 1.21.4 #311

Bump org.testcontainers:elasticsearch from 1.21.3 to 1.21.4

Bump org.testcontainers:elasticsearch from 1.21.3 to 1.21.4 #311

Workflow file for this run

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Build Pull Requests
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v6
- name: Set up JDK 17
uses: actions/setup-java@v5
with:
java-version: '17'
distribution: 'adopt'
cache: 'maven'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify