|
17 | 17 | </licenses>
|
18 | 18 |
|
19 | 19 | <properties>
|
20 |
| - <keycloak.version>23.0.4</keycloak.version> |
| 20 | + <keycloak.version>23.0.6</keycloak.version> |
21 | 21 | </properties>
|
22 | 22 |
|
23 | 23 | <dependencies>
|
|
61 | 61 | <dependency>
|
62 | 62 | <groupId>io.smallrye</groupId>
|
63 | 63 | <artifactId>smallrye-open-api-jaxrs</artifactId>
|
64 |
| - <version>3.8.0</version> |
| 64 | + <version>3.10.0</version> |
65 | 65 | <scope>compile</scope>
|
66 | 66 | </dependency>
|
67 | 67 |
|
68 | 68 | <dependency>
|
69 | 69 | <groupId>com.microsoft.playwright</groupId>
|
70 | 70 | <artifactId>playwright</artifactId>
|
71 |
| - <version>1.41.0</version> |
| 71 | + <version>1.41.2</version> |
72 | 72 | <scope>test</scope>
|
73 | 73 | </dependency>
|
74 | 74 | <dependency>
|
75 | 75 | <groupId>org.junit.jupiter</groupId>
|
76 | 76 | <artifactId>junit-jupiter</artifactId>
|
77 |
| - <version>5.10.1</version> |
| 77 | + <version>5.10.2</version> |
78 | 78 | <scope>test</scope>
|
79 | 79 | </dependency>
|
80 | 80 | <dependency>
|
81 | 81 | <groupId>org.assertj</groupId>
|
82 | 82 | <artifactId>assertj-core</artifactId>
|
83 |
| - <version>3.25.2</version> |
| 83 | + <version>3.25.3</version> |
84 | 84 | <scope>test</scope>
|
85 | 85 | </dependency>
|
86 | 86 | <dependency>
|
87 | 87 | <groupId>org.testcontainers</groupId>
|
88 | 88 | <artifactId>junit-jupiter</artifactId>
|
89 |
| - <version>1.19.3</version> |
| 89 | + <version>1.19.5</version> |
90 | 90 | <scope>test</scope>
|
91 | 91 | </dependency>
|
92 | 92 | <dependency>
|
|
116 | 116 | <plugin>
|
117 | 117 | <groupId>org.apache.maven.plugins</groupId>
|
118 | 118 | <artifactId>maven-shade-plugin</artifactId>
|
119 |
| - <version>3.5.1</version> |
| 119 | + <version>3.5.2</version> |
120 | 120 | </plugin>
|
121 | 121 | <plugin>
|
122 | 122 | <groupId>org.apache.maven.plugins</groupId>
|
|
167 | 167 | <plugin>
|
168 | 168 | <groupId>io.smallrye</groupId>
|
169 | 169 | <artifactId>smallrye-open-api-maven-plugin</artifactId>
|
170 |
| - <version>3.8.0</version> |
| 170 | + <version>3.10.0</version> |
171 | 171 | <executions>
|
172 | 172 | <execution>
|
173 | 173 | <phase>compile</phase>
|
|
0 commit comments