Skip to content

Commit 7627c74

Browse files
Merge pull request #603 from avaje/dependabot/maven/master/dependencies-362e387987
Bump the dependencies group across 1 directory with 20 updates
2 parents d49f425 + 0e54d39 commit 7627c74

File tree

15 files changed

+39
-39
lines changed

15 files changed

+39
-39
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.3</version>
26+
<version>3.4</version>
2727
</dependency>
2828

2929
<!-- test dependencies -->
3030
<dependency>
3131
<groupId>io.avaje</groupId>
3232
<artifactId>avaje-json-node</artifactId>
33-
<version>3.3</version>
33+
<version>3.4</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
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>io.avaje</groupId>
4141
<artifactId>avaje-inject</artifactId>
42-
<version>11.4</version>
42+
<version>11.5</version>
4343
<scope>provided</scope>
4444
<optional>true</optional>
4545
</dependency>

htmx-nima/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>io.helidon.webserver</groupId>
2828
<artifactId>helidon-webserver</artifactId>
29-
<version>4.2.0</version>
29+
<version>4.2.1</version>
3030
</dependency>
3131
</dependencies>
3232
</project>

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.13.0</version>
17+
<version>2.13.1</version>
1818
</dependency>
1919

2020
<dependency>

http-client/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,28 +29,28 @@
2929
<dependency>
3030
<groupId>com.fasterxml.jackson.core</groupId>
3131
<artifactId>jackson-databind</artifactId>
32-
<version>2.18.3</version>
32+
<version>2.19.0</version>
3333
<optional>true</optional>
3434
</dependency>
3535

3636
<dependency>
3737
<groupId>io.avaje</groupId>
3838
<artifactId>avaje-jsonb</artifactId>
39-
<version>3.3</version>
39+
<version>3.4</version>
4040
<optional>true</optional>
4141
</dependency>
4242

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

5050
<dependency>
5151
<groupId>io.avaje</groupId>
5252
<artifactId>avaje-inject</artifactId>
53-
<version>11.4</version>
53+
<version>11.5</version>
5454
<optional>true</optional>
5555
</dependency>
5656

@@ -98,7 +98,7 @@
9898
<plugin> <!-- Multi-Release with 21 -->
9999
<groupId>org.apache.maven.plugins</groupId>
100100
<artifactId>maven-jar-plugin</artifactId>
101-
<version>3.3.0</version>
101+
<version>3.4.2</version>
102102
<configuration>
103103
<archive>
104104
<manifestEntries>
@@ -120,7 +120,7 @@
120120
<path>
121121
<groupId>io.avaje</groupId>
122122
<artifactId>avaje-inject-generator</artifactId>
123-
<version>11.4</version>
123+
<version>11.5</version>
124124
</path>
125125
</annotationProcessorPaths>
126126
</configuration>
@@ -159,7 +159,7 @@
159159
<plugin>
160160
<groupId>io.avaje</groupId>
161161
<artifactId>avaje-inject-maven-plugin</artifactId>
162-
<version>11.4</version>
162+
<version>11.5</version>
163163
<executions>
164164
<execution>
165165
<?m2e execute?>

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.4</version>
22+
<version>11.5</version>
2323
<scope>provided</scope>
2424
<optional>true</optional>
2525
</dependency>

tests/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
<maven.deploy.skip>true</maven.deploy.skip>
1515
<junit.version>5.12.2</junit.version>
1616
<assertj.version>3.27.3</assertj.version>
17-
<jackson.version>2.18.3</jackson.version>
18-
<jex.version>3.1</jex.version>
19-
<avaje-inject.version>11.4</avaje-inject.version>
20-
<helidon.version>4.2.0</helidon.version>
17+
<jackson.version>2.19.0</jackson.version>
18+
<jex.version>3.2</jex.version>
19+
<avaje-inject.version>11.5</avaje-inject.version>
20+
<helidon.version>4.2.1</helidon.version>
2121
<javalin.version>6.6.0</javalin.version>
2222
</properties>
2323

@@ -48,19 +48,19 @@
4848
<dependency>
4949
<groupId>io.avaje</groupId>
5050
<artifactId>avaje-validator</artifactId>
51-
<version>2.9</version>
51+
<version>2.11</version>
5252
</dependency>
5353

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

6060
<dependency>
6161
<groupId>io.avaje</groupId>
6262
<artifactId>avaje-validator-generator</artifactId>
63-
<version>2.9</version>
63+
<version>2.11</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.4</version>
144+
<version>11.5</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.3</version>
77+
<version>3.4</version>
7878
</dependency>
7979

8080
<dependency>
8181
<groupId>io.avaje</groupId>
8282
<artifactId>avaje-jsonb-generator</artifactId>
83-
<version>3.3</version>
83+
<version>3.4</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.9</version>
60+
<version>2.11</version>
6161
</dependency>
6262

6363
<dependency>

0 commit comments

Comments
 (0)