Skip to content

Commit f1e3bfa

Browse files
Merge pull request #285 from avaje/dependabot/maven/main/dependencies-bf8bbf86b6
Bump the dependencies group with 9 updates
2 parents 3245db0 + 162576e commit f1e3bfa

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

blackbox-test/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<dependency>
2424
<groupId>jakarta.validation</groupId>
2525
<artifactId>jakarta.validation-api</artifactId>
26-
<version>3.1.0</version>
26+
<version>3.1.1</version>
2727
</dependency>
2828

2929
<dependency>
3030
<groupId>org.hibernate.validator</groupId>
3131
<artifactId>hibernate-validator</artifactId>
32-
<version>8.0.1.Final</version>
32+
<version>8.0.2.Final</version>
3333
</dependency>
3434

3535
<dependency>
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>io.avaje</groupId>
8181
<artifactId>avaje-http-api</artifactId>
82-
<version>2.7</version>
82+
<version>3.0</version>
8383
</dependency>
8484

8585
<!-- test dependencies -->
@@ -112,7 +112,7 @@
112112
<plugin>
113113
<groupId>io.avaje</groupId>
114114
<artifactId>avaje-inject-maven-plugin</artifactId>
115-
<version>10.3</version>
115+
<version>11.2</version>
116116
<executions>
117117
<execution>
118118
<phase>process-sources</phase>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.avaje</groupId>
88
<artifactId>java11-oss</artifactId>
9-
<version>4.3</version>
9+
<version>4.5</version>
1010
</parent>
1111

1212
<groupId>io.avaje</groupId>
@@ -27,7 +27,7 @@
2727
<surefire.useModulePath>false</surefire.useModulePath>
2828
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
2929
<maven.compiler.release>17</maven.compiler.release>
30-
<inject.version>10.3</inject.version>
30+
<inject.version>11.2</inject.version>
3131
<spi.version>2.9</spi.version>
3232
<project.build.outputTimestamp>2025-02-17T07:22:34Z</project.build.outputTimestamp>
3333
</properties>

validator-generator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>jakarta.validation</groupId>
5151
<artifactId>jakarta.validation-api</artifactId>
52-
<version>3.1.0</version>
52+
<version>3.1.1</version>
5353
<scope>provided</scope>
5454
<optional>true</optional>
5555
</dependency>
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>io.avaje</groupId>
6565
<artifactId>avaje-http-api</artifactId>
66-
<version>2.7</version>
66+
<version>3.0</version>
6767
<optional>true</optional>
6868
<scope>provided</scope>
6969
</dependency>

validator-http-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>io.avaje</groupId>
3939
<artifactId>avaje-http-api</artifactId>
40-
<version>2.7</version>
40+
<version>3.0</version>
4141
<scope>provided</scope>
4242
<optional>true</optional>
4343
</dependency>

validator-spring-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-dependencies</artifactId>
17-
<version>3.3.3</version>
17+
<version>3.4.2</version>
1818
<type>pom</type>
1919
<scope>import</scope>
2020
</dependency>

validator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>jakarta.validation</groupId>
5858
<artifactId>jakarta.validation-api</artifactId>
59-
<version>3.1.0</version>
59+
<version>3.1.1</version>
6060
<scope>test</scope>
6161
</dependency>
6262

0 commit comments

Comments
 (0)