Skip to content

Commit 7a81877

Browse files
Merge pull request #570 from avaje/dependabot/maven/master/dependencies-58c11bbad3
Bump the dependencies group with 8 updates
2 parents 9797d6c + f4ed525 commit 7a81877

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

htmx-nima-jstache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>io.avaje</groupId>
4848
<artifactId>avaje-spi-service</artifactId>
49-
<version>2.9</version>
49+
<version>2.10</version>
5050
<scope>provided</scope>
5151
<optional>true</optional>
5252
</dependency>

http-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<plugin>
9898
<groupId>org.apache.maven.plugins</groupId>
9999
<artifactId>maven-compiler-plugin</artifactId>
100-
<version>3.13.0</version>
100+
<version>3.14.0</version>
101101
<executions>
102102
<execution>
103103
<id>default-testCompile</id>

http-inject-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>io.avaje</groupId>
3535
<artifactId>avaje-spi-service</artifactId>
36-
<version>2.9</version>
36+
<version>2.10</version>
3737
<scope>provided</scope>
3838
<optional>true</optional>
3939
</dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<swagger.version>2.2.28</swagger.version>
2323
<jackson.version>2.14.2</jackson.version>
2424
<jex.version>3.0-RC10</jex.version>
25-
<avaje.prisms.version>1.38</avaje.prisms.version>
25+
<avaje.prisms.version>1.39</avaje.prisms.version>
2626
<project.build.outputTimestamp>2025-02-21T09:57:12Z</project.build.outputTimestamp>
2727
<module-info.shade>${project.build.directory}${file.separator}module-info.shade</module-info.shade>
2828
</properties>

tests/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<properties>
1414
<maven.deploy.skip>true</maven.deploy.skip>
15-
<junit.version>5.11.4</junit.version>
15+
<junit.version>5.12.0</junit.version>
1616
<assertj.version>3.27.3</assertj.version>
1717
<jackson.version>2.18.2</jackson.version>
1818
<jex.version>3.0-RC20</jex.version>
@@ -48,19 +48,19 @@
4848
<dependency>
4949
<groupId>io.avaje</groupId>
5050
<artifactId>avaje-validator</artifactId>
51-
<version>2.7</version>
51+
<version>2.8</version>
5252
</dependency>
5353

5454
<dependency>
5555
<groupId>io.avaje</groupId>
5656
<artifactId>avaje-validator-constraints</artifactId>
57-
<version>2.7</version>
57+
<version>2.8</version>
5858
</dependency>
5959

6060
<dependency>
6161
<groupId>io.avaje</groupId>
6262
<artifactId>avaje-validator-generator</artifactId>
63-
<version>2.7</version>
63+
<version>2.8</version>
6464
</dependency>
6565

6666
</dependencies>

tests/test-client-generation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<plugin>
117117
<groupId>org.apache.maven.plugins</groupId>
118118
<artifactId>maven-compiler-plugin</artifactId>
119-
<version>3.13.0</version>
119+
<version>3.14.0</version>
120120
<configuration>
121121
<annotationProcessorPaths>
122122
<path>

tests/test-javalin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>io.avaje</groupId>
5959
<artifactId>avaje-validator</artifactId>
60-
<version>2.7</version>
60+
<version>2.8</version>
6161
</dependency>
6262

6363
<dependency>

tests/test-nima-htmx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<plugin>
7272
<groupId>org.apache.maven.plugins</groupId>
7373
<artifactId>maven-compiler-plugin</artifactId>
74-
<version>3.13.0</version>
74+
<version>3.14.0</version>
7575
<configuration>
7676
<release>21</release>
7777
<annotationProcessorPaths>

tests/test-nima-jsonb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<path>
9797
<groupId>io.avaje</groupId>
9898
<artifactId>avaje-validator-generator</artifactId>
99-
<version>2.7</version>
99+
<version>2.8</version>
100100
</path>
101101
<path>
102102
<groupId>io.jstach</groupId>

tests/test-nima/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<plugin>
5757
<groupId>org.apache.maven.plugins</groupId>
5858
<artifactId>maven-compiler-plugin</artifactId>
59-
<version>3.13.0</version>
59+
<version>3.14.0</version>
6060
<configuration>
6161
<release>21</release>
6262
<annotationProcessorPaths>

0 commit comments

Comments
 (0)