Skip to content

Commit 8b1ffe0

Browse files
chore: bump org.jetbrains.intellij.plugins:structure-toolbox
Bumps [org.jetbrains.intellij.plugins:structure-toolbox](https://github.com/JetBrains/intellij-plugin-verifier) from 3.327 to 3.328. - [Release notes](https://github.com/JetBrains/intellij-plugin-verifier/releases) - [Changelog](https://github.com/JetBrains/intellij-plugin-verifier/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/intellij-plugin-verifier/commits/intellij-structure-3.328) --- updated-dependencies: - dependency-name: org.jetbrains.intellij.plugins:structure-toolbox dependency-version: '3.328' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 625daad commit 8b1ffe0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ repositories {
99

1010
dependencies {
1111
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
12-
implementation("org.jetbrains.intellij.plugins:structure-toolbox:3.327")
12+
implementation("org.jetbrains.intellij.plugins:structure-toolbox:3.328")
1313
implementation("org.jetbrains.intellij:plugin-repository-rest-client:2.0.51")
1414
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ksp = "2.3.6"
1313
retrofit = "3.0.0"
1414
changelog = "2.5.0"
1515
gettext = "0.7.0"
16-
plugin-structure = "3.327"
16+
plugin-structure = "3.328"
1717
mockk = "1.14.9"
1818
detekt = "1.23.8"
1919
bouncycastle = "1.84"

0 commit comments

Comments
 (0)