Skip to content

Commit

Permalink
Update libs.versions.toml (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpgrailsdev authored Dec 20, 2024
1 parent d6de8bd commit d7e422a
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ jackson-datatype-jsr310 = "2.18.1"
jacoco = "0.8.12"
jedis = "5.2.0"
jedis-mock = "1.1.6"
junit = "5.11.3"
junit = "5.11.4"
kotlin = "2.1.0"
kotlin-logging = "7.0.0"
ktlint = "1.4.1"
micrometer-registry-new-relic = "0.10.0"
mockk = "1.13.13"
mockito-core = "5.14.2"
newrelic = "8.15.0"
node = "23.2.0"
node = "23.4.0"
okhttp3 = "4.12.0"
pmd = "7.7.0"
scribejava-core = "8.3.3"
Expand All @@ -33,10 +35,10 @@ jackson-datatype-jsr310 = { module = "com.fasterxml.jackson.datatype:jackson-dat
jedis = { module = "redis.clients:jedis", version.ref = "jedis" }
jedis-mock = { module = "com.github.fppt:jedis-mock", version.ref = "jedis-mock" }
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
kotlin-logging = { module = "io.github.oshai:kotlin-logging-jvm", version = "7.0.0" }
kotlin-logging = { module = "io.github.oshai:kotlin-logging-jvm", version.ref = "kotlin-logging" }
micrometer-registry-new-relic = { module = "com.newrelic.telemetry:micrometer-registry-new-relic", version.ref = "micrometer-registry-new-relic" }
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito-core" }
mockk = { module = "io.mockk:mockk", version = "1.13.13" }
mockk = { module = "io.mockk:mockk", version.ref = "mockk" }
newrelic-api = { module = "com.newrelic.agent.java:newrelic-api", version.ref = "newrelic" }
newrelic-agent = { module = "com.newrelic.agent.java:newrelic-agent", version.ref = "newrelic" }
okhttp3 = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp3" }
Expand All @@ -63,6 +65,6 @@ kotlin-plugin-spring = { id = "org.jetbrains.kotlin.plugin.spring", version.ref
node-gradle = { id = "com.github.node-gradle.node", version = "7.1.0" }
spotbugs-gradle = { id = "com.github.spotbugs", version = "6.0.25" }
spotless = { id = "com.diffplug.spotless", version = "7.0.0.BETA4" }
spring-boot = { id = "org.springframework.boot", version = "3.3.6" }
spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.6" }
versions-gradle = { id = "com.github.ben-manes.versions", version = "0.51.0" }
spring-boot = { id = "org.springframework.boot", version = "3.4.1" }
spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.7" }
versions-gradle = { id = "com.github.ben-manes.versions", version = "0.51.0" }

0 comments on commit d7e422a

Please sign in to comment.