Skip to content

deps: Update versions for fixes #177

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ snapshotsRepoUrl=https://repo.aws.dsinternal.org/artifactory/datastax-snapshots-
releasesRepoUrl=https://repo.datastax.com/artifactory/datastax-public-releases-local

# deps version
avroVersion=1.10.2
avroVersion=1.11.3
lombokVersion=1.18.20
ossDriverVersion=4.16.0
cassandra3Version=3.11.10
Expand All @@ -24,18 +24,18 @@ kafkaVersion=3.4.0
vavrVersion=0.10.3
testContainersVersion=1.16.2
caffeineVersion=2.8.8
guavaVersion=30.1-jre
guavaVersion=32.0.1-jre
messagingConnectorsCommonsVersion=1.0.14
slf4jVersion=1.7.30
# pulsar connector
logbackVersion=1.2.9
logbackVersion=1.2.13
jacksonBomVersion=2.13.4.20221013
jnrVersion=3.1.15
nettyVersion=4.1.72.Final
nettyTcNativeVersion=2.0.46.Final
commonCompressVersion=1.21
gsonVersion=2.8.9
jsonVersion=20230227
jsonVersion=20231013

# cassandra settings for docker images
commitlog_sync_period_in_ms=2000
Expand Down
Loading