|
53 | 53 | <dependency>
|
54 | 54 | <groupId>org.apache.kafka</groupId>
|
55 | 55 | <artifactId>kafka-clients</artifactId>
|
56 |
| - <version>3.8.0</version> |
| 56 | + <version>3.8.1</version> |
57 | 57 | </dependency>
|
58 | 58 |
|
59 | 59 | <dependency>
|
|
77 | 77 | <dependency>
|
78 | 78 | <groupId>org.testcontainers</groupId>
|
79 | 79 | <artifactId>kafka</artifactId>
|
80 |
| - <version>1.20.2</version> |
| 80 | + <version>1.20.3</version> |
81 | 81 | <scope>test</scope>
|
82 | 82 | </dependency>
|
83 | 83 | <dependency>
|
84 | 84 | <groupId>org.junit.jupiter</groupId>
|
85 | 85 | <artifactId>junit-jupiter</artifactId>
|
86 |
| - <version>5.11.1</version> |
| 86 | + <version>5.11.3</version> |
87 | 87 | <scope>test</scope>
|
88 | 88 | </dependency>
|
89 | 89 | <dependency>
|
90 | 90 | <groupId>org.testcontainers</groupId>
|
91 | 91 | <artifactId>junit-jupiter</artifactId>
|
92 |
| - <version>1.20.2</version> |
| 92 | + <version>1.20.3</version> |
93 | 93 | <scope>test</scope>
|
94 | 94 | </dependency>
|
95 | 95 | </dependencies>
|
|
111 | 111 | <plugin>
|
112 | 112 | <groupId>io.openliberty.tools</groupId>
|
113 | 113 | <artifactId>liberty-maven-plugin</artifactId>
|
114 |
| - <version>3.10.3</version> |
| 114 | + <version>3.11.1</version> |
115 | 115 | <configuration>
|
116 | 116 | <!-- devc config -->
|
117 | 117 | <containerRunOpts>
|
|
125 | 125 | <plugin>
|
126 | 126 | <groupId>org.apache.maven.plugins</groupId>
|
127 | 127 | <artifactId>maven-surefire-plugin</artifactId>
|
128 |
| - <version>3.5.0</version> |
| 128 | + <version>3.5.1</version> |
129 | 129 | </plugin>
|
130 | 130 |
|
131 | 131 | <!-- Plugin to run integration tests -->
|
132 | 132 | <plugin>
|
133 | 133 | <groupId>org.apache.maven.plugins</groupId>
|
134 | 134 | <artifactId>maven-failsafe-plugin</artifactId>
|
135 |
| - <version>3.5.0</version> |
| 135 | + <version>3.5.1</version> |
136 | 136 | <executions>
|
137 | 137 | <execution>
|
138 | 138 | <id>integration-test</id>
|
|
0 commit comments