Skip to content

Commit 8b1a482

Browse files
juancgalvisDependencies Bot
authored andcommitted
fix(deps): update dependencies
1 parent 028030e commit 8b1a482

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

ide_extension/intellij/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
}
5151

5252
implementation("com.squareup.okhttp3:okhttp")
53-
implementation("org.jetbrains:annotations:26.0.1")
53+
implementation("org.jetbrains:annotations:26.0.2")
5454

5555
compileOnly("org.projectlombok:lombok:1.18.36")
5656
annotationProcessor("org.projectlombok:lombok:1.18.36")

ide_extension/intellij/gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ pluginVendorName=Bancolombia
99
pluginVersion=1.7.0
1010
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1111
pluginSinceBuild=243
12-
pluginUntilBuild=251.*
12+
pluginUntilBuild=243.*
1313
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1414
platformType=IC
15-
platformVersion=2024.3.1.1
15+
platformVersion=2024.3.2.2
1616
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1717
# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP
1818
platformPlugins=
1919
# Example: platformBundledPlugins = com.intellij.java
2020
platformBundledPlugins=
2121
# Gradle Releases -> https://github.com/gradle/gradle/releases
22-
gradleVersion=8.12
22+
gradleVersion=8.12.1
2323
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
2424
kotlin.stdlib.default.dependency=false
2525
# Enable Gradle Configuration Cache -> https://docs.gradle.org/current/userguide/configuration_cache.html

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

ide_extension/intellij/gradlew

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)