Skip to content

Commit efc3bfd

Browse files
authored
Merge pull request #27 from contentstack/fix/VersionBump
version bump
2 parents 412031d + adfb5cb commit efc3bfd

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2012 - 2024 Contentstack
3+
Copyright (c) 2012 - 2025 Contentstack
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
A brief description of what changes project contains
44

5+
#### v1.0.3
6+
7+
- Fixed snyk issues
8+
59
#### v1.0.2
610

711
- Fixed the SRE issues

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.contentstack.sdk</groupId>
77
<artifactId>marketplace</artifactId>
8-
<version>1.0.2</version>
8+
<version>1.0.3</version>
99
<description>Contentstack Java Management SDK for Content Management API</description>
1010
<url>https://github.com/contentstack/contentstack-management-java/</url>
1111

@@ -23,10 +23,10 @@
2323
<converter-gson-version>2.11.0</converter-gson-version>
2424
<logging.version>4.10.0</logging.version>
2525
<jococo-plugin.version>0.8.7</jococo-plugin.version>
26-
<lombok-source.version>1.18.32</lombok-source.version>
27-
<junit-jupiter.version>5.10.0</junit-jupiter.version>
26+
<lombok-source.version>1.18.36</lombok-source.version>
27+
<junit-jupiter.version>5.11.4</junit-jupiter.version>
2828
<junit-jupiter-engine.version>5.8.0-M1</junit-jupiter-engine.version>
29-
<junit-vintage-engine.version>5.10.0</junit-vintage-engine.version>
29+
<junit-vintage-engine.version>5.11.4</junit-vintage-engine.version>
3030
<gson.version>2.10.1</gson.version>
3131
<maven-site-plugin.version>4.0.0-M9</maven-site-plugin.version>
3232
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
@@ -117,7 +117,7 @@
117117
<dependency>
118118
<groupId>org.jetbrains</groupId>
119119
<artifactId>annotations</artifactId>
120-
<version>24.1.0</version>
120+
<version>25.0.0</version>
121121
<scope>provided</scope>
122122
</dependency>
123123
<dependency>

0 commit comments

Comments
 (0)