Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump org.jetbrains.intellij from 1.13.1 to 1.17.4 in /utbot-intellij
Bumps org.jetbrains.intellij from 1.13.1 to 1.17.4.

---
updated-dependencies:
- dependency-name: org.jetbrains.intellij
  dependency-version: 1.17.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2025
commit 0e10c1020a9fd3f106e63f3bba23759339fb57c2
2 changes: 1 addition & 1 deletion utbot-intellij/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ project.tasks.asMap["runIde"]?.enabled = false
// === IDE settings ===

plugins {
id("org.jetbrains.intellij") version "1.13.1"
id("org.jetbrains.intellij") version "1.17.4"
}

intellij {
Expand Down
Loading