Skip to content

Commit f090c51

Browse files
committed
fix(deps): update trustify-da-api-model to released version 2.0.8
Replace SNAPSHOT version with the published release now that v2.0.8 has been released to Maven Central. Implements TC-4693 Assisted-by: Claude Code
1 parent 31a6462 commit f090c51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1919
<maven.compiler.release>21</maven.compiler.release>
2020
<!-- Dependencies -->
21-
<trustify-da-api-model.version>2.0.8-SNAPSHOT</trustify-da-api-model.version>
21+
<trustify-da-api-model.version>2.0.8</trustify-da-api-model.version>
2222
<jackson.version>2.21.3</jackson.version>
2323
<jackson-annotations.version>2.21</jackson-annotations.version>
2424
<jakarta.annotation-api.version>3.0.0</jakarta.annotation-api.version>

0 commit comments

Comments
 (0)