diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index f122479..1695512 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [ubuntu-latestt]
+ os: [ubuntu-latest]
java: [11, 17, 21, 22-ea]
distribution: ['temurin']
fail-fast: false
diff --git a/LICENSE b/LICENSE
index 57bc88a..7e835b2 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
Apache License
Version 2.0, January 2004
- http://www.apache.org/licenses/
+ https://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
@@ -192,7 +192,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/pom.xml b/pom.xml
index 3225164..9d828d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
+
org.mybatis
mybatis
@@ -80,9 +78,7 @@
provided
-
+
net.spy
spymemcached
@@ -90,9 +86,7 @@
compile
-
+
org.junit.jupiter
junit-jupiter-engine
diff --git a/renovate.json b/renovate.json
index 39a2b6e..5db72dd 100644
--- a/renovate.json
+++ b/renovate.json
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
- "config:base"
+ "config:recommended"
]
}
diff --git a/src/site/site.xml b/src/site/site.xml
index b67ec36..ddaba42 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -1,7 +1,7 @@