Skip to content

Commit a9a4bbb

Browse files
Merge pull request #561 from avaje/dependabot/maven/master/dependencies-c47fd722c5
Bump the dependencies group with 8 updates
2 parents 4ab81db + d3aba25 commit a9a4bbb

File tree

11 files changed

+16
-16
lines changed

11 files changed

+16
-16
lines changed

htmx-nima-jstache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>io.avaje</groupId>
4141
<artifactId>avaje-inject</artifactId>
42-
<version>11.1</version>
42+
<version>11.2</version>
4343
<scope>provided</scope>
4444
<optional>true</optional>
4545
</dependency>

http-client-gson-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>com.google.code.gson</groupId>
1616
<artifactId>gson</artifactId>
17-
<version>2.11.0</version>
17+
<version>2.12.1</version>
1818
</dependency>
1919

2020
<dependency>

http-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>io.avaje</groupId>
5252
<artifactId>avaje-inject</artifactId>
53-
<version>11.1</version>
53+
<version>11.2</version>
5454
<optional>true</optional>
5555
</dependency>
5656

@@ -106,7 +106,7 @@
106106
<path>
107107
<groupId>io.avaje</groupId>
108108
<artifactId>avaje-inject-generator</artifactId>
109-
<version>11.1</version>
109+
<version>11.2</version>
110110
</path>
111111
</annotationProcessorPaths>
112112
</configuration>

http-generator-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>jakarta.validation</groupId>
5959
<artifactId>jakarta.validation-api</artifactId>
60-
<version>3.1.0</version>
60+
<version>3.1.1</version>
6161
<optional>true</optional>
6262
<scope>provided</scope>
6363
</dependency>

http-inject-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>io.avaje</groupId>
2121
<artifactId>avaje-inject</artifactId>
22-
<version>11.1</version>
22+
<version>11.2</version>
2323
<scope>provided</scope>
2424
<optional>true</optional>
2525
</dependency>

tests/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<assertj.version>3.27.3</assertj.version>
1717
<jackson.version>2.18.2</jackson.version>
1818
<jex.version>3.0-RC16</jex.version>
19-
<avaje-inject.version>11.1</avaje-inject.version>
19+
<avaje-inject.version>11.2</avaje-inject.version>
2020
<nima.version>4.1.6</nima.version>
2121
<javalin.version>6.4.0</javalin.version>
2222
</properties>
@@ -48,19 +48,19 @@
4848
<dependency>
4949
<groupId>io.avaje</groupId>
5050
<artifactId>avaje-validator</artifactId>
51-
<version>2.5</version>
51+
<version>2.6</version>
5252
</dependency>
5353

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

6060
<dependency>
6161
<groupId>io.avaje</groupId>
6262
<artifactId>avaje-validator-generator</artifactId>
63-
<version>2.5</version>
63+
<version>2.6</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
@@ -141,7 +141,7 @@
141141
<plugin>
142142
<groupId>io.avaje</groupId>
143143
<artifactId>avaje-inject-maven-plugin</artifactId>
144-
<version>11.1</version>
144+
<version>11.2</version>
145145
<executions>
146146
<execution>
147147
<phase>process-sources</phase>

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.5</version>
60+
<version>2.6</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
@@ -103,7 +103,7 @@
103103
<plugin>
104104
<groupId>io.avaje</groupId>
105105
<artifactId>avaje-inject-maven-plugin</artifactId>
106-
<version>11.1</version>
106+
<version>11.2</version>
107107
<executions>
108108
<execution>
109109
<phase>process-sources</phase>

tests/test-nima-jsonb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<path>
9191
<groupId>io.avaje</groupId>
9292
<artifactId>avaje-validator-generator</artifactId>
93-
<version>2.5</version>
93+
<version>2.6</version>
9494
</path>
9595
</annotationProcessorPaths>
9696
</configuration>
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>io.avaje</groupId>
111111
<artifactId>avaje-inject-maven-plugin</artifactId>
112-
<version>11.1</version>
112+
<version>11.2</version>
113113
<executions>
114114
<execution>
115115
<phase>process-sources</phase>

tests/test-nima/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>io.avaje</groupId>
9292
<artifactId>avaje-inject-maven-plugin</artifactId>
93-
<version>11.1</version>
93+
<version>11.2</version>
9494
<executions>
9595
<execution>
9696
<phase>process-sources</phase>

0 commit comments

Comments
 (0)