Skip to content

Commit 9f349e2

Browse files
committed
Upgrade spring data commons to 2.0.4 and ebean to 11.10.6
1 parent 711ec27 commit 9f349e2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.data.build</groupId>
88
<artifactId>spring-data-parent</artifactId>
9-
<version>2.0.2.RELEASE</version>
9+
<version>2.0.4.RELEASE</version>
1010
</parent>
1111

1212
<groupId>io.github.hexagonframework.data</groupId>
@@ -47,8 +47,8 @@
4747
<properties>
4848
<bundlor.enabled>false</bundlor.enabled>
4949
<bundlor.failOnWarnings>false</bundlor.failOnWarnings>
50-
<springdata.commons>2.0.2.RELEASE</springdata.commons>
51-
<ebean.version>11.6.1</ebean.version>
50+
<springdata.commons>2.0.4.RELEASE</springdata.commons>
51+
<ebean.version>11.10.6</ebean.version>
5252
<ebean-spring-txn.version>10.1.1</ebean-spring-txn.version>
5353
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
5454
</properties>

0 commit comments

Comments
 (0)