Skip to content

Commit a9126c5

Browse files
committed
Update to Quarkus 3.27 LTS + Jsonata-Java 0.9.9. #490
1 parent 3a8622f commit a9126c5

File tree

7 files changed

+30
-28
lines changed

7 files changed

+30
-28
lines changed

dashjoin-arangodb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
<dependency>
5858
<groupId>com.github.spotbugs</groupId>
5959
<artifactId>spotbugs-annotations</artifactId>
60-
<version>4.1.4</version>
60+
<version>4.9.3</version>
6161
</dependency>
6262

6363
<!-- https://mvnrepository.com/artifact/com.arangodb/arangodb-java-driver -->
6464
<dependency>
6565
<groupId>com.arangodb</groupId>
6666
<artifactId>arangodb-java-driver</artifactId>
67-
<version>6.14.0</version>
67+
<version>7.20.0</version>
6868
</dependency>
6969

7070
</dependencies>

dashjoin-core/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.dashjoin</groupId>
3232
<artifactId>jsonata</artifactId>
33-
<version>0.9.8</version>
33+
<version>0.9.9</version>
3434
</dependency>
3535

3636
<!-- dev dependencies -->
@@ -212,7 +212,7 @@
212212
<dependency>
213213
<groupId>com.github.spotbugs</groupId>
214214
<artifactId>spotbugs-annotations</artifactId>
215-
<version>4.1.4</version>
215+
<version>4.9.3</version>
216216
</dependency>
217217

218218
<!-- https://mvnrepository.com/artifact/org.eclipse.microprofile.jwt/microprofile-jwt-auth-api -->
@@ -232,7 +232,7 @@
232232
<dependency>
233233
<groupId>io.quarkiverse.jgit</groupId>
234234
<artifactId>quarkus-jgit</artifactId>
235-
<version>3.3.3</version>
235+
<version>3.6.0</version>
236236
<exclusions>
237237
<!-- required to make maven-enforcer happy. Seems to be an error in Quarkus BOM -->
238238
<exclusion>
@@ -280,7 +280,7 @@
280280
<plugin>
281281
<groupId>org.apache.maven.plugins</groupId>
282282
<artifactId>maven-jar-plugin</artifactId>
283-
<version>3.3.0</version>
283+
<version>3.4.2</version>
284284
<executions>
285285
<execution>
286286
<goals>

dashjoin-mongodb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
<dependency>
5858
<groupId>com.github.spotbugs</groupId>
5959
<artifactId>spotbugs-annotations</artifactId>
60-
<version>4.1.4</version>
60+
<version>4.9.3</version>
6161
</dependency>
6262

6363
<!-- https://mvnrepository.com/artifact/de.bwaldvogel/mongo-java-server -->
6464
<dependency>
6565
<groupId>de.bwaldvogel</groupId>
6666
<artifactId>mongo-java-server</artifactId>
67-
<version>1.43.0</version>
67+
<version>1.47.0</version>
6868
</dependency>
6969

7070
<dependency>

dashjoin-odata/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,13 @@
6868
<dependency>
6969
<groupId>org.mockito</groupId>
7070
<artifactId>mockito-all</artifactId>
71-
<version>1.10.19</version>
7271
<scope>test</scope>
7372
</dependency>
7473
<!-- https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations -->
7574
<dependency>
7675
<groupId>com.github.spotbugs</groupId>
7776
<artifactId>spotbugs-annotations</artifactId>
78-
<version>4.1.4</version>
77+
<version>4.9.3</version>
7978
</dependency>
8079

8180
</dependencies>

dashjoin/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
<dependency>
4747
<groupId>org.mockito</groupId>
4848
<artifactId>mockito-all</artifactId>
49-
<version>1.10.19</version>
5049
<scope>test</scope>
5150
</dependency>
5251

pom-ci.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<!-- option to skip the long running Angular build -->
2020
<skipAngular>false</skipAngular>
2121

22-
<compiler-plugin.version>3.13.0</compiler-plugin.version>
22+
<compiler-plugin.version>3.14.1</compiler-plugin.version>
2323
<maven.compiler.parameters>true</maven.compiler.parameters>
2424
<maven.compiler.release>21</maven.compiler.release>
2525
<maven.compiler.proc>full</maven.compiler.proc>
@@ -28,8 +28,8 @@
2828
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2929
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
3030
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
31-
<quarkus.platform.version>3.15.2</quarkus.platform.version>
32-
<surefire-plugin.version>3.1.2</surefire-plugin.version>
31+
<quarkus.platform.version>3.27.0</quarkus.platform.version>
32+
<surefire-plugin.version>3.5.4</surefire-plugin.version>
3333
</properties>
3434

3535
<packaging>pom</packaging>
@@ -53,7 +53,7 @@
5353
<plugin>
5454
<groupId>org.codehaus.mojo</groupId>
5555
<artifactId>flatten-maven-plugin</artifactId>
56-
<version>1.4.1</version>
56+
<version>1.7.3</version>
5757
<configuration>
5858
<updatePomFile>true</updatePomFile>
5959
<flattenMode>resolveCiFriendliesOnly</flattenMode>

pom.xml

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
<!-- Default for local builds (no revision property passed from the commandline) -->
1212
<revision>0.0.1-SNAPSHOT</revision>
1313

14-
<compiler-plugin.version>3.13.0</compiler-plugin.version>
14+
<compiler-plugin.version>3.14.1</compiler-plugin.version>
1515
<maven.compiler.parameters>true</maven.compiler.parameters>
16-
<maven.compiler.release>21</maven.compiler.release>
16+
<maven.compiler.release>25</maven.compiler.release>
1717
<maven.compiler.proc>full</maven.compiler.proc>
1818

1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2121
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
2222
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
23-
<quarkus.platform.version>3.15.2</quarkus.platform.version>
23+
<quarkus.platform.version>3.27.0</quarkus.platform.version>
2424

25-
<surefire-plugin.version>3.1.2</surefire-plugin.version>
25+
<surefire-plugin.version>3.5.4</surefire-plugin.version>
2626

2727
</properties>
2828

@@ -90,23 +90,27 @@
9090
</dependency>
9191
<dependency>
9292
<groupId>io.quarkus</groupId>
93-
<artifactId>quarkus-junit5</artifactId>
94-
<scope>test</scope>
93+
<artifactId>quarkus-cache</artifactId>
9594
</dependency>
9695

9796
<dependency>
98-
<groupId>io.rest-assured</groupId>
99-
<artifactId>rest-assured</artifactId>
97+
<groupId>io.quarkus</groupId>
98+
<artifactId>quarkus-junit5</artifactId>
10099
<scope>test</scope>
101100
</dependency>
102101

103102

104103
<dependency>
105-
<groupId>org.projectlombok</groupId>
106-
<artifactId>lombok</artifactId>
107-
<version>1.18.38</version>
108-
<scope>provided</scope>
104+
<groupId>io.rest-assured</groupId>
105+
<artifactId>rest-assured</artifactId>
106+
<scope>test</scope>
109107
</dependency>
108+
<dependency>
109+
<groupId>org.projectlombok</groupId>
110+
<artifactId>lombok</artifactId>
111+
<version>1.18.38</version>
112+
<scope>provided</scope>
113+
</dependency>
110114
<dependency>
111115
<groupId>org.junit.jupiter</groupId>
112116
<artifactId>junit-jupiter-engine</artifactId>
@@ -155,7 +159,7 @@
155159
<plugin>
156160
<groupId>org.apache.maven.plugins</groupId>
157161
<artifactId>maven-jar-plugin</artifactId>
158-
<version>3.3.0</version>
162+
<version>3.4.2</version>
159163
<configuration>
160164
<archive>
161165
<manifest>

0 commit comments

Comments
 (0)