From f2fd76bd0e47386d89c704a2e79d40effb0d090f Mon Sep 17 00:00:00 2001 From: Artyom Shendrik Date: Mon, 5 Feb 2024 19:31:41 +0000 Subject: [PATCH] build(deps): bump dependencies: - gradle-intellij-plugin to 1.17.1 - dependency-guard to 0.5.0 Signed-off-by: Artyom Shendrik --- CHANGELOG.md | 4 ++++ dependencies/classpath.txt | 4 ++-- fluxo-kmp-conf/dependencies/compileClasspath.txt | 6 +++--- fluxo-kmp-conf/dependencies/runtimeClasspath.txt | 4 ++-- gradle/libs.versions.toml | 4 ++-- 5 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9685be8..e0318e6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ - don't mark the project as in IDE sync mode when no tasks where called and no composite build detected. - improve and document composite builds detection. +### Changed +- bump gradle-intellij-plugin to 1.17.1. +- bump dependency-guard to 0.5.0. + ## [0.7.0-alpha1] - 2024-02-02 diff --git a/dependencies/classpath.txt b/dependencies/classpath.txt index 474b4ffe..ebf2d9cb 100644 --- a/dependencies/classpath.txt +++ b/dependencies/classpath.txt @@ -5,8 +5,8 @@ com.diffplug.durian:durian-swt.os:4.2.2 com.diffplug.spotless:spotless-lib-extra:2.45.0 com.diffplug.spotless:spotless-lib:2.45.0 com.diffplug.spotless:spotless-plugin-gradle:6.25.0 -com.dropbox.dependency-guard:com.dropbox.dependency-guard.gradle.plugin:0.4.3 -com.dropbox.dependency-guard:dependency-guard:0.4.3 +com.dropbox.dependency-guard:com.dropbox.dependency-guard.gradle.plugin:0.5.0 +com.dropbox.dependency-guard:dependency-guard:0.5.0 com.fasterxml.jackson.core:jackson-annotations:2.12.7 com.fasterxml.jackson.core:jackson-core:2.12.7 com.fasterxml.jackson.core:jackson-databind:2.12.7.1 diff --git a/fluxo-kmp-conf/dependencies/compileClasspath.txt b/fluxo-kmp-conf/dependencies/compileClasspath.txt index b811a6b1..4dfe5783 100644 --- a/fluxo-kmp-conf/dependencies/compileClasspath.txt +++ b/fluxo-kmp-conf/dependencies/compileClasspath.txt @@ -14,8 +14,8 @@ com.diffplug.spotless:spotless-lib:2.45.0 com.diffplug.spotless:spotless-plugin-gradle:6.25.0 com.dorongold.plugins:task-tree:2.1.1 com.dorongold.task-tree:com.dorongold.task-tree.gradle.plugin:2.1.1 -com.dropbox.dependency-guard:com.dropbox.dependency-guard.gradle.plugin:0.4.3 -com.dropbox.dependency-guard:dependency-guard:0.4.3 +com.dropbox.dependency-guard:com.dropbox.dependency-guard.gradle.plugin:0.5.0 +com.dropbox.dependency-guard:dependency-guard:0.5.0 com.github.ben-manes.versions:com.github.ben-manes.versions.gradle.plugin:0.51.0 com.github.ben-manes:gradle-versions-plugin:0.51.0 com.github.gmazzo.buildconfig:com.github.gmazzo.buildconfig.gradle.plugin:5.3.5 @@ -68,7 +68,7 @@ org.jetbrains.compose:compose-gradle-plugin:1.5.12 org.jetbrains.dokka:dokka-core:1.9.10 org.jetbrains.dokka:dokka-gradle-plugin:1.9.10 org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin:1.9.10 -org.jetbrains.intellij.plugins:gradle-intellij-plugin:1.17.0 +org.jetbrains.intellij.plugins:gradle-intellij-plugin:1.17.1 org.jetbrains.kotlin.plugin.sam.with.receiver:org.jetbrains.kotlin.plugin.sam.with.receiver.gradle.plugin:1.9.22 org.jetbrains.kotlin:kotlin-compiler-embeddable:1.9.22 org.jetbrains.kotlin:kotlin-gradle-plugin-annotations:1.9.22 diff --git a/fluxo-kmp-conf/dependencies/runtimeClasspath.txt b/fluxo-kmp-conf/dependencies/runtimeClasspath.txt index 59ecf195..526b4506 100644 --- a/fluxo-kmp-conf/dependencies/runtimeClasspath.txt +++ b/fluxo-kmp-conf/dependencies/runtimeClasspath.txt @@ -5,8 +5,8 @@ com.diffplug.durian:durian-swt.os:4.2.2 com.diffplug.spotless:spotless-lib-extra:2.45.0 com.diffplug.spotless:spotless-lib:2.45.0 com.diffplug.spotless:spotless-plugin-gradle:6.25.0 -com.dropbox.dependency-guard:com.dropbox.dependency-guard.gradle.plugin:0.4.3 -com.dropbox.dependency-guard:dependency-guard:0.4.3 +com.dropbox.dependency-guard:com.dropbox.dependency-guard.gradle.plugin:0.5.0 +com.dropbox.dependency-guard:dependency-guard:0.5.0 com.github.ben-manes.versions:com.github.ben-manes.versions.gradle.plugin:0.51.0 com.github.ben-manes:gradle-versions-plugin:0.51.0 com.googlecode.concurrent-trees:concurrent-trees:2.6.1 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4dc01118..952d39a1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -119,7 +119,7 @@ spotless = "6.25.0" # Gradle plugin for building plugins for IntelliJ-based IDEs # https://plugins.gradle.org/plugin/org.jetbrains.intellij # https://github.com/JetBrains/gradle-intellij-plugin/releases -gradle-intellij-plugin = "1.17.0" +gradle-intellij-plugin = "1.17.1" # Gradle plugin for ProGuard, shrinker, optimizer, obfuscator, and preverifier for the JVM bytecode. @@ -256,7 +256,7 @@ deps-analysis = { id = "com.autonomousapps.dependency-analysis", version = "1.29 # Plugin that guards against unintentional dependency changes # https://github.com/dropbox/dependency-guard/blob/main/CHANGELOG.md#change-log # https://mvnrepository.com/artifact/com.dropbox.dependency-guard/dependency-guard -deps-guard = { id = "com.dropbox.dependency-guard", version = "0.4.3" } +deps-guard = { id = "com.dropbox.dependency-guard", version = "0.5.0" } # `taskTree` task that prints the current task graph # https://github.com/dorongold/gradle-task-tree/blob/master/CHANGELOG.md#changelog