Skip to content

Commit

Permalink
Merge branch 'master' into javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-bygrave authored Dec 12, 2023
2 parents 8a0e28c + 411267c commit be01e4e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions tests/test-javalin-jsonb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>5.3.2</version>
<version>5.4.0</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -136,7 +136,7 @@
<plugin>
<groupId>io.repaint.maven</groupId>
<artifactId>tiles-maven-plugin</artifactId>
<version>2.39</version>
<version>2.40</version>
<extensions>true</extensions>
<configuration>
<tiles>
Expand Down
4 changes: 2 additions & 2 deletions tests/test-javalin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>5.3.2</version>
<version>5.4.0</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -129,7 +129,7 @@
<plugin>
<groupId>io.repaint.maven</groupId>
<artifactId>tiles-maven-plugin</artifactId>
<version>2.39</version>
<version>2.40</version>
<extensions>true</extensions>
<configuration>
<tiles>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-jex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<plugin>
<groupId>io.repaint.maven</groupId>
<artifactId>tiles-maven-plugin</artifactId>
<version>2.39</version>
<version>2.40</version>
<extensions>true</extensions>
<configuration>
<tiles>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-nima-jsonb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<plugin>
<groupId>io.repaint.maven</groupId>
<artifactId>tiles-maven-plugin</artifactId>
<version>2.39</version>
<version>2.40</version>
<extensions>true</extensions>
<configuration>
<tiles>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-nima/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<plugin>
<groupId>io.repaint.maven</groupId>
<artifactId>tiles-maven-plugin</artifactId>
<version>2.39</version>
<version>2.40</version>
<extensions>true</extensions>
<configuration>
<tiles>
Expand Down

0 comments on commit be01e4e

Please sign in to comment.