From a1d78a0493f6acf48281a9df34331573d4e434f2 Mon Sep 17 00:00:00 2001 From: halo Date: Mon, 15 Dec 2025 20:07:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E6=AD=A3oracle=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/pom.xml b/template/pom.xml index e3f1218..ae0584b 100644 --- a/template/pom.xml +++ b/template/pom.xml @@ -281,9 +281,9 @@ {{- else if eq .dbType "oracle" }} - com.oracle + com.oracle.database.jdbc ojdbc8 - 12.2.0.1 + 21.9.0.0 {{- end }}