Skip to content

Commit

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

val log4jVersion = "2.20.0"
val ktorVersion = "2.3.0"
val ktorVersion = "2.3.1"
val reflectionsVersion = "0.10.2"
val commonsCodecVersion = "1.15"
val jacksonVersion = "2.15.0"
val jacksonVersion = "2.15.2"

group = "at.rueckgr.kotlin.rocketbot"
version = "0.1.3-SNAPSHOT"

plugins {
kotlin("jvm") version "1.8.21"
kotlin("plugin.serialization") version "1.8.21"
kotlin("jvm") version "1.8.22"
kotlin("plugin.serialization") version "1.8.22"
`java-library`
`maven-publish`
id("com.github.ben-manes.versions") version "0.46.0"
id("app.cash.licensee") version "1.6.0"
id("app.cash.licensee") version "1.7.0"
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
id("signing")
id("org.owasp.dependencycheck") version "8.2.1"
Expand Down

0 comments on commit 2d917bf

Please sign in to comment.