Skip to content
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
application
}

val springBootVersion = "4.0.6"
val springBootVersion = "4.1.0"
val bouncyCastleVersion: String by project

application {
Expand Down
2 changes: 1 addition & 1 deletion ans-sdk-spring-boot-starter/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val junitVersion: String by project
val assertjVersion: String by project

val springBootVersion = "4.0.6"
val springBootVersion = "4.1.0"

dependencies {
// ANS SDK modules
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
Expand Down
Loading