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

Update several dependencies #166

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

jeroenvandisseldorp
Copy link
Contributor

No description provided.

snyk-bot and others added 7 commits December 20, 2024 02:32
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEKAFKA-8528112
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEKAFKA-8528112
…a72048c20498c69783b

[Snyk] Security upgrade org.apache.kafka:kafka-clients from 3.8.0 to 3.8.1
…7285209d5f4be76b73f

[Snyk] Security upgrade ch.qos.logback:logback-classic from 1.5.6 to 1.5.13
…eced8d1ac7b3609bb82

[Snyk] Security upgrade io.apicurio:apicurio-registry-serdes-avro-serde from 2.6.5.Final to 2.6.6.Final
Copy link
Contributor

@richard-axual richard-axual left a comment

Choose a reason for hiding this comment

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

Looks good, but can you add the maven versions plugin 2.18.0 to the parent pom pluginManagement?

This allows us to easily update versions using maven

                <plugin>
                    <groupId>org.codehaus.mojo</groupId>
                    <artifactId>versions-maven-plugin</artifactId>
                    <version>${maven.versions.plugin.version}</version>
                    <configuration>
                        <allowMajorUpdates>false</allowMajorUpdates>
                    </configuration>
                </plugin>

example update command is

mvn versions:update-properties
mvn versions:commit
mvn versions:revert

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants