Skip to content

Commit a57da88

Browse files
Merge pull request #579 from avaje/dependabot/maven/master/dependencies-25ad0c3ee4
Bump the dependencies group with 17 updates
2 parents 9507ab9 + 54627e1 commit a57da88

File tree

14 files changed

+40
-40
lines changed

14 files changed

+40
-40
lines changed

aws-cognito/http-client-authtoken/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
<dependency>
2424
<groupId>io.avaje</groupId>
2525
<artifactId>avaje-json-core</artifactId>
26-
<version>3.0</version>
26+
<version>3.1</version>
2727
</dependency>
2828

2929
<!-- test dependencies -->
3030
<dependency>
3131
<groupId>io.avaje</groupId>
3232
<artifactId>avaje-json-node</artifactId>
33-
<version>3.0</version>
33+
<version>3.1</version>
3434
<scope>test</scope>
3535
</dependency>
3636

htmx-nima-jstache/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<maven.compiler.release>21</maven.compiler.release>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1919
<surefire.useModulePath>false</surefire.useModulePath>
20-
<io.jstach.version>1.3.6</io.jstach.version>
20+
<io.jstach.version>1.3.7</io.jstach.version>
2121
</properties>
2222

2323
<dependencies>
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>io.avaje</groupId>
4141
<artifactId>avaje-inject</artifactId>
42-
<version>11.2</version>
42+
<version>11.3</version>
4343
<scope>provided</scope>
4444
<optional>true</optional>
4545
</dependency>

http-client/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@
3636
<dependency>
3737
<groupId>io.avaje</groupId>
3838
<artifactId>avaje-jsonb</artifactId>
39-
<version>3.0</version>
39+
<version>3.1</version>
4040
<optional>true</optional>
4141
</dependency>
4242

4343
<dependency>
4444
<groupId>io.avaje</groupId>
4545
<artifactId>avaje-json-node</artifactId>
46-
<version>3.0</version>
46+
<version>3.1</version>
4747
<scope>test</scope>
4848
</dependency>
4949

5050
<dependency>
5151
<groupId>io.avaje</groupId>
5252
<artifactId>avaje-inject</artifactId>
53-
<version>11.2</version>
53+
<version>11.3</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.2</version>
109+
<version>11.3</version>
110110
</path>
111111
</annotationProcessorPaths>
112112
</configuration>

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.2</version>
22+
<version>11.3</version>
2323
<scope>provided</scope>
2424
<optional>true</optional>
2525
</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.29</swagger.version>
2323
<jackson.version>2.14.2</jackson.version>
2424
<jex.version>3.0-RC10</jex.version>
25-
<avaje.prisms.version>1.39</avaje.prisms.version>
25+
<avaje.prisms.version>1.40</avaje.prisms.version>
2626
<project.build.outputTimestamp>2025-03-10T00:18:35Z</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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212

1313
<properties>
1414
<maven.deploy.skip>true</maven.deploy.skip>
15-
<junit.version>5.12.0</junit.version>
15+
<junit.version>5.12.1</junit.version>
1616
<assertj.version>3.27.3</assertj.version>
1717
<jackson.version>2.18.3</jackson.version>
18-
<jex.version>3.0-RC21</jex.version>
19-
<avaje-inject.version>11.2</avaje-inject.version>
18+
<jex.version>3.0-RC22</jex.version>
19+
<avaje-inject.version>11.3</avaje-inject.version>
2020
<nima.version>4.2.0</nima.version>
2121
<javalin.version>6.5.0</javalin.version>
2222
</properties>
@@ -48,19 +48,19 @@
4848
<dependency>
4949
<groupId>io.avaje</groupId>
5050
<artifactId>avaje-validator</artifactId>
51-
<version>2.8</version>
51+
<version>2.9</version>
5252
</dependency>
5353

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

6060
<dependency>
6161
<groupId>io.avaje</groupId>
6262
<artifactId>avaje-validator-generator</artifactId>
63-
<version>2.8</version>
63+
<version>2.9</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.2</version>
144+
<version>11.3</version>
145145
<executions>
146146
<execution>
147147
<phase>process-sources</phase>

tests/test-javalin-jsonb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@
7474
<dependency>
7575
<groupId>io.avaje</groupId>
7676
<artifactId>avaje-jsonb</artifactId>
77-
<version>3.0</version>
77+
<version>3.1</version>
7878
</dependency>
7979

8080
<dependency>
8181
<groupId>io.avaje</groupId>
8282
<artifactId>avaje-jsonb-generator</artifactId>
83-
<version>3.0</version>
83+
<version>3.1</version>
8484
<scope>provided</scope>
8585
</dependency>
8686

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.8</version>
60+
<version>2.9</version>
6161
</dependency>
6262

6363
<dependency>

tests/test-jex/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>io.jstach</groupId>
4646
<artifactId>jstachio</artifactId>
47-
<version>1.3.6</version>
47+
<version>1.3.7</version>
4848
</dependency>
4949

5050
<dependency>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>io.avaje</groupId>
7676
<artifactId>avaje-jsonb</artifactId>
77-
<version>3.0</version>
77+
<version>3.1</version>
7878
</dependency>
7979

8080
<!-- java annotation processors -->
@@ -124,17 +124,17 @@
124124
<path>
125125
<groupId>io.avaje</groupId>
126126
<artifactId>avaje-jsonb-generator</artifactId>
127-
<version>3.0</version>
127+
<version>3.1</version>
128128
</path>
129129
<path>
130130
<groupId>io.avaje</groupId>
131131
<artifactId>avaje-validator-generator</artifactId>
132-
<version>2.8</version>
132+
<version>2.9</version>
133133
</path>
134134
<path>
135135
<groupId>io.jstach</groupId>
136136
<artifactId>jstachio-apt</artifactId>
137-
<version>1.3.6</version>
137+
<version>1.3.7</version>
138138
</path>
139139
</annotationProcessorPaths>
140140
</configuration>
@@ -171,7 +171,7 @@
171171
<plugin>
172172
<groupId>io.avaje</groupId>
173173
<artifactId>avaje-inject-maven-plugin</artifactId>
174-
<version>11.2</version>
174+
<version>11.3</version>
175175
<executions>
176176
<execution>
177177
<phase>process-sources</phase>

tests/test-nima-htmx/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<maven.compiler.release>21</maven.compiler.release>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
<surefire.useModulePath>false</surefire.useModulePath>
18-
<io.jstach.version>1.3.6</io.jstach.version>
18+
<io.jstach.version>1.3.7</io.jstach.version>
1919
</properties>
2020

2121
<dependencies>
@@ -88,7 +88,7 @@
8888
<path>
8989
<groupId>io.avaje</groupId>
9090
<artifactId>avaje-jsonb-generator</artifactId>
91-
<version>3.0</version>
91+
<version>3.1</version>
9292
</path>
9393
<path>
9494
<groupId>io.jstach</groupId>
@@ -103,7 +103,7 @@
103103
<plugin>
104104
<groupId>io.avaje</groupId>
105105
<artifactId>avaje-inject-maven-plugin</artifactId>
106-
<version>11.2</version>
106+
<version>11.3</version>
107107
<executions>
108108
<execution>
109109
<phase>process-sources</phase>

tests/test-nima-jsonb/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>io.avaje</groupId>
3333
<artifactId>avaje-jsonb</artifactId>
34-
<version>3.0</version>
34+
<version>3.1</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>io.helidon.webserver</groupId>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>io.jstach</groupId>
5454
<artifactId>jstachio</artifactId>
55-
<version>1.3.6</version>
55+
<version>1.3.7</version>
5656
</dependency>
5757

5858
<dependency>
@@ -91,17 +91,17 @@
9191
<path>
9292
<groupId>io.avaje</groupId>
9393
<artifactId>avaje-jsonb-generator</artifactId>
94-
<version>3.0</version>
94+
<version>3.1</version>
9595
</path>
9696
<path>
9797
<groupId>io.avaje</groupId>
9898
<artifactId>avaje-validator-generator</artifactId>
99-
<version>2.8</version>
99+
<version>2.9</version>
100100
</path>
101101
<path>
102102
<groupId>io.jstach</groupId>
103103
<artifactId>jstachio-apt</artifactId>
104-
<version>1.3.6</version>
104+
<version>1.3.7</version>
105105
</path>
106106
</annotationProcessorPaths>
107107
</configuration>
@@ -120,7 +120,7 @@
120120
<plugin>
121121
<groupId>io.avaje</groupId>
122122
<artifactId>avaje-inject-maven-plugin</artifactId>
123-
<version>11.2</version>
123+
<version>11.3</version>
124124
<executions>
125125
<execution>
126126
<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.2</version>
93+
<version>11.3</version>
9494
<executions>
9595
<execution>
9696
<phase>process-sources</phase>

tests/test-sigma/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>io.jstach</groupId>
5555
<artifactId>jstachio</artifactId>
56-
<version>1.3.6</version>
56+
<version>1.3.7</version>
5757
</dependency>
5858

5959

@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>io.jstach</groupId>
6464
<artifactId>jstachio-apt</artifactId>
65-
<version>1.3.6</version>
65+
<version>1.3.7</version>
6666
</dependency>
6767

6868
<dependency>
@@ -82,12 +82,12 @@
8282
<dependency>
8383
<groupId>io.avaje</groupId>
8484
<artifactId>avaje-jsonb</artifactId>
85-
<version>3.0</version>
85+
<version>3.1</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>io.avaje</groupId>
8989
<artifactId>avaje-jsonb-generator</artifactId>
90-
<version>3.0</version>
90+
<version>3.1</version>
9191
<scope>provided</scope>
9292
</dependency>
9393

0 commit comments

Comments
 (0)