Skip to content

Commit

Permalink
feat: upgrade spring context to 5.3.33
Browse files Browse the repository at this point in the history
  • Loading branch information
duruer committed Mar 25, 2024
1 parent 865cbc6 commit d9c8c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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.31")
implementation("org.springframework:spring-context:5.3.33")

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

Expand Down

0 comments on commit d9c8c35

Please sign in to comment.