Skip to content

Commit 470ba42

Browse files
committed
Update dependencies
1 parent 6a13486 commit 470ba42

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

compose.override.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
- "8080:8080"
4040

4141
schema-registry-ui:
42-
image: apicurio/apicurio-registry-ui:3.0.2
42+
image: apicurio/apicurio-registry-ui:3.0.3
4343
container_name: schema-registry-ui
4444
restart: always
4545
ports:

compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ services:
118118
# INFRASTRUCTURE
119119
# One Kafka Connect instance is for the purposes of simplicity. Do your own research to set up a cluster
120120
kafka-connect:
121-
image: debezium/connect:3.0.0.Final
121+
image: quay.io/debezium/connect:3.0.1.Final
122122
container_name: kafka-connect
123123
restart: always
124124
depends_on: [ kafka, schema-registry, book-db, user-db, notification-db ]
@@ -149,7 +149,7 @@ services:
149149
command: bash /usr/load-connectors.sh
150150

151151
schema-registry:
152-
image: apicurio/apicurio-registry:3.0.2
152+
image: apicurio/apicurio-registry:3.0.3
153153
container_name: schema-registry
154154
restart: always
155155

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
org.gradle.parallel=true
22
kotlin.code.style=official
33
# plugins
4-
springBootVersion=3.3.4
4+
springBootVersion=3.3.5
55
springDependencyManagementVersion=1.1.6
6-
openApiGeneratorVersion=7.8.0
6+
openApiGeneratorVersion=7.9.0
77
nativeBuildToolsVersion=0.10.3
8-
kotlinVersion=2.0.20
8+
kotlinVersion=2.0.21
99
# dependencies for `user-service`
10-
guavaVersion=33.3.0-jre
10+
guavaVersion=33.3.1-jre
1111
kotlinxHtmlVersion=0.11.0
1212
# dependencies for `common-model`
13-
springCoreVersion=6.1.13
13+
springCoreVersion=6.1.14
1414
# `webjars` dependencies for `notification-service`
1515
sockjsClientVersion=1.5.1
1616
stompWebsocketVersion=2.3.4

0 commit comments

Comments
 (0)