Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paulchen committed Feb 4, 2024
1 parent fadc96d commit 3c7ef0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.owasp.dependencycheck.reporting.ReportGenerator
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

val log4jVersion = "2.22.1"
val ktorVersion = "2.3.7"
val ktorVersion = "2.3.8"
val reflectionsVersion = "0.10.2"
val commonsCodecVersion = "1.16.0"
val jacksonVersion = "2.16.1"
Expand All @@ -20,7 +20,7 @@ plugins {
`java-library`
`maven-publish`
id("com.github.ben-manes.versions") version "0.51.0"
id("app.cash.licensee") version "1.8.0"
id("app.cash.licensee") version "1.9.0"
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
id("signing")
id("org.owasp.dependencycheck") version "9.0.9"
Expand Down

0 comments on commit 3c7ef0b

Please sign in to comment.