Skip to content

fix(deps): update dependency io.netty:netty-bom to v4.1.97.final #173

fix(deps): update dependency io.netty:netty-bom to v4.1.97.final

fix(deps): update dependency io.netty:netty-bom to v4.1.97.final #173

name: boot-data-couchbase
on:
push:
paths:
- "boot-data-couchbase/**"
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: "17"
distribution: "zulu"
cache: "maven"
- name: Build with Maven
run: mvn -B package --file boot-data-couchbase/pom.xml