Skip to content

Commit

Permalink
tests only: Update versions in test / test-kotlin maven plugin and apt
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Oct 31, 2024
1 parent 85a575e commit 7035b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>

<ebean-maven-plugin.version>15.6.0</ebean-maven-plugin.version>
<ebean-maven-plugin.version>15.8.0</ebean-maven-plugin.version>
<kotlin.version>1.9.22</kotlin.version>
<jackson.version>2.16.1</jackson.version>
</properties>
Expand Down Expand Up @@ -92,7 +92,7 @@
<groupId>io.ebean</groupId>
<artifactId>kotlin-querybean-generator</artifactId>
<!-- <artifactId>querybean-generator</artifactId>-->
<version>14.6.0</version>
<version>14.8.0</version>
</annotationProcessorPath>
</annotationProcessorPaths>
</configuration>
Expand Down

0 comments on commit 7035b4c

Please sign in to comment.