Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).
Expand Down
Loading