Skip to content

Commit

Permalink
build(deps): bump the gradle-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the gradle-dependencies group with 2 updates: [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) and [com.github.oshi:oshi-core](https://github.com/oshi/oshi).


Updates `org.jetbrains:annotations` from 26.0.1 to 26.0.2
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](JetBrains/java-annotations@26.0.1...26.0.2)

Updates `com.github.oshi:oshi-core` from 6.6.5 to 6.6.6
- [Release notes](https://github.com/oshi/oshi/releases)
- [Changelog](https://github.com/oshi/oshi/blob/master/CHANGELOG.md)
- [Commits](oshi/oshi@oshi-parent-6.6.5...oshi-parent-6.6.6)

---
updated-dependencies:
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.github.oshi:oshi-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and IWareQ committed Jan 27, 2025
1 parent 5a5fc51 commit 09aa44f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gson = { group = "com.google.code.gson", name = "gson", version = "2.11.0" }
snakeyaml = { group = "org.yaml", name = "snakeyaml", version = "2.3" }
# Util library
commonslang3 = { group = "org.apache.commons", name = "commons-lang3", version = "3.17.0" }
annotations = { group = "org.jetbrains", name = "annotations", version = "26.0.1" }
annotations = { group = "org.jetbrains", name = "annotations", version = "26.0.2" }
semver4j = { group = "org.semver4j", name = "semver4j", version = "5.6.0" }
# Concurrency
disruptor = { group = "com.lmax", name = "disruptor", version = "4.0.0" }
Expand Down Expand Up @@ -69,7 +69,7 @@ netty-kqueue = { group = "io.netty", name = "netty-transport-classes-kqueue", ve
# Configulation lib
okaeri-configs-yaml-snakeyaml = { group = "eu.okaeri", name = "okaeri-configs-yaml-snakeyaml", version = "5.0.5" }
# Native Operating System and Hardware Information
oshi = { group = "com.github.oshi", name = "oshi-core", version = "6.6.5" }
oshi = { group = "com.github.oshi", name = "oshi-core", version = "6.6.6" }
# GUI
flatlaf = { group = "com.formdev", name = "flatlaf", version = "3.5.4" }
formsrt = { group = "com.intellij", name = "forms_rt", version = "7.0.3" }
Expand Down

0 comments on commit 09aa44f

Please sign in to comment.