diff --git a/ihub-dependencies/build.gradle b/ihub-dependencies/build.gradle index 66103eb4..49bc3df7 100644 --- a/ihub-dependencies/build.gradle +++ b/ihub-dependencies/build.gradle @@ -34,7 +34,7 @@ dependencies { // 配置组件版本 constraints { api rootProject - api 'com.alibaba.fastjson2:fastjson2:2.0.29', + api 'com.alibaba.fastjson2:fastjson2:2.0.30', 'com.alibaba.p3c:p3c-pmd:2.1.1', "com.baomidou:mybatis-plus:${libs.versions.mybatis.plus.get()}", "com.baomidou:mybatis-plus-annotation:${libs.versions.mybatis.plus.get()}", diff --git a/settings.gradle b/settings.gradle index 3dc67ed6..0b0609d2 100644 --- a/settings.gradle +++ b/settings.gradle @@ -13,19 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -pluginManagement { - repositories { - gradlePluginPortal() - mavenCentral() - maven { - name 'Snapshot Repo' - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' - } - } -} - plugins { - id 'pub.ihub.plugin.ihub-settings' version '1.3.2-m2' + id 'pub.ihub.plugin.ihub-settings' version '1.3.2-m3' } dependencyResolutionManagement {