Skip to content

Commit

Permalink
Merge pull request #67 from leanix/release/v1.5.0
Browse files Browse the repository at this point in the history
Features:

 - Send heartbeat
 - Handle graceful shutdown

Patch:

- Updates springboot version to 3.1.0
- Updates Kotlin version to 1.8.21
  • Loading branch information
alfredo-mfaria committed Jun 22, 2023
2 parents 50f92f1 + cfbb996 commit 6d3daa6
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 @@ -12,7 +12,7 @@ plugins {
}

group = "net.leanix.vsm"
version = "v1.4.0"
version = "v1.5.0"
java.sourceCompatibility = JavaVersion.VERSION_17

repositories {
Expand Down

0 comments on commit 6d3daa6

Please sign in to comment.