diff --git a/core/build.gradle.kts b/core/build.gradle.kts index c66b121..2731662 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -87,7 +87,7 @@ dependencies { // generic "AOP" abstraction). Same artifact contents, new ID. api("org.springframework.boot:spring-boot-starter-aspectj") api("org.springframework.data:spring-data-commons") - api("com.github.pagehelper:pagehelper-spring-boot-starter:4.1.0") + api("com.github.pagehelper:pagehelper-spring-boot-starter:4.1.1") // MyBatis Spring Boot Starter is exposed as api because PageHelper // requires MyBatis at runtime. PageHelper 4.0.0 brings @@ -97,7 +97,7 @@ dependencies { // transitive that some other dep brings in. Override with // `exclude(group = "org.mybatis.spring.boot")` + a direct declaration // if you need a different MyBatis line for some reason. - api("org.mybatis.spring.boot:mybatis-spring-boot-starter:4.0.1") + api("org.mybatis.spring.boot:mybatis-spring-boot-starter:4.1.0") // Silences "cannot find javax.annotation.Nonnull" cosmetic warnings emitted when // resolving Spring's @Nullable. Not exposed to consumers (compileOnly).