Merge branch 'master' into wip/EntityBeanIntercept-interface

This commit is contained in:
Rob Bygrave
2022-04-12 21:09:58 +12:00
committed by GitHub
140 changed files with 1072 additions and 1581 deletions
+3 -3
View File
@@ -20,7 +20,7 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean</artifactId>
<version>13.0.1-SNAPSHOT</version>
<version>13.3.0-SNAPSHOT</version>
</dependency>
<dependency>
@@ -32,7 +32,7 @@
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-test</artifactId>
<version>13.0.1-SNAPSHOT</version>
<version>13.3.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
@@ -58,7 +58,7 @@
<path>
<groupId>io.ebean</groupId>
<artifactId>querybean-generator</artifactId>
<version>13.0.1-SNAPSHOT</version>
<version>13.3.0-SNAPSHOT</version>
</path>
</annotationProcessorPaths>
</configuration>