Skip to content

fix(deps): update dependency org.springframework:spring-framework-bom to v6.2.0 #91

fix(deps): update dependency org.springframework:spring-framework-bom to v6.2.0

fix(deps): update dependency org.springframework:spring-framework-bom to v6.2.0 #91

Workflow file for this run

name: test-bean
on:
push:
paths:
- "test-bean/**"
branches:
- master
pull_request:
paths:
- "test-bean/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: "corretto"
java-version: 21
cache: "maven"
- name: Build with Maven
run: mvn -B -q clean test --file test-bean/pom.xml