Skip to content

chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.4.0 to 4.0.3 in /client-jdk11-httpclient #24

chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.4.0 to 4.0.3 in /client-jdk11-httpclient

chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.4.0 to 4.0.3 in /client-jdk11-httpclient #24

name: spring-reactive-client-jdk11-httpclient
on:
push:
paths:
- "client-jdk11-httpclient/**"
branches: [ master ]
pull_request:
paths:
- "client-jdk11-httpclient/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: |
cd client-jdk11-httpclient
mvn -B package --file pom.xml