Skip to content

Commit 9ebf7ea

Browse files
[release] 3.0.1 - Remove Tomcat Annotation Dependency (#494)
### Improvements - Removed the Tomcat annotations-api dependency since it contains vulnerability >Included In This Release >- d518078 Weihao Ding > - chore: change annotation library (#492)
1 parent d518078 commit 9ebf7ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ signAllPublications=true
88

99
GROUP=com.statsig
1010
POM_ARTIFACT_ID=serversdk
11-
VERSION_NAME=3.0.0
11+
VERSION_NAME=3.0.1
1212

1313
POM_NAME=Statsig Server SDK
1414
POM_DESCRIPTION=A feature gating and a/b testing library for statsig

src/main/kotlin/com/statsig/sdk/StatsigMetadata.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import com.google.gson.annotations.SerializedName
44
import java.util.Properties
55
import java.util.UUID
66

7-
private const val VERSION = "3.0.0"
7+
private const val VERSION = "3.0.1"
88

99
internal data class StatsigMetadata(
1010
@SerializedName("sdkType") var sdkType: String = "java-server",

0 commit comments

Comments
 (0)