Skip to content

Commit

Permalink
refactor: move local variable
Browse files Browse the repository at this point in the history
...with hopes to make it eligible for dependabot
  • Loading branch information
Attacktive committed May 24, 2024
1 parent 7be090d commit 43d5456
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 @@ -4,8 +4,6 @@ group = "com.github.attacktive"
version = "1.2.3"
java.sourceCompatibility = JavaVersion.VERSION_21

val exposedVersion = "0.50.1"

plugins {
val kotlinPluginVersion = "2.0.0"

Expand All @@ -27,6 +25,8 @@ repositories {
}

dependencies {
val exposedVersion = "0.50.1"

implementation("org.springframework.boot", "spring-boot-starter-web")
implementation("com.fasterxml.jackson.module", "jackson-module-kotlin")
implementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8")
Expand Down

0 comments on commit 43d5456

Please sign in to comment.