|
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 | <artifactId>udf-debugging-java</artifactId>
|
5 |
| - <version>0.6.6</version> |
| 5 | + <version>0.6.7</version> |
6 | 6 | <name>udf-debugging-java</name>
|
7 | 7 | <description>Utilities for debugging, profiling and code coverage measure for UDFs.</description>
|
8 | 8 | <url>https://github.com/exasol/udf-debugging-java/</url>
|
|
74 | 74 | <dependency>
|
75 | 75 | <groupId>com.exasol</groupId>
|
76 | 76 | <artifactId>bucketfs-java</artifactId>
|
77 |
| - <version>2.4.1</version> |
| 77 | + <version>2.6.0</version> |
78 | 78 | </dependency>
|
79 | 79 | <dependency>
|
80 | 80 | <groupId>com.exasol</groupId>
|
81 | 81 | <artifactId>exasol-test-setup-abstraction-java</artifactId>
|
82 |
| - <version>1.0.0</version> |
| 82 | + <version>1.1.1</version> |
83 | 83 | <!-- This is not a compile-dependency since it would pull a lot of transitive dependencies (like the AWS
|
84 | 84 | SDK) into project where it's absolutely not needed. That's possible since we only use the classes from this
|
85 | 85 | dependencies in methods that are ment to be used with the exasol-test-setup-abstraction-java. -->
|
|
93 | 93 | <dependency>
|
94 | 94 | <groupId>org.slf4j</groupId>
|
95 | 95 | <artifactId>slf4j-api</artifactId>
|
96 |
| - <version>2.0.4</version> |
| 96 | + <version>2.0.6</version> |
97 | 97 | </dependency>
|
98 | 98 | <!-- test dependencies -->
|
99 | 99 | <dependency>
|
|
111 | 111 | <dependency>
|
112 | 112 | <groupId>org.mockito</groupId>
|
113 | 113 | <artifactId>mockito-junit-jupiter</artifactId>
|
114 |
| - <version>4.9.0</version> |
| 114 | + <version>4.10.0</version> |
115 | 115 | <scope>test</scope>
|
116 | 116 | </dependency>
|
117 | 117 | <dependency>
|
|
124 | 124 | <dependency>
|
125 | 125 | <groupId>com.exasol</groupId>
|
126 | 126 | <artifactId>exasol-testcontainers</artifactId>
|
127 |
| - <version>6.3.1</version> |
| 127 | + <version>6.4.1</version> |
128 | 128 | <scope>test</scope>
|
129 | 129 | </dependency>
|
130 | 130 | <dependency>
|
|
181 | 181 | <plugin>
|
182 | 182 | <groupId>org.sonatype.ossindex.maven</groupId>
|
183 | 183 | <artifactId>ossindex-maven-plugin</artifactId>
|
184 |
| - <!-- Vulnerability in io.netty:netty-handler:4.1.77.Final |
185 |
| - https://ossindex.sonatype.org/vulnerability/sonatype-2020-0026 |
186 |
| - Excluded until a fixed version is available. exasol-test-setup-abstraction-java dependency --> |
| 184 | + <!-- io.netty:netty-handler: |
| 185 | + Not a vulnerability in netty but how it is configured by the client software.amazon.awssdk:netty-nio-client. --> |
187 | 186 | <configuration>
|
188 | 187 | <excludeVulnerabilityIds>
|
189 | 188 | <exclude>sonatype-2020-0026</exclude>
|
|
195 | 194 | <parent>
|
196 | 195 | <artifactId>udf-debugging-java-generated-parent</artifactId>
|
197 | 196 | <groupId>com.exasol</groupId>
|
198 |
| - <version>0.6.6</version> |
| 197 | + <version>0.6.7</version> |
199 | 198 | <relativePath>pk_generated_parent.pom</relativePath>
|
200 | 199 | </parent>
|
201 | 200 | </project>
|
0 commit comments