We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6863d3e commit 22e8952Copy full SHA for 22e8952
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>com.github.hrytsenko</groupId>
7
<artifactId>json-data-spring-boot</artifactId>
8
- <version>0.3.0</version>
+ <version>1.0.0</version>
9
10
<url>https://github.com/hrytsenko/json-data-spring-boot</url>
11
<inceptionYear>2020</inceptionYear>
@@ -46,9 +46,9 @@
46
<maven.compiler.source>1.8</maven.compiler.source>
47
<maven.compiler.target>1.8</maven.compiler.target>
48
49
- <spring.version>2.4.13</spring.version>
+ <spring.version>2.7.11</spring.version>
50
51
- <json-data.version>0.2.1</json-data.version>
+ <json-data.version>1.0.0</json-data.version>
52
53
<lombock.version>1.18.24</lombock.version>
54
<junit.version>5.8.2</junit.version>
0 commit comments