Skip to content
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

chore: update connector version to 8.3.0 #74

Merged
merged 2 commits into from
Oct 11, 2023
Merged
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!-- connector SDK version -->
<version.connector-core>0.23.2</version.connector-core>
<version.connector-runtime>0.23.2</version.connector-runtime>
<version.connector-core>8.3.0</version.connector-core>
<version.connector-runtime>8.3.0</version.connector-runtime>
Copy link
Member

@chillleader chillleader Oct 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This version is obsolete - while we're here, could you please remove it and use the same version everywhere (e.g. version.connectors?


<!-- external libraries -->
<version.assertj>3.24.2</version.assertj>
Expand Down