|
16 | 16 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
17 | 17 | <jakarta.jakartaee-api.version>8.0.0</jakarta.jakartaee-api.version>
|
18 | 18 | <microprofile.version>4.0.1</microprofile.version>
|
19 |
| - <junit-jupiter.version>5.9.3</junit-jupiter.version> |
| 19 | + <junit-jupiter.version>5.11.2</junit-jupiter.version> |
20 | 20 | <mockito-core.version>5.4.0</mockito-core.version>
|
21 |
| - <microshed-testing.version>0.9.1</microshed-testing.version> |
| 21 | + <microshed-testing.version>0.9.2</microshed-testing.version> |
22 | 22 | <testcontainers.version>1.19.0</testcontainers.version>
|
23 | 23 | <postgresql-jdbc-driver.version>42.2.16</postgresql-jdbc-driver.version>
|
24 | 24 | <mockserver-client-java.version>5.11.2</mockserver-client-java.version>
|
|
78 | 78 |
|
79 | 79 | <dependency>
|
80 | 80 | <groupId>org.microshed</groupId>
|
81 |
| - <artifactId>microshed-testing-liberty</artifactId> |
| 81 | + <artifactId>microshed-testing-core-jakarta</artifactId> |
| 82 | + <version>${microshed-testing.version}</version> |
| 83 | + <scope>test</scope> |
| 84 | + </dependency> |
| 85 | + <dependency> |
| 86 | + <groupId>org.microshed</groupId> |
| 87 | + <artifactId>microshed-testing-testcontainers</artifactId> |
82 | 88 | <version>${microshed-testing.version}</version>
|
83 | 89 | <scope>test</scope>
|
84 | 90 | </dependency>
|
|
105 | 111 | <plugins>
|
106 | 112 | <plugin>
|
107 | 113 | <artifactId>maven-compiler-plugin</artifactId>
|
108 |
| - <version>3.11.0</version> |
| 114 | + <version>3.13.0</version> |
109 | 115 | </plugin>
|
110 | 116 | <plugin>
|
111 | 117 | <artifactId>maven-surefire-plugin</artifactId>
|
112 |
| - <version>3.1.2</version> |
| 118 | + <version>3.5.2</version> |
113 | 119 | </plugin>
|
114 | 120 | <plugin>
|
115 | 121 | <groupId>org.apache.maven.plugins</groupId>
|
116 | 122 | <artifactId>maven-failsafe-plugin</artifactId>
|
117 |
| - <version>3.1.2</version> |
| 123 | + <version>3.5.2</version> |
118 | 124 | <executions>
|
119 | 125 | <execution>
|
120 | 126 | <goals>
|
|
133 | 139 | <artifactId>liberty-maven-plugin</artifactId>
|
134 | 140 | <version>3.8.2</version>
|
135 | 141 | <configuration>
|
136 |
| - <libertyRuntimeVersion>21.0.0.8</libertyRuntimeVersion> |
| 142 | + <libertyRuntimeVersion>24.0.0.1</libertyRuntimeVersion> |
137 | 143 | <serverStartTimeout>60</serverStartTimeout>
|
138 | 144 | </configuration>
|
139 | 145 | </plugin>
|
|
0 commit comments