Skip to content

Bump org.springframework:spring-web from 6.1.13 to 6.1.14 (#7208) #1766

Bump org.springframework:spring-web from 6.1.13 to 6.1.14 (#7208)

Bump org.springframework:spring-web from 6.1.13 to 6.1.14 (#7208) #1766

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Build with Gradle
run: ./gradlew build