Skip to content

Commit

Permalink
feat: add support for version from bootstrap to spring context depend…
Browse files Browse the repository at this point in the history
…ency
  • Loading branch information
duruer committed Mar 25, 2024
1 parent d9c8c35 commit 6a1bfe0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
val vertxVersion: String by project
val gsonVersion: String by project
val springContextVersion: String by project
val handlebarsVersion: String by project
val log4jVersion = "2.21.1"
val appMainClass = "co.statu.parsek.Main"
Expand Down Expand Up @@ -53,7 +54,7 @@ dependencies {
implementation(group = "commons-codec", name = "commons-codec", version = "1.16.0")

// https://mvnrepository.com/artifact/org.springframework/spring-context
implementation("org.springframework:spring-context:5.3.33")
implementation("org.springframework:spring-context:$springContextVersion")

implementation("org.pf4j:pf4j:${pf4jVersion}")

Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ org.gradle.caching=true
pf4jVersion=3.10.0
vertxVersion=4.5.1
gsonVersion=2.10.1
handlebarsVersion=4.3.1
handlebarsVersion=4.3.1
springContextVersion=5.3.33

0 comments on commit 6a1bfe0

Please sign in to comment.