Skip to content

Commit f3b954b

Browse files
committed
Revert "Oppgradere KUN testcontainers"
This reverts commit de59167.
1 parent de59167 commit f3b954b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

buildSrc/src/main/kotlin/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ object Shadow {
242242
}
243243

244244
object TestContainers {
245-
const val version = "1.15.0-rc2"
245+
const val version = "1.13.0"
246246
const val postgresql = "org.testcontainers:postgresql:$version"
247247
const val kafka = "org.testcontainers:kafka:$version"
248248
}

dp-inntekt-grpc/src/main/proto/InntektHenter.proto

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@ option java_multiple_files = true;
44

55
import "InntektAsJson.proto";
66

7-
message Person{
8-
string fnr = 1;
9-
}
10-
117
service InntektHenter {
128
rpc hentSpesifisertInntektAsJson(InntektId) returns (SpesifisertInntektAsJson) {}
139
rpc hentKlassifisertInntektAsJson(InntektId) returns (KlassifisertInntektAsJson) {}
14-
rpc hentKlassifisertInntektAsJson(Person) returns (KlassifisertInntektAsJson) {}
1510
}

0 commit comments

Comments
 (0)