Skip to content

Bump net.bytebuddy:byte-buddy from 1.15.5 to 1.15.7 #602

Bump net.bytebuddy:byte-buddy from 1.15.5 to 1.15.7

Bump net.bytebuddy:byte-buddy from 1.15.5 to 1.15.7 #602

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
push:
branches:
- master
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 2
strategy:
matrix:
java: [ '8', '11', '17', '21', '22' ]
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 #v4.2.1
- name: Set up JDK
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 #v4.4.0
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
- name: Build
run: ./mvnw --no-transfer-progress -B clean verify -Pfull,all --file pom.xml