From 37f90e8511268de887558d0e9e479c25c5cb537c Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Mon, 4 Mar 2024 12:31:53 +0800 Subject: [PATCH] feat: upgrade postgresql and mysql-connector-j dependencies --- .github/workflows/maven-ci.yml | 4 ++-- pom.xml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/maven-ci.yml b/.github/workflows/maven-ci.yml index bfba7ab..1f25567 100644 --- a/.github/workflows/maven-ci.yml +++ b/.github/workflows/maven-ci.yml @@ -71,9 +71,9 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v2 with: - node-version: 18 + node-version: 20 - - name: Sematic Release + - name: Semantic Release run: | npm install -g @conveyal/maven-semantic-release semantic-release semantic-release --prepare @conveyal/maven-semantic-release --publish @semantic-release/github,@conveyal/maven-semantic-release --verify-conditions @semantic-release/github,@conveyal/maven-semantic-release --verify-release @conveyal/maven-semantic-release diff --git a/pom.xml b/pom.xml index 265d312..9aa5757 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.casbin jdbc-adapter - 2.0.2 + 2.6.0 JDBC Adapter for JCasbin Load policy from JDBC supported database or save policy to it @@ -200,9 +200,9 @@ LATEST - mysql - mysql-connector-java - 8.0.28 + com.mysql + mysql-connector-j + 8.3.0 test @@ -215,7 +215,7 @@ org.postgresql postgresql - 42.3.3 + 42.7.2