Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

build(deps): bump org.xerial:sqlite-jdbc from 3.39.3.0 to 3.41.2.2 #247

build(deps): bump org.xerial:sqlite-jdbc from 3.39.3.0 to 3.41.2.2

build(deps): bump org.xerial:sqlite-jdbc from 3.39.3.0 to 3.41.2.2 #247

Workflow file for this run

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with Maven
run: mvn -B package --file pom.xml