Skip to content

Commit 3261bac

Browse files
Merge pull request #657 from avaje/dependabot/maven/master/dependencies-815d11f13f
Bump the dependencies group with 12 updates
2 parents f1d0c8b + d902088 commit 3261bac

File tree

13 files changed

+28
-28
lines changed

13 files changed

+28
-28
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.7</version>
26+
<version>3.8</version>
2727
</dependency>
2828

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

htmx-nima-jstache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>io.avaje</groupId>
4242
<artifactId>avaje-inject</artifactId>
43-
<version>11.6</version>
43+
<version>12.0</version>
4444
<scope>provided</scope>
4545
<optional>true</optional>
4646
</dependency>

http-client/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,21 @@
3737
<dependency>
3838
<groupId>io.avaje</groupId>
3939
<artifactId>avaje-jsonb</artifactId>
40-
<version>3.7</version>
40+
<version>3.8</version>
4141
<optional>true</optional>
4242
</dependency>
4343

4444
<dependency>
4545
<groupId>io.avaje</groupId>
4646
<artifactId>avaje-json-node</artifactId>
47-
<version>3.7</version>
47+
<version>3.8</version>
4848
<scope>test</scope>
4949
</dependency>
5050

5151
<dependency>
5252
<groupId>io.avaje</groupId>
5353
<artifactId>avaje-inject</artifactId>
54-
<version>11.6</version>
54+
<version>12.0</version>
5555
<optional>true</optional>
5656
</dependency>
5757

@@ -121,7 +121,7 @@
121121
<path>
122122
<groupId>io.avaje</groupId>
123123
<artifactId>avaje-inject-generator</artifactId>
124-
<version>11.6</version>
124+
<version>12.0</version>
125125
</path>
126126
</annotationProcessorPaths>
127127
</configuration>
@@ -160,7 +160,7 @@
160160
<plugin>
161161
<groupId>io.avaje</groupId>
162162
<artifactId>avaje-inject-maven-plugin</artifactId>
163-
<version>11.6</version>
163+
<version>12.0</version>
164164
<executions>
165165
<execution>
166166
<?m2e execute?>

http-inject-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>io.avaje</groupId>
2222
<artifactId>avaje-inject</artifactId>
23-
<version>11.6</version>
23+
<version>12.0</version>
2424
<scope>provided</scope>
2525
<optional>true</optional>
2626
</dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<plugins>
9797
<plugin>
9898
<artifactId>maven-antrun-plugin</artifactId>
99-
<version>3.1.0</version>
99+
<version>3.2.0</version>
100100
<executions>
101101
<execution>
102102
<phase>process-resources</phase>

tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<junit.version>6.0.0</junit.version>
1616
<assertj.version>3.27.6</assertj.version>
1717
<jackson.version>2.20.0</jackson.version>
18-
<jex.version>3.2</jex.version>
19-
<avaje-inject.version>11.6</avaje-inject.version>
18+
<jex.version>3.3</jex.version>
19+
<avaje-inject.version>12.0</avaje-inject.version>
2020
<helidon.version>4.3.1</helidon.version>
2121
<javalin.version>6.7.0</javalin.version>
2222
</properties>

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.6</version>
144+
<version>12.0</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.7</version>
77+
<version>3.8</version>
7878
</dependency>
7979

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

tests/test-jex/pom.xml

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

8080
<!-- java annotation processors -->
@@ -140,7 +140,7 @@
140140
<path>
141141
<groupId>io.avaje</groupId>
142142
<artifactId>avaje-jsonb-generator</artifactId>
143-
<version>3.7</version>
143+
<version>3.8</version>
144144
</path>
145145
<path>
146146
<groupId>io.avaje</groupId>
@@ -187,7 +187,7 @@
187187
<plugin>
188188
<groupId>io.avaje</groupId>
189189
<artifactId>avaje-inject-maven-plugin</artifactId>
190-
<version>11.6</version>
190+
<version>12.0</version>
191191
<executions>
192192
<execution>
193193
<phase>process-sources</phase>

tests/test-nima-htmx/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>io.avaje</groupId>
4949
<artifactId>avaje-nima</artifactId>
50-
<version>1.4</version>
50+
<version>1.5</version>
5151
</dependency>
5252

5353
<dependency>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>io.avaje</groupId>
6262
<artifactId>avaje-nima-test</artifactId>
63-
<version>1.4</version>
63+
<version>1.5</version>
6464
<scope>test</scope>
6565
</dependency>
6666

@@ -88,7 +88,7 @@
8888
<path>
8989
<groupId>io.avaje</groupId>
9090
<artifactId>avaje-jsonb-generator</artifactId>
91-
<version>3.7</version>
91+
<version>3.8</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.6</version>
106+
<version>12.0</version>
107107
<executions>
108108
<execution>
109109
<phase>process-sources</phase>

0 commit comments

Comments
 (0)