Skip to content

Commit 25740de

Browse files
authored
Merge branch 'master' into path
2 parents 7ac946f + 14f5d74 commit 25740de

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
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.7</version>
46+
<version>9.8</version>
4747
<optional>true</optional>
4848
</dependency>
4949

@@ -106,7 +106,7 @@
106106
<path>
107107
<groupId>io.avaje</groupId>
108108
<artifactId>avaje-inject-generator</artifactId>
109-
<version>9.7</version>
109+
<version>9.8</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>9.7</version>
22+
<version>9.8</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.24.2</assertj.version>
1717
<jackson.version>2.15.3</jackson.version>
1818
<jex.version>2.5</jex.version>
19-
<avaje-inject.version>9.7</avaje-inject.version>
19+
<avaje-inject.version>9.8</avaje-inject.version>
2020
<nima.version>4.0.0-RC1</nima.version>
2121
</properties>
2222

tests/test-javalin-jsonb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<plugin>
138138
<groupId>io.repaint.maven</groupId>
139139
<artifactId>tiles-maven-plugin</artifactId>
140-
<version>2.37</version>
140+
<version>2.38</version>
141141
<extensions>true</extensions>
142142
<configuration>
143143
<tiles>

tests/test-javalin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<plugin>
131131
<groupId>io.repaint.maven</groupId>
132132
<artifactId>tiles-maven-plugin</artifactId>
133-
<version>2.37</version>
133+
<version>2.38</version>
134134
<extensions>true</extensions>
135135
<configuration>
136136
<tiles>

tests/test-jex/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<plugin>
123123
<groupId>io.repaint.maven</groupId>
124124
<artifactId>tiles-maven-plugin</artifactId>
125-
<version>2.37</version>
125+
<version>2.38</version>
126126
<extensions>true</extensions>
127127
<configuration>
128128
<tiles>

tests/test-nima-jsonb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<plugin>
107107
<groupId>io.repaint.maven</groupId>
108108
<artifactId>tiles-maven-plugin</artifactId>
109-
<version>2.37</version>
109+
<version>2.38</version>
110110
<extensions>true</extensions>
111111
<configuration>
112112
<tiles>

tests/test-nima/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<plugin>
7575
<groupId>io.repaint.maven</groupId>
7676
<artifactId>tiles-maven-plugin</artifactId>
77-
<version>2.37</version>
77+
<version>2.38</version>
7878
<extensions>true</extensions>
7979
<configuration>
8080
<tiles>

0 commit comments

Comments
 (0)