Skip to content

build(deps): Bump com.squareup.okhttp3:okhttp from 4.11.0 to 5.3.2 #1106

build(deps): Bump com.squareup.okhttp3:okhttp from 4.11.0 to 5.3.2

build(deps): Bump com.squareup.okhttp3:okhttp from 4.11.0 to 5.3.2 #1106

Workflow file for this run

name: CI
permissions: read-all
on:
push:
branches:
- master
pull_request:
jobs:
tests-with-coverage:
name: Tests with coverage
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
with:
distribution: 'temurin'
java-version: '17'
- name: Build
run: mvn -Pjacoco clean verify --batch-mode --show-version
- name: Upload coverage to Codecov
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
with:
file: ./target/site/jacoco/jacoco.xml