Skip to content

Commit 937d0b1

Browse files
Merge pull request #693 from avaje/dependabot/maven/master/dependencies-72d6ee3e40
Bump the dependencies group with 11 updates
2 parents dc59d1c + 02404a4 commit 937d0b1

File tree

14 files changed

+31
-35
lines changed

14 files changed

+31
-35
lines changed

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>12.0</version>
43+
<version>12.1</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
@@ -39,21 +39,21 @@
3939
<dependency>
4040
<groupId>io.avaje</groupId>
4141
<artifactId>avaje-jsonb</artifactId>
42-
<version>3.8</version>
42+
<version>3.9</version>
4343
<optional>true</optional>
4444
</dependency>
4545

4646
<dependency>
4747
<groupId>io.avaje</groupId>
4848
<artifactId>avaje-json-node</artifactId>
49-
<version>3.8</version>
49+
<version>3.9</version>
5050
<scope>test</scope>
5151
</dependency>
5252

5353
<dependency>
5454
<groupId>io.avaje</groupId>
5555
<artifactId>avaje-inject</artifactId>
56-
<version>12.0</version>
56+
<version>12.1</version>
5757
<optional>true</optional>
5858
</dependency>
5959

@@ -106,7 +106,7 @@
106106
<path>
107107
<groupId>io.avaje</groupId>
108108
<artifactId>avaje-inject-generator</artifactId>
109-
<version>12.0</version>
109+
<version>12.1</version>
110110
</path>
111111
</annotationProcessorPaths>
112112
</configuration>
@@ -144,7 +144,7 @@
144144
<plugin>
145145
<groupId>io.avaje</groupId>
146146
<artifactId>avaje-inject-maven-plugin</artifactId>
147-
<version>12.0</version>
147+
<version>12.1</version>
148148
<executions>
149149
<execution>
150150
<?m2e execute?>

http-hibernate-validator/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-generator</artifactId>
43-
<version>12.1-RC3</version>
43+
<version>12.1</version>
4444
<scope>provided</scope>
4545
</dependency>
4646

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-generator</artifactId>
23-
<version>12.0</version>
23+
<version>12.1</version>
2424
<scope>provided</scope>
2525
<optional>true</optional>
2626
</dependency>

tests/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@
4848
<dependency>
4949
<groupId>io.avaje</groupId>
5050
<artifactId>avaje-validator</artifactId>
51-
<version>2.14</version>
51+
<version>2.15</version>
5252
</dependency>
5353

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

6060
<dependency>
6161
<groupId>io.avaje</groupId>
6262
<artifactId>avaje-validator-generator</artifactId>
63-
<version>2.14</version>
63+
<version>2.15</version>
6464
</dependency>
6565

6666
</dependencies>

tests/test-client-generation/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>ch.qos.logback</groupId>
2828
<artifactId>logback-classic</artifactId>
29-
<version>1.5.21</version>
29+
<version>1.5.22</version>
3030
</dependency>
3131

3232
<dependency>
@@ -141,7 +141,7 @@
141141
<plugin>
142142
<groupId>io.avaje</groupId>
143143
<artifactId>avaje-inject-maven-plugin</artifactId>
144-
<version>12.0</version>
144+
<version>12.1</version>
145145
<executions>
146146
<execution>
147147
<phase>process-sources</phase>

tests/test-javalin-jsonb/pom.xml

Lines changed: 3 additions & 3 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.8</version>
77+
<version>3.9</version>
7878
</dependency>
7979

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

@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>io.rest-assured</groupId>
9797
<artifactId>rest-assured</artifactId>
98-
<version>5.5.6</version>
98+
<version>6.0.0</version>
9999
<scope>test</scope>
100100
</dependency>
101101

tests/test-javalin-jsonb/src/test/java/io/avaje/http/generator/JavalinProcessorTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class JavalinProcessorTest {
3333
@AfterEach
3434
void deleteGeneratedFiles() throws IOException {
3535
APContext.clear();
36+
io.avaje.jsonb.generator.APContext.clear();
3637
Paths.get("openapi.json").toAbsolutePath().toFile().delete();
3738
Paths.get("io.avaje.jsonb.Jsonb$GeneratedComponent").toAbsolutePath().toFile().delete();
3839

tests/test-javalin/pom.xml

Lines changed: 2 additions & 2 deletions
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.14</version>
60+
<version>2.15</version>
6161
</dependency>
6262

6363
<dependency>
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>io.rest-assured</groupId>
9595
<artifactId>rest-assured</artifactId>
96-
<version>5.5.6</version>
96+
<version>6.0.0</version>
9797
<scope>test</scope>
9898
</dependency>
9999

tests/test-jex/pom.xml

Lines changed: 4 additions & 4 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.8</version>
77+
<version>3.9</version>
7878
</dependency>
7979

8080
<!-- java annotation processors -->
@@ -140,12 +140,12 @@
140140
<path>
141141
<groupId>io.avaje</groupId>
142142
<artifactId>avaje-jsonb-generator</artifactId>
143-
<version>3.8</version>
143+
<version>3.9</version>
144144
</path>
145145
<path>
146146
<groupId>io.avaje</groupId>
147147
<artifactId>avaje-validator-generator</artifactId>
148-
<version>2.14</version>
148+
<version>2.15</version>
149149
</path>
150150
<path>
151151
<groupId>io.jstach</groupId>
@@ -187,7 +187,7 @@
187187
<plugin>
188188
<groupId>io.avaje</groupId>
189189
<artifactId>avaje-inject-maven-plugin</artifactId>
190-
<version>12.0</version>
190+
<version>12.1</version>
191191
<executions>
192192
<execution>
193193
<phase>process-sources</phase>

0 commit comments

Comments
 (0)