|
72 | 72 | <dependency>
|
73 | 73 | <groupId>org.testcontainers</groupId>
|
74 | 74 | <artifactId>kafka</artifactId>
|
75 |
| - <version>1.20.5</version> |
| 75 | + <version>1.20.6</version> |
76 | 76 | <scope>test</scope>
|
77 | 77 | </dependency>
|
78 | 78 | <dependency>
|
79 | 79 | <groupId>org.junit.jupiter</groupId>
|
80 | 80 | <artifactId>junit-jupiter</artifactId>
|
81 |
| - <version>5.12.0</version> |
| 81 | + <version>5.12.1</version> |
82 | 82 | <scope>test</scope>
|
83 | 83 | </dependency>
|
84 | 84 | <dependency>
|
85 | 85 | <groupId>org.testcontainers</groupId>
|
86 | 86 | <artifactId>junit-jupiter</artifactId>
|
87 |
| - <version>1.20.5</version> |
| 87 | + <version>1.20.6</version> |
88 | 88 | <scope>test</scope>
|
89 | 89 | </dependency>
|
90 | 90 | <!-- end::dependencies[] -->
|
91 | 91 | <dependency>
|
92 | 92 | <groupId>org.jboss.resteasy</groupId>
|
93 | 93 | <artifactId>resteasy-client</artifactId>
|
94 |
| - <version>6.2.11.Final</version> |
| 94 | + <version>6.2.12.Final</version> |
95 | 95 | <scope>test</scope>
|
96 | 96 | </dependency>
|
97 | 97 | <dependency>
|
98 | 98 | <groupId>org.jboss.resteasy</groupId>
|
99 | 99 | <artifactId>resteasy-json-binding-provider</artifactId>
|
100 |
| - <version>6.2.11.Final</version> |
| 100 | + <version>6.2.12.Final</version> |
101 | 101 | <scope>test</scope>
|
102 | 102 | </dependency>
|
103 | 103 | </dependencies>
|
|
118 | 118 | <plugin>
|
119 | 119 | <groupId>io.openliberty.tools</groupId>
|
120 | 120 | <artifactId>liberty-maven-plugin</artifactId>
|
121 |
| - <version>3.11.2</version> |
| 121 | + <version>3.11.3</version> |
122 | 122 | <configuration>
|
123 | 123 | <!-- devc config -->
|
124 | 124 | <containerRunOpts>
|
|
132 | 132 | <plugin>
|
133 | 133 | <groupId>org.apache.maven.plugins</groupId>
|
134 | 134 | <artifactId>maven-surefire-plugin</artifactId>
|
135 |
| - <version>3.5.2</version> |
| 135 | + <version>3.5.3</version> |
136 | 136 | </plugin>
|
137 | 137 |
|
138 | 138 | <!-- Plugin to run integration tests -->
|
139 | 139 | <plugin>
|
140 | 140 | <groupId>org.apache.maven.plugins</groupId>
|
141 | 141 | <artifactId>maven-failsafe-plugin</artifactId>
|
142 |
| - <version>3.5.2</version> |
| 142 | + <version>3.5.3</version> |
143 | 143 | <executions>
|
144 | 144 | <execution>
|
145 | 145 | <goals>
|
|
0 commit comments