Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

chore(deps): bump org.springframework:spring-context from 6.0.13 to 6.1.0 #163

chore(deps): bump org.springframework:spring-context from 6.0.13 to 6.1.0

chore(deps): bump org.springframework:spring-context from 6.0.13 to 6.1.0 #163

Workflow file for this run

name: Build Java PR
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml