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

#1111 Automate dependency version upgrades. Update dependencies for 0.6.0 #1112

Merged
merged 4 commits into from
Aug 1, 2024

Conversation

GuusLieben
Copy link
Member

Type of Change

  • Chore (changes to the build process or auxiliary tools)
  • Feature (non-breaking change that adds functionality)

Description

Dependency updates

  • org.jetbrains.kotlin:kotlin-stdlib: 1.9.22 -> 2.0.0
  • org.checkerframework:checker-qual: 3.42.0 -> 3.45.0
  • com.fasterxml.jackson.core: 2.16.1 -> 2.17.2
    • jackson-core
    • jackson-dataformat-properties
    • jackson-dataformat-toml
    • jackson-dataformat-xml
    • jackson-dataformat-yaml
  • jakarta.annotation:jakarta.annotation-api: 2.1.1 -> 3.0.0
  • org.junit.jupiter: 5.10.1 -> 5.10.3
    • junit-jupiter-api
    • junit-jupiter-engine
    • junit-jupiter-params
  • ch.qos.logback:logback-classic: 1.4.14 -> 1.5.6
  • org.mockito:mockito-core: 5.10.0 -> 5.12.0
  • org.slf4j:slf4j-api: 2.0.11 -> 2.0.13

Maven plugin updates

  • build-helper-maven-plugin: 3.5.0 -> 3.6.0
  • maven-compiler-plugin: 3.12.1 -> 3.13.0
  • maven-checkstyle-plugin: 3.3.1 -> 3.4.0
  • maven-deploy-plugin: 3.1.1 -> 3.1.2
  • maven-gpg-plugin: 1.6 -> 3.2.4
  • jacoco-maven-plugin: 0.8.11 -> 0.8.12
  • license-maven-plugin: 4.3 -> 4.5
  • dependency-check-maven: 9.0.9 -> 10.0.3
  • scala-maven-plugin: 4.8.1 -> 4.9.2
  • kotlin-maven-plugin: 1.9.22 -> 2.0.0
  • maven-source-plugin: 3.3.0 -> 3.3.1
  • nexus-staging-maven-plugin: 1.6.13 -> 1.7.0

Checklist

  • I have performed a self-review of my own code
  • New and existing unit tests pass locally with my changes
  • Related issue number is linked in pull request title
  • Any dependent changes have been merged and published in downstream modules
  • I have rebased my branch on top of the latest develop branch

Related Issue

Closes #1111

The plugin version is directly derived from the Kotlin version, and
should thus never be updated on its own. Rather the Kotlin version
should update, and the plugin should follow.
@GuusLieben GuusLieben added this to the 0.6.0 milestone Aug 1, 2024
@GuusLieben GuusLieben self-assigned this Aug 1, 2024
@GuusLieben GuusLieben merged commit fbfaf2b into develop/0.6.0 Aug 1, 2024
8 checks passed
@GuusLieben GuusLieben deleted the feature/#1111-dependency-upgrades branch August 1, 2024 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Automate dependency version upgrades
1 participant