@@ -45,16 +45,16 @@ object Dagpenger {
45
45
}
46
46
47
47
const val Grunnbel øp = " com.github.navikt:dp-grunnbelop:2022.05.20-09.36.a361a7eb490e"
48
- const val Streams = " com.github.navikt:dagpenger-streams:2022.06.19-20.52.d37841b711ec "
48
+ const val Streams = " com.github.navikt:dagpenger-streams:2021.12.29-13.08.7857ff52b457 "
49
49
const val Events = " com.github.navikt:dagpenger-events:2021.12.14-09.45.e24e8c813b27"
50
50
}
51
51
52
52
object Database {
53
- const val Postgres = " org.postgresql:postgresql:42.5.0 "
54
- const val Kotlinquery = " com.github.seratch:kotliquery:1.9.0 "
55
- const val Flyway = " org.flywaydb:flyway-core:9.8.2 "
53
+ const val Postgres = " org.postgresql:postgresql:42.3.2 "
54
+ const val Kotlinquery = " com.github.seratch:kotliquery:1.6.1 "
55
+ const val Flyway = " org.flywaydb:flyway-core:8.5.11 "
56
56
const val HikariCP = " com.zaxxer:HikariCP:5.0.1"
57
- const val VaultJdbc = " no.nav:vault-jdbc:1.3.10 "
57
+ const val VaultJdbc = " no.nav:vault-jdbc:1.3.7 "
58
58
}
59
59
60
60
object Fuel {
@@ -69,14 +69,14 @@ object GradleWrapper {
69
69
}
70
70
71
71
object Jackson {
72
- const val version = " 2.14.1 "
72
+ const val version = " 2.12.3 "
73
73
const val core = " com.fasterxml.jackson.core:jackson-core:$version "
74
74
const val kotlin = " com.fasterxml.jackson.module:jackson-module-kotlin:$version "
75
75
const val jsr310 = " com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$version "
76
76
}
77
77
78
78
object Junit5 {
79
- const val version = " 5.9.1 "
79
+ const val version = " 5.7.2 "
80
80
const val api = " org.junit.jupiter:junit-jupiter-api:$version "
81
81
const val params = " org.junit.jupiter:junit-jupiter-params:$version "
82
82
const val engine = " org.junit.jupiter:junit-jupiter-engine:$version "
@@ -96,7 +96,7 @@ object JsonAssert {
96
96
}
97
97
98
98
object Kafka {
99
- const val version = " 3.3.1 "
99
+ const val version = " 2.8.0 "
100
100
const val clients = " org.apache.kafka:kafka-clients:$version "
101
101
const val streams = " org.apache.kafka:kafka-streams:$version "
102
102
const val streamTestUtils = " org.apache.kafka:kafka-streams-test-utils:$version "
@@ -118,22 +118,22 @@ object Konfig {
118
118
}
119
119
120
120
object Kotlin {
121
- const val version = " 1.7.21 "
121
+ const val version = " 1.7.0 "
122
122
const val stdlib = " org.jetbrains.kotlin:kotlin-stdlib:$version "
123
123
124
124
object Coroutines {
125
- const val version = " 1.6.4 "
125
+ const val version = " 1.6.1 "
126
126
fun module (name : String ) = " org.jetbrains.kotlinx:kotlinx-coroutines-$name :$version "
127
127
}
128
128
129
129
object Logging {
130
- const val version = " 3.0.4 "
130
+ const val version = " 2.1.21 "
131
131
const val kotlinLogging = " io.github.microutils:kotlin-logging:$version "
132
132
}
133
133
}
134
134
135
135
object KoTest {
136
- const val version = " 5.5.4 "
136
+ const val version = " 4.6.0 "
137
137
138
138
// for kotest framework
139
139
const val runner = " io.kotest:kotest-runner-junit5-jvm:$version "
@@ -165,7 +165,7 @@ object Ktor {
165
165
}
166
166
167
167
object Ktor2 {
168
- const val version = " 2.1.3 "
168
+ const val version = " 2.0.2 "
169
169
object Client {
170
170
fun library (name : String ) = " io.ktor:ktor-client-$name :$version "
171
171
}
@@ -175,7 +175,7 @@ object Ktor2 {
175
175
}
176
176
177
177
object Log4j2 {
178
- const val version = " 2.19.0 "
178
+ const val version = " 2.17.1 "
179
179
const val api = " org.apache.logging.log4j:log4j-api:$version "
180
180
const val core = " org.apache.logging.log4j:log4j-core:$version "
181
181
const val slf4j = " org.apache.logging.log4j:log4j-slf4j-impl:$version "
@@ -189,7 +189,7 @@ object Log4j2 {
189
189
}
190
190
191
191
object Micrometer {
192
- const val version = " 1.10.1 "
192
+ const val version = " 1.7.0 "
193
193
const val prometheusRegistry = " io.micrometer:micrometer-registry-prometheus:$version "
194
194
}
195
195
@@ -205,7 +205,7 @@ object Moshi {
205
205
}
206
206
207
207
object Mockk {
208
- const val version = " 1.13.2 "
208
+ const val version = " 1.12.1 "
209
209
const val mockk = " io.mockk:mockk:$version "
210
210
}
211
211
@@ -215,7 +215,7 @@ object Nare {
215
215
}
216
216
217
217
object Prometheus {
218
- const val version = " 0.16 .0"
218
+ const val version = " 0.11 .0"
219
219
const val common = " io.prometheus:simpleclient_common:$version "
220
220
const val hotspot = " io.prometheus:simpleclient_hotspot:$version "
221
221
const val log4j2 = " io.prometheus:simpleclient_log4j2:$version "
@@ -228,7 +228,7 @@ object Prometheus {
228
228
}
229
229
230
230
const val RapidAndRivers = " com.github.navikt:rapids-and-rivers:2022.03.25-09.17.0628678a7192"
231
- const val RapidAndRiversKtor2 = " com.github.navikt:rapids-and-rivers:2022111011111668075098.65e508dcde8b "
231
+ const val RapidAndRiversKtor2 = " com.github.navikt:rapids-and-rivers:2022060808531654671206.908d671b7ae0 "
232
232
233
233
object Slf4j {
234
234
const val version = " 1.7.25"
@@ -250,13 +250,13 @@ object Shadow {
250
250
}
251
251
252
252
object TestContainers {
253
- const val version = " 1.17.6 "
253
+ const val version = " 1.17.1 "
254
254
const val postgresql = " org.testcontainers:postgresql:$version "
255
255
const val kafka = " org.testcontainers:kafka:$version "
256
256
}
257
257
258
258
object Ulid {
259
- const val version = " 8.3 .0"
259
+ const val version = " 8.2 .0"
260
260
const val ulid = " de.huxhorn.sulky:de.huxhorn.sulky.ulid:$version "
261
261
}
262
262
0 commit comments