Skip to content

Commit

Permalink
Update dependencies (#1663)
Browse files Browse the repository at this point in the history
* Update dependencies

* Revert checker to 3.34.0

* Update gradle-intellij-plugin

---------

Co-authored-by: Pawel Lipski <[email protected]>
  • Loading branch information
git-machete-bot and PawelLipski authored Jun 2, 2023
1 parent 298a7b8 commit db09b0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ junit-api = "org.junit.jupiter:junit-jupiter-api:5.9.3"
# Plugin packages
# This way of applying the plugins was needed for the build-related code in buildSrc/src/main/,
# see https://docs.gradle.org/current/samples/sample_convention_plugins.html#things_to_note.
pluginPackages-checkerFramework = "org.checkerframework:checkerframework-gradle-plugin:0.6.27"
pluginPackages-checkerFramework = "org.checkerframework:checkerframework-gradle-plugin:0.6.28"
pluginPackages-grgit = "org.ajoberstar.grgit:grgit-gradle:5.2.0"
pluginPackages-jetbrains-changelog = "org.jetbrains.intellij.plugins:gradle-changelog-plugin:2.0.0"
pluginPackages-jetbrains-intellij = "org.jetbrains.intellij.plugins:gradle-intellij-plugin:1.13.3"
pluginPackages-jetbrains-intellij = "org.jetbrains.intellij.plugins:gradle-intellij-plugin:1.14.0"
# @pin because as per https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#kotlin-standard-library:
# "If a plugin supports multiple platform versions, it must (...) target the lowest bundled stdlib version"
# which is different in our case (as this is the Kotlin version bundled into IntelliJ 2022.1).
Expand Down

0 comments on commit db09b0a

Please sign in to comment.