Skip to content

Commit 85be327

Browse files
committed
update dependencies
1 parent a3fb2fe commit 85be327

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tasks {
22
wrapper {
3-
gradleVersion = "8.6"
3+
gradleVersion = "8.7"
44
distributionType = Wrapper.DistributionType.BIN
55
}
66
}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[versions]
22
#libs
33
barcode = "2.6.1"
4-
openapi-ui = "2.3.0"
4+
openapi-ui = "2.5.0"
55

66
#plugins
77
kotlin= "1.9.22"
8-
springBootVersion="3.2.2"
8+
springBootVersion="3.2.4"
99
springDepManagementVersion = "1.1.4"
1010

1111
[libraries]

gradle/wrapper/gradle-wrapper.jar

-9 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)