|
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> |
9 | 9 | <properties> |
10 | | - <junit.version>5.10.2</junit.version> |
| 10 | + <junit.version>5.11.3</junit.version> |
11 | 11 | <jacoco.version>0.8.12</jacoco.version> |
12 | 12 | </properties> |
13 | 13 | <dependencies> |
|
19 | 19 | <dependency> |
20 | 20 | <groupId>org.eclipse.parsson</groupId> |
21 | 21 | <artifactId>parsson</artifactId> |
22 | | - <version>1.1.6</version> |
| 22 | + <version>1.1.7</version> |
23 | 23 | <scope>runtime</scope> |
24 | 24 | </dependency> |
25 | 25 | <dependency> |
|
42 | 42 | <dependency> |
43 | 43 | <groupId>com.exasol</groupId> |
44 | 44 | <artifactId>bucketfs-java</artifactId> |
45 | | - <version>3.1.2</version> |
| 45 | + <version>3.2.0</version> |
46 | 46 | </dependency> |
47 | 47 | <dependency> |
48 | 48 | <groupId>com.exasol</groupId> |
49 | 49 | <artifactId>exasol-test-setup-abstraction-java</artifactId> |
50 | | - <version>2.1.2</version> |
| 50 | + <version>2.1.6</version> |
51 | 51 | <!-- This is not a compile-dependency since it would pull a lot of transitive |
52 | 52 | dependencies (like the AWS SDK) into project where it's absolutely not |
53 | 53 | needed. That's possible since we only use the classes from this dependencies |
|
57 | 57 | <dependency> |
58 | 58 | <groupId>org.apache.commons</groupId> |
59 | 59 | <artifactId>commons-compress</artifactId> |
60 | | - <version>1.26.1</version> |
| 60 | + <version>1.27.1</version> |
61 | 61 | </dependency> |
62 | 62 | <!-- test dependencies --> |
63 | 63 | <dependency> |
|
75 | 75 | <dependency> |
76 | 76 | <groupId>org.mockito</groupId> |
77 | 77 | <artifactId>mockito-junit-jupiter</artifactId> |
78 | | - <version>5.11.0</version> |
| 78 | + <version>5.14.2</version> |
79 | 79 | <scope>test</scope> |
80 | 80 | </dependency> |
81 | 81 | <dependency> |
|
88 | 88 | <dependency> |
89 | 89 | <groupId>com.exasol</groupId> |
90 | 90 | <artifactId>exasol-testcontainers</artifactId> |
91 | | - <version>7.0.1</version> |
| 91 | + <version>7.1.1</version> |
92 | 92 | <scope>test</scope> |
93 | 93 | </dependency> |
94 | 94 | <dependency> |
95 | 95 | <groupId>org.testcontainers</groupId> |
96 | 96 | <artifactId>junit-jupiter</artifactId> |
97 | | - <version>1.19.7</version> |
| 97 | + <version>1.20.3</version> |
98 | 98 | <scope>test</scope> |
99 | 99 | </dependency> |
100 | 100 | <dependency> |
101 | 101 | <groupId>com.exasol</groupId> |
102 | 102 | <artifactId>test-db-builder-java</artifactId> |
103 | | - <version>3.5.4</version> |
| 103 | + <version>3.6.0</version> |
104 | 104 | <scope>test</scope> |
105 | 105 | </dependency> |
106 | 106 | <dependency> |
107 | 107 | <groupId>org.itsallcode</groupId> |
108 | 108 | <artifactId>junit5-system-extensions</artifactId> |
109 | | - <version>1.2.0</version> |
| 109 | + <version>1.2.2</version> |
110 | 110 | <scope>test</scope> |
111 | 111 | </dependency> |
112 | 112 | <dependency> |
113 | 113 | <!-- Enable log output for integration tests --> |
114 | 114 | <groupId>org.slf4j</groupId> |
115 | 115 | <artifactId>slf4j-jdk14</artifactId> |
116 | | - <version>2.0.12</version> |
| 116 | + <version>2.0.16</version> |
117 | 117 | </dependency> |
118 | 118 | </dependencies> |
119 | 119 | <build> |
|
0 commit comments