|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>com.exasol</groupId> |
5 | 5 | <artifactId>udf-debugging-java</artifactId> |
6 | | - <version>0.6.2</version> |
| 6 | + <version>0.6.3</version> |
7 | 7 | <name>udf-debugging-java</name> |
8 | 8 | <description>Utilities for debugging, profiling and code coverage measure for UDFs.</description> |
9 | 9 | <url>https://github.com/exasol/udf-debugging-java/</url> |
|
81 | 81 | <groupId>com.exasol</groupId> |
82 | 82 | <artifactId>exasol-test-setup-abstraction-java</artifactId> |
83 | 83 | <version>0.3.2</version> |
| 84 | + <scope>provided</scope> |
84 | 85 | </dependency> |
85 | 86 | <dependency> |
86 | 87 | <groupId>org.apache.commons</groupId> |
|
108 | 109 | <dependency> |
109 | 110 | <groupId>org.mockito</groupId> |
110 | 111 | <artifactId>mockito-junit-jupiter</artifactId> |
111 | | - <version>4.5.1</version> |
| 112 | + <version>4.6.1</version> |
112 | 113 | <scope>test</scope> |
113 | 114 | </dependency> |
114 | 115 | <dependency> |
|
121 | 122 | <dependency> |
122 | 123 | <groupId>com.exasol</groupId> |
123 | 124 | <artifactId>exasol-testcontainers</artifactId> |
124 | | - <version>6.1.1</version> |
| 125 | + <version>6.1.2</version> |
125 | 126 | <scope>test</scope> |
126 | 127 | </dependency> |
127 | 128 | <dependency> |
128 | 129 | <groupId>org.testcontainers</groupId> |
129 | 130 | <artifactId>junit-jupiter</artifactId> |
130 | | - <version>1.17.1</version> |
| 131 | + <version>1.17.2</version> |
131 | 132 | <scope>test</scope> |
132 | 133 | </dependency> |
133 | 134 | <dependency> |
134 | 135 | <groupId>com.exasol</groupId> |
135 | 136 | <artifactId>test-db-builder-java</artifactId> |
136 | | - <version>3.3.2</version> |
| 137 | + <version>3.3.3</version> |
137 | 138 | <scope>test</scope> |
138 | 139 | </dependency> |
139 | 140 | <dependency> |
|
257 | 258 | <parent> |
258 | 259 | <artifactId>udf-debugging-java-generated-parent</artifactId> |
259 | 260 | <groupId>com.exasol</groupId> |
260 | | - <version>0.6.2</version> |
| 261 | + <version>0.6.3</version> |
261 | 262 | <relativePath>pk_generated_parent.pom</relativePath> |
262 | 263 | </parent> |
263 | 264 | </project> |
0 commit comments