Skip to content

fix(deps): update version.connector-core to v0.22.0 #147

fix(deps): update version.connector-core to v0.22.0

fix(deps): update version.connector-core to v0.22.0 #147

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Build Artifact
run: mvn --batch-mode clean verify