Skip to content

Commit

Permalink
Bump the all group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` |
| org.sonarqube | `6.0.0.5145` | `6.0.1.5171` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.18.1` | `2.18.2` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.18.1` | `2.18.2` |
| com.fasterxml.jackson.datatype:jackson-datatype-jdk8 | `2.18.1` | `2.18.2` |
| [org.fxmisc.richtext:richtextfx](https://github.com/FXMisc/RichTextFX) | `0.11.3` | `0.11.4` |


Updates `org.jetbrains.kotlin.jvm` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21...v2.1.0)

Updates `org.sonarqube` from 6.0.0.5145 to 6.0.1.5171

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.1 to 2.18.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.18.1 to 2.18.2

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.18.1 to 2.18.2

Updates `org.fxmisc.richtext:richtextfx` from 0.11.3 to 0.11.4
- [Release notes](https://github.com/FXMisc/RichTextFX/releases)
- [Changelog](https://github.com/FXMisc/RichTextFX/blob/master/CHANGELOG.md)
- [Commits](FXMisc/RichTextFX@v0.11.3...v0.11.4)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.sonarqube
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.fxmisc.richtext:richtextfx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent c6203cb commit 4e5a66e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import org.sonarqube.gradle.SonarQubePlugin

plugins {
id("org.jetbrains.kotlin.jvm") version "2.0.21" apply (false)
id("org.jetbrains.kotlin.jvm") version "2.1.0" apply (false)
id("org.jetbrains.dokka") version "1.9.20" apply (false)
`maven-publish`
`java-library`
id("com.diffplug.spotless") version "6.25.0" apply false
id("org.sonarqube") version "6.0.0.5145"
id("org.sonarqube") version "6.0.1.5171"

id("com.github.ben-manes.versions") version "0.51.0"
}
Expand Down
2 changes: 1 addition & 1 deletion ide/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation("org.key-project:key.core:2.12.3")
implementation("org.key-project:key.util:2.12.3")
implementation("com.miglayout:miglayout-javafx:11.4.2")
implementation("org.fxmisc.richtext:richtextfx:0.11.3")
implementation("org.fxmisc.richtext:richtextfx:0.11.4")
implementation("org.kordamp.ikonli:ikonli-antdesignicons-pack:12.3.1")
implementation("org.kordamp.ikonli:ikonli-fontawesome5-pack:12.3.1")
implementation("org.kordamp.ikonli:ikonli-javafx:12.3.1")
Expand Down
6 changes: 3 additions & 3 deletions interactionlog/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ dependencies {
plugin("com.atlassian.commonmark:commonmark:0.17.0")
plugin("com.atlassian.commonmark:commonmark-ext-gfm-tables:0.17.0")
plugin("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
plugin("com.fasterxml.jackson.core:jackson-databind:2.18.1")
plugin("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.1")
plugin("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.1")
plugin("com.fasterxml.jackson.core:jackson-databind:2.18.2")
plugin("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2")
plugin("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.2")
plugin("org.ocpsoft.prettytime:prettytime:5.0.9.Final")
}

0 comments on commit 4e5a66e

Please sign in to comment.