Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rkudryashov committed Nov 3, 2024
1 parent 6a13486 commit 470ba42
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion compose.override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
- "8080:8080"

schema-registry-ui:
image: apicurio/apicurio-registry-ui:3.0.2
image: apicurio/apicurio-registry-ui:3.0.3
container_name: schema-registry-ui
restart: always
ports:
Expand Down
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ services:
# INFRASTRUCTURE
# One Kafka Connect instance is for the purposes of simplicity. Do your own research to set up a cluster
kafka-connect:
image: debezium/connect:3.0.0.Final
image: quay.io/debezium/connect:3.0.1.Final
container_name: kafka-connect
restart: always
depends_on: [ kafka, schema-registry, book-db, user-db, notification-db ]
Expand Down Expand Up @@ -149,7 +149,7 @@ services:
command: bash /usr/load-connectors.sh

schema-registry:
image: apicurio/apicurio-registry:3.0.2
image: apicurio/apicurio-registry:3.0.3
container_name: schema-registry
restart: always

Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
org.gradle.parallel=true
kotlin.code.style=official
# plugins
springBootVersion=3.3.4
springBootVersion=3.3.5
springDependencyManagementVersion=1.1.6
openApiGeneratorVersion=7.8.0
openApiGeneratorVersion=7.9.0
nativeBuildToolsVersion=0.10.3
kotlinVersion=2.0.20
kotlinVersion=2.0.21
# dependencies for `user-service`
guavaVersion=33.3.0-jre
guavaVersion=33.3.1-jre
kotlinxHtmlVersion=0.11.0
# dependencies for `common-model`
springCoreVersion=6.1.13
springCoreVersion=6.1.14
# `webjars` dependencies for `notification-service`
sockjsClientVersion=1.5.1
stompWebsocketVersion=2.3.4
Expand Down

0 comments on commit 470ba42

Please sign in to comment.