This repository was archived by the owner on Dec 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed
Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1+ # To get started with Dependabot version updates, you'll need to specify which
2+ # package ecosystems to update and where the package manifests are located.
3+ # Please see the documentation for all configuration options:
4+ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+ version : 2
7+ updates :
8+ - package-ecosystem : " gradle" # See documentation for possible values
9+ directory : " /" # Location of package manifests
10+ schedule :
11+ interval : " weekly"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies {
1111// val kotlinVersion = "2.1.0"
1212// val dokkaVersion = "2.0.0-Beta"
1313
14- implementation(" org.springframework.boot:org.springframework.boot.gradle.plugin:3.4.1 " )
14+ implementation(" org.springframework.boot:org.springframework.boot.gradle.plugin:3.4.4 " )
1515// implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
1616// implementation("org.jetbrains.kotlin:kotlin-allopen:$kotlinVersion")
1717// implementation("org.jetbrains.kotlin:kotlin-lombok:$kotlinVersion")
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ netty-tcnative = "2.0.70.Final"
66nbt = " 6.1"
77datafixerupper = " 8.0.16"
88byte-buddy = " 1.15.10"
9- exposed = " 0.60 .0"
9+ exposed = " 0.61 .0"
1010maven-impl = " 4.0.0-rc-2"
1111maven-resolver = " 2.0.5"
12- jline = " 3.26.3 "
12+ jline = " 3.29.0 "
1313brigadier = " 1.3.10"
1414terminalconsoleappender = " 1.3.0"
1515bson-kotlinx = " 5.3.0"
Original file line number Diff line number Diff line change 11plugins {
2- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.8 .0"
2+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.9 .0"
33}
44rootProject.name = " surf-cloud"
55
You can’t perform that action at this time.
0 commit comments