Skip to content

Commit

Permalink
Merge branch 'master' into feat/light-system
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Oct 28, 2024
2 parents e250a8d + 947710d commit d270a81
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 @@ -47,7 +47,7 @@ disruptor = { group = "com.lmax", name = "disruptor", version = "4.0.0" }
# IO
commonsio = { group = "commons-io", name = "commons-io", version = "2.17.0" }
# bytecode
bytebuddy = { group = "net.bytebuddy", name = "byte-buddy", version = "1.15.5" }
bytebuddy = { group = "net.bytebuddy", name = "byte-buddy", version = "1.15.7" }
# Cache
caffeine = { group = "com.github.ben-manes.caffeine", name = "caffeine", version = "3.1.8" }
# K-V DataBase
Expand Down Expand Up @@ -78,7 +78,7 @@ oshi = { group = "com.github.oshi", name = "oshi-core", version = "6.6.5" }
flatlaf = { group = "com.formdev", name = "flatlaf", version = "3.5.2" }
formsrt = { group = "com.intellij", name = "forms_rt", version = "7.0.3" }
# JUnit
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.11.2" }
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.11.3" }
mockito-junit-jupiter = { group = "org.mockito", name = "mockito-junit-jupiter", version = "5.14.2" }
# Lombok
lombok = { group = "org.projectlombok", name = "lombok", version = "1.18.34" }
Expand Down

0 comments on commit d270a81

Please sign in to comment.