Skip to content

Commit 50772b3

Browse files
committed
⬆️ Upgrade dependencies
1 parent 9d94fa1 commit 50772b3

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ dependencies {
5353
// Plugin Dependencies. Uses `platformPlugins` property from the gradle.properties file for plugin from JetBrains Marketplace.
5454
plugins(providers.gradleProperty("platformPlugins").map { it.split(',') })
5555

56-
instrumentationTools()
57-
pluginVerifier()
58-
zipSigner()
5956
testFramework(TestFrameworkType.Platform)
6057
}
6158
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ platformPlugins =
2121
platformBundledPlugins = org.jetbrains.plugins.go
2222

2323
# Gradle Releases -> https://github.com/gradle/gradle/releases
24-
gradleVersion = 8.10.2
24+
gradleVersion = 8.11.1
2525

2626
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
2727
kotlin.stdlib.default.dependency = false

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[versions]
22
# libraries
3-
junit = "5.11.0"
4-
lombok = "1.18.34"
5-
guava = "33.3.1-jre"
6-
druid = "1.2.23"
3+
junit = "5.11.4"
4+
lombok = "1.18.36"
5+
guava = "33.4.0-jre"
6+
druid = "1.2.24"
77
jsqlparser = "5.0"
88
evoInflector = "1.3"
9-
annotations = "24.1.0"
9+
annotations = "26.0.1"
1010

1111
# plugins
1212
changelog = "2.2.1"
13-
intelliJPlatform = "2.1.0"
13+
intelliJPlatform = "2.2.1"
1414
kotlin = "1.9.25"
1515
kover = "0.8.3"
1616
qodana = "2024.2.3"

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.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)