Skip to content

Commit 983ec77

Browse files
authored
Merge branch 'master' into dependabot/maven/io.avaje-avaje-jsonb-1.11
2 parents 2a1969b + 736753c commit 983ec77

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

http-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>io.avaje</groupId>
4545
<artifactId>avaje-inject</artifactId>
46-
<version>9.11</version>
46+
<version>9.12</version>
4747
<optional>true</optional>
4848
</dependency>
4949

@@ -98,7 +98,7 @@
9898
<path>
9999
<groupId>io.avaje</groupId>
100100
<artifactId>avaje-inject-generator</artifactId>
101-
<version>9.11</version>
101+
<version>9.12</version>
102102
</path>
103103
</annotationProcessorPaths>
104104
</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>9.11</version>
22+
<version>9.12</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.25.3</assertj.version>
1717
<jackson.version>2.17.0</jackson.version>
1818
<jex.version>2.5</jex.version>
19-
<avaje-inject.version>9.11</avaje-inject.version>
19+
<avaje-inject.version>9.12</avaje-inject.version>
2020
<nima.version>4.0.7</nima.version>
2121
<javalin.version>6.1.3</javalin.version>
2222
</properties>

tests/test-javalin-jsonb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>io.avaje</groupId>
8888
<artifactId>avaje-jsonb-generator</artifactId>
89-
<version>1.10</version>
89+
<version>1.11</version>
9090
<scope>provided</scope>
9191
</dependency>
9292

tests/test-nima-jsonb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<path>
9191
<groupId>io.avaje</groupId>
9292
<artifactId>avaje-jsonb-generator</artifactId>
93-
<version>1.10</version>
93+
<version>1.11</version>
9494
</path>
9595
</annotationProcessorPaths>
9696
</configuration>

0 commit comments

Comments
 (0)