Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit e288f3f

Browse files
committed
Merge branch 'master' into 21-add-more-offlineplayerproperties
2 parents d1a7b83 + 2191775 commit e288f3f

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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"

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ netty-tcnative = "2.0.70.Final"
66
nbt = "6.1"
77
datafixerupper = "8.0.16"
88
byte-buddy = "1.15.10"
9-
exposed = "0.60.0"
9+
exposed = "0.61.0"
1010
maven-impl = "4.0.0-rc-2"
1111
maven-resolver = "2.0.5"
12-
jline = "3.26.3"
12+
jline = "3.29.0"
1313
brigadier = "1.3.10"
1414
terminalconsoleappender = "1.3.0"
1515
bson-kotlinx = "5.3.0"

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
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
}
44
rootProject.name = "surf-cloud"
55

0 commit comments

Comments
 (0)