We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469a208 commit 5fc5059Copy full SHA for 5fc5059
2 files changed
src/query-fhir-trino/build.gradle
@@ -15,6 +15,6 @@ dependencies {
15
// https://mvnrepository.com/artifact/io.trino/trino-jdbc
16
implementation 'io.trino:trino-jdbc:479'
17
18
- testImplementation 'com.approvaltests:approvaltests:25.10.0'
+ testImplementation 'com.approvaltests:approvaltests:26.6.1'
19
testImplementation 'com.google.code.gson:gson:2.13.2'
20
}
src/query/build.gradle
@@ -31,6 +31,6 @@ dependencies {
31
32
implementation 'com.github.slugify:slugify:3.0.7'
33
34
35
36
0 commit comments