mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-19 21:50:45 +00:00
Test commit - sync between machines
This commit is contained in:
@ -36,7 +36,7 @@
|
||||
|
||||
<!-- When updating to javalin 6.3.0, we received classNotFound errors - which this fixed. -->
|
||||
<kotlin.version>1.9.10</kotlin.version>
|
||||
<javalin.version>6.3.0</javalin.version>
|
||||
<javalin.version>6.6.0</javalin.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@ -117,6 +117,12 @@
|
||||
<artifactId>assertj-core</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.kingsrook.qqq</groupId>
|
||||
<artifactId>qqq-middleware-api</artifactId>
|
||||
<version>0.26.0-integration-20250615-161253</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
Reference in New Issue
Block a user