Skip to content

Commit

Permalink
build(deps): bump dependencies:
Browse files Browse the repository at this point in the history
- gradle-intellij-plugin to 1.17.1
- dependency-guard to 0.5.0

Signed-off-by: Artyom Shendrik <[email protected]>
  • Loading branch information
amal committed Feb 5, 2024
1 parent aa42669 commit f2fd76b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions dependencies/classpath.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions fluxo-kmp-conf/dependencies/compileClasspath.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions fluxo-kmp-conf/dependencies/runtimeClasspath.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f2fd76b

Please sign in to comment.