Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                                               | from     | to       |
| ---------- | --------------------------------------------------------------------- | -------- | -------- |
| maven      | org.apache.logging.log4j:log4j-slf4j2-impl                            | 2.22.1   | 2.23.0   |
| maven      | org.apache.logging.log4j:log4j-core                                   | 2.22.1   | 2.23.0   |
| maven      | org.apache.logging.log4j:log4j-api                                    | 2.22.1   | 2.23.0   |
| maven      | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.5    | 0.7.6    |
| maven      | org.postgresql:postgresql                                             | 42.7.1   | 42.7.2   |
| maven      | org.jetbrains.exposed:exposed-jdbc                                    | 0.47.0   | 0.48.0   |
| maven      | org.jetbrains.exposed:exposed-dao                                     | 0.47.0   | 0.48.0   |
| maven      | org.jetbrains.exposed:exposed-core                                    | 0.47.0   | 0.48.0   |
| maven      | org.immutables:value-annotations                                      | 2.10.0   | 2.10.1   |
| maven      | org.immutables:builder                                                | 2.10.0   | 2.10.1   |
| maven      | org.immutables:value                                                  | 2.10.0   | 2.10.1   |
| maven      | org.http4k:http4k-format-jackson                                      | 5.13.7.0 | 5.13.9.0 |
| maven      | org.http4k:http4k-format-moshi                                        | 5.13.7.0 | 5.13.9.0 |
| maven      | org.http4k:http4k-core                                                | 5.13.7.0 | 5.13.9.0 |
| maven      | org.http4k:http4k-bom                                                 | 5.13.7.0 | 5.13.9.0 |
| maven      | com.github.spotbugs:com.github.spotbugs.gradle.plugin                 | 6.0.7    | 6.0.8    |
| maven      | com.github.spotbugs.snom:spotbugs-gradle-plugin                       | 6.0.7    | 6.0.8    |
  • Loading branch information
renovate[bot] authored Mar 1, 2024
1 parent 2d89f6e commit 9281f9d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@ hamcrest-date = "2.0.8"
java-vavr = "0.10.4"
kotlin-vavr = "0.10.2"
kotlin = "1.9.22"
spotbugs = "6.0.7"
spotbugs = "6.0.8"
reflection-util = "2.15.0"
guava = "33.0.0-jre"
apache-commons-lang3 = "3.14.0"
apache-commons-collections4 = "4.4"
http4k = "5.13.7.0"
http4k = "5.13.9.0"
moshix = "1.7.20-Beta-0.18.3"
immutables = "2.10.0"
exposed = "0.47.0"
postgresql = "42.7.1"
immutables = "2.10.1"
exposed = "0.48.0"
postgresql = "42.7.2"
mockito = "3.12.4" # Using old version to be compatible with PowerMock
spring = "6.1.4"

# Common dependencies
junit = "5.10.2"
kover = "0.7.5"
kover = "0.7.6"
kotest = "5.8.0"
assertj-core = "3.25.3"
detekt = "1.23.5"
spotless = "6.25.0"
apache-log4j = "2.22.1"
apache-log4j = "2.23.0"
testLogger = "4.0.0"
jetbrains-annotations = "24.1.0"

Expand Down

0 comments on commit 9281f9d

Please sign in to comment.