Skip to content

Bump okhttp.version from 3.14.9 to 5.3.2 #706

Bump okhttp.version from 3.14.9 to 5.3.2

Bump okhttp.version from 3.14.9 to 5.3.2 #706

Workflow file for this run

name: javadoc
on:
pull_request:
push:
branches:
- master
jobs:
test:
name: Javadoc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
distribution: 'adopt'
java-version: 11
- name: Build javadoc
run: mvn compile javadoc:javadoc