Skip to content

Commit b18abe2

Browse files
committed
Bump the ebean-agent to 14.12.0, support for Lombok SuperBuilder
1 parent d68f372 commit b18abe2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
<ebean-migration.version>14.2.0</ebean-migration.version>
5454
<ebean-test-containers.version>7.7</ebean-test-containers.version>
5555
<ebean-datasource.version>9.5</ebean-datasource.version>
56-
<ebean-agent.version>14.11.0</ebean-agent.version>
57-
<ebean-maven-plugin.version>14.11.0</ebean-maven-plugin.version>
56+
<ebean-agent.version>14.12.0</ebean-agent.version>
57+
<ebean-maven-plugin.version>14.12.0</ebean-maven-plugin.version>
5858
<surefire.useModulePath>false</surefire.useModulePath>
5959
<maven-javadoc-plugin.version>3.10.1</maven-javadoc-plugin.version>
6060
</properties>

tests/test-kotlin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<maven.compiler.source>11</maven.compiler.source>
1616
<maven.compiler.target>11</maven.compiler.target>
1717

18-
<ebean-maven-plugin.version>15.9.0</ebean-maven-plugin.version>
18+
<ebean-maven-plugin.version>15.12.0</ebean-maven-plugin.version>
1919
<kotlin.version>1.9.22</kotlin.version>
2020
<jackson.version>2.16.1</jackson.version>
2121
</properties>
@@ -149,7 +149,7 @@
149149
<plugin>
150150
<groupId>io.ebean</groupId>
151151
<artifactId>ebean-maven-plugin</artifactId>
152-
<version>14.9.0</version>
152+
<version>14.12.0</version>
153153
<executions>
154154
<execution>
155155
<id>main</id>

0 commit comments

Comments
 (0)