Skip to content

Commit ee2abcf

Browse files
Merge pull request #545 from avaje/dependabot/maven/master/dependencies-d80cc983d4
Bump the dependencies group with 6 updates
2 parents d7e0b40 + 0400583 commit ee2abcf

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
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-RC5</version>
26+
<version>3.0-RC6</version>
2727
</dependency>
2828

2929
<!-- test dependencies -->
3030
<dependency>
3131
<groupId>io.avaje</groupId>
3232
<artifactId>avaje-json-node</artifactId>
33-
<version>3.0-RC5</version>
33+
<version>3.0-RC6</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.1-RC1</version>
42+
<version>11.1</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-RC5</version>
39+
<version>3.0-RC6</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-RC5</version>
46+
<version>3.0-RC6</version>
4747
<scope>test</scope>
4848
</dependency>
4949

5050
<dependency>
5151
<groupId>io.avaje</groupId>
5252
<artifactId>avaje-inject</artifactId>
53-
<version>11.1-RC1</version>
53+
<version>11.1</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.0</version>
109+
<version>11.1</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.1-RC1</version>
22+
<version>11.1</version>
2323
<scope>provided</scope>
2424
<optional>true</optional>
2525
</dependency>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<assertj.version>3.27.2</assertj.version>
1717
<jackson.version>2.18.2</jackson.version>
1818
<jex.version>3.0-RC13</jex.version>
19-
<avaje-inject.version>11.0</avaje-inject.version>
19+
<avaje-inject.version>11.1</avaje-inject.version>
2020
<nima.version>4.1.6</nima.version>
2121
<javalin.version>6.4.0</javalin.version>
2222
</properties>

tests/test-javalin-jsonb/pom.xml

Lines changed: 1 addition & 1 deletion
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.0-RC5</version>
77+
<version>3.0-RC6</version>
7878
</dependency>
7979

8080
<dependency>

tests/test-jex/pom.xml

Lines changed: 1 addition & 1 deletion
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.0-RC5</version>
77+
<version>3.0-RC6</version>
7878
</dependency>
7979

8080
<!-- java annotation processors -->

tests/test-nima-jsonb/pom.xml

Lines changed: 2 additions & 2 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-RC5</version>
34+
<version>3.0-RC6</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>io.helidon.webserver</groupId>
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>io.avaje</groupId>
111111
<artifactId>avaje-inject-maven-plugin</artifactId>
112-
<version>11.0</version>
112+
<version>11.1</version>
113113
<executions>
114114
<execution>
115115
<phase>process-sources</phase>

tests/test-sigma/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>io.avaje</groupId>
6969
<artifactId>avaje-jsonb</artifactId>
70-
<version>3.0-RC5</version>
70+
<version>3.0-RC6</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>io.avaje</groupId>

0 commit comments

Comments
 (0)