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

fix(deps): update java non-major #79

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.fasterxml.jackson.core:jackson-databind (source) 2.18.2 -> 2.18.3 age adoption passing confidence
com.fasterxml.jackson.core:jackson-core 2.18.2 -> 2.18.3 age adoption passing confidence
com.fasterxml.jackson.core:jackson-annotations (source) 2.18.2 -> 2.18.3 age adoption passing confidence
org.slf4j:slf4j-api (source, changelog) 2.0.16 -> 2.0.17 age adoption passing confidence
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.18.2 -> 2.18.3 age adoption passing confidence
com.fasterxml.jackson.dataformat:jackson-dataformat-cbor 2.18.2 -> 2.18.3 age adoption passing confidence
se.swedenconnect.security:credentials-support 2.0.2 -> 2.0.4 age adoption passing confidence
jakarta.validation:jakarta.validation-api (source) 3.1.0 -> 3.1.1 age adoption passing confidence
org.mockito:mockito-junit-jupiter 5.15.2 -> 5.16.0 age adoption passing confidence
org.mockito:mockito-core 5.15.2 -> 5.16.0 age adoption passing confidence
org.junit.jupiter:junit-jupiter (source) 5.11.4 -> 5.12.0 age adoption passing confidence
se.swedenconnect.security:credentials-support-nimbus 2.0.2 -> 2.0.4 age adoption passing confidence
se.swedenconnect.security:credentials-support-spring-boot-starter 2.0.2 -> 2.0.4 age adoption passing confidence
org.slf4j:slf4j-simple (source, changelog) 2.0.16 -> 2.0.17 age adoption passing confidence
org.openapitools:openapi-generator-maven-plugin 7.11.0 -> 7.12.0 age adoption passing confidence
org.jreleaser:jreleaser-maven-plugin 1.16.0 -> 1.17.0 age adoption passing confidence
io.projectreactor:reactor-core 3.7.2 -> 3.7.3 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

swedenconnect/credentials-support (se.swedenconnect.security:credentials-support)

v2.0.4

Compare Source

v2.0.3

Compare Source

jakartaee/validation (jakarta.validation:jakarta.validation-api)

v3.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: jakartaee/validation@3.1.0...3.1.1

mockito/mockito (org.mockito:mockito-junit-jupiter)

v5.16.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.16.0
  • 2025-03-03 - 10 commit(s) by Brice Dutheil, Rafael Winterhalter, TDL, dependabot[bot]
  • Add support for including module-info in Mockito. (#​3597)
  • Bump com.gradle.develocity from 3.19 to 3.19.1 (#​3579)
  • Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 (#​3577)
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.1 to 7.0.2 (#​3574)
  • Bump com.diffplug.spotless:spotless-plugin-gradle from 6.25.0 to 7.0.1 (#​3571)
  • Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 (#​3569)
  • Tweaks documentation on mockito agent config for maven (#​3568)
  • Adds --info to diagnose closeAndReleaseStagingRepositories issues (#​3567)
  • Refine reflection when calling management factory (#​3566)
  • Avoid warning when dynamic attach is enabled (#​3551)
openapitools/openapi-generator (org.openapitools:openapi-generator-maven-plugin)

v7.12.0: released

Compare Source

v7.12.0 stable release (breaking changes with fallbacks) comes with 80+ enhancements, bug fixes and a refactored PHP Laravel server generator

This release comes with 3 breaking changes (with fallback):

  • [csharp] Set generichost as default #​20748
  • [protobuf-schema] Replace zero value enum suffix from UNKNOWN to UNSPECIFIED #​20473
  • [java][spring]Using Optional.ofNullable() at the fluent setters to prevent NPE #​20406

Below are the highlights of the changes. For a full list of changes, please refer to the "Pull Request" tab.

General

  • Add openapi-normalizer rule to set tags to vendor extension #​20713
  • remove false error message "Required var not in properties" #​20623
  • [DefaultCodegen] simplified comparison for required flag #​20602
  • [Gradle plugin] Add Option to Skip Merging Spec Files #​19396

asciidoc

  • [BUG] [ASCIIDOC] Asciidoc generator sets not defined example values as string value "null" #​20670

C#

  • [csharp][generichost] fix syslib1045, use GeneratedRegex for .net7+ #​20695
  • [csharp] Fixed discriminator #​20624
  • [csharp] unity error message and code cleanup #​20595
  • [csharp] Replaced property from allOf #​20578
  • [csharp][generichost] Removed a using statement #​20541
  • [csharp][generichost] Fixes de/serialization #​20540
  • [csharp][java] Fix enum discriminator default value #​19614

Dart

  • Fix: Resolve Dart 3.5+ and json_serializable 6.9.0+ compatibility issues in generated dart-dio clients #​20460

Erlang

  • [Erlang] Fix crash on escaped type in erlang-server handler #​20735
  • [erlang] erlang-server generator fixes #​20717

Elixir

Go

  • [Go] Implement GetActualInstanceValue method #​20663
  • [Go] skip validator import if oneOf discriminator lookup is enabled #​20497
  • [BUG][Go-server] attempt to fix the controller-api mustache template for a nullable bodyParam #​20478

Java

  • SingleRequestParameter setter parameter construction #​20679
  • reuse Configuration.defaultApiClientin no-arg Api ctors and make ref volatile #​20635
  • [java][client] Add static modifier to inner class in Java when useSingleRequestParameter=true #​20590
  • [JAVA][JAXRS-SPEC] Add config option to disable generation of @​JsonCreator constructor #​20570
  • Add option to generate a fully sealed model in the JavaSpring generator #​20503
  • Using Optional.ofNullable() at the fluent setters to prevent NPE #​20406 (breaking changes with fallbacks)
  • [java][spring] Add option optionalAcceptNullable to accept null values #​20746
  • [java][feign] Fix model combining properties and additional properties #​19713
  • [java][webclient] Fix model combining properties and additional properties #​19711
  • [java][resttemplate] Fix model combining properties and additional properties #​19706
  • [csharp][java] Fix enum discriminator default value #​19614

Julia

  • [julia] fix enum default vals, add api validations #​20520

Kotlin

  • [kotlin][client] Explode query param properly #​20714
  • [kotlin-spring] Adds 'suspend' modifier for reactive List endpoint with useFlowForArrayReturnType = false #​20710
  • [JavaSpring, kotlin-spring] attach sources when maven and interfaceOnly=true is used #​20640
  • Added HTTP method+path to JavaDocs in kotlin clients #​20618
  • [kotlin-client][jvm-spring-restclient] Extract data from PartConfig for multipart/form-data requests in ApiClient #​20598

NodeJS

  • fix(nodejs-express-server): remove unused axios dependency #​20707
  • docs(nodejs-express-server): fix default port number in README #​20706
  • fix(nodejs-express-server): update express-openapi-validator to v4 #​20704

PHP

  • [php][php-nextgen] enumUnknownDefaultCase true now return the correct value for unknown values #​20594
  • allow PHP generator to accept modelNameMapping 20533
  • Rewrite the PHP Laravel generator #​20526
  • [php-*] Explicitly declare nullable parameters #​20524

Protobuf schema

  • [protobuf-schema] Replace zero value enum suffix from UNKNOWN to UNSPECIFIED (Breaking change (with fallback)) #​20473

Python

  • [Python] Fix mustache tag syntax in github worklow #​20701
  • [Python] Add ca_cert_data parameter #​20697
  • [python] Encode list query parameters for python pydantic v1 client #​20614

Ruby

  • [Ruby] Fix ruby client generator to generate setter methods with not null validation #​20672
  • Ruby fix typhoeus api client multiple call with file return type #​20615

Rust

  • [rust] Fixed compiler errors for decimal types #​20708
  • [Rust] Fix enum variant name generation #​20689
  • [RUST] chore: Clean up Rust reqwest and model templates #​20674
  • [rust] Added support for text/plain to reqwest clients #​20643
  • [Rust] Fixed Rust default isAnyType causing compiler issues #​20631
  • [Rust-Axum] Implement support for Basic and Bearer auth in Claims #​20584
  • [Rust-Axum][Breaking Change] Implement a customizable error handler #​20463

Swift

  • [swift][bug] Fix generation of cases with associated values #​20568

TypeScript

  • [typescript] middleware import file extension in api types #​20745
  • Updated BaseService and service arguments in the mustache files #​20736
  • [typescript] Prevent generating invalid enum code due to empty variable names #​20699
  • [typescript-angular] refactor service classes for reducing bundle sizes by ~20% #​20681
  • [typescript-axios] Conditionally set user-agent #​20571
  • [typescript] add call-time middleware support #​20430
jreleaser/jreleaser (org.jreleaser:jreleaser-maven-plugin)

v1.17.0

Compare Source

Binaries

https://github.com/jreleaser/jreleaser/wiki/Release-v1.17.0

Changelog

🚀 Features

assemble

  • d9c4b97 Support x86 and arm customizations in native-image assembler, closes #​1786
  • e95ac89 Let jlink.targetJdks be parameterizable with a matrix, closes #​1783
  • caa59db Let nativeImage.graalJdks be parameterizable with a matrix, closes #​1782

core

deploy

  • dd6055f Allow snapshot publications in mavenCentral deployer, closes #​1803

unscoped

🐛 Fixes

assemble

  • 3c79265 Relax validation of project properties during assembly, closes #​1788

gradle

hooks

  • 694b0da Filter hooks by matrix.platform when platform selection is configured, closes #​1779

unscoped

  • 80c35cb Correct JSON syntax in init template
  • 8b16954 Correct parameter name for overwriting init templates
  • d345eaf LinkedIn announcement Message contains distribution payload for PUBLIC MemberNetworkVisibility, closes #​1789 #​1794
  • 24c04bd RestAPIException does not ignore message body, closes #​1795

🔄️ Changes

announce

deploy

  • c49bdd5 Add missing parameter to logging message

🧰 Tasks

announce

  • 13d1001 Annotate deprecated announcers

build

unscoped

  • 7dae42f Update Scoop templates with suggested formatting

🛠 Build

  • 68bde7b Update release announcements
  • 58d7724 Add license to generated SBOMs
  • 21a6554 Switch to org.gradlex.maven-plugin-development plugin
  • de6f233 Configure linux-aarch64 binaries, closes #​980
  • fcb7a1a Upgrade to Gradle 8.12
  • 60ea2ee Update copyright in license headers
  • b595eb4 Bump for next development cycle

📝 Documentation

  • 4c5f037 Add algomaster99 as a contributor for code
  • b9c68fb Add morisil as a contributor for code

⚙️ Dependencies


Contributors

We'd like to thank the following people for their contributions:

reactor/reactor-core (io.projectreactor:reactor-core)

v3.7.3

Reactor Core 3.7.3 is part of 2024.0.3 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes
📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.7.2...v3.7.3


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/java-non-major branch 5 times, most recently from 7466728 to c8757f9 Compare February 11, 2025 12:31
@renovate renovate bot changed the title fix(deps): update dependency jakarta.validation:jakarta.validation-api to v3.1.1 fix(deps): update java non-major Feb 11, 2025
@renovate renovate bot force-pushed the renovate/java-non-major branch 7 times, most recently from 28d6d3b to 220884a Compare February 24, 2025 10:11
@renovate renovate bot force-pushed the renovate/java-non-major branch 5 times, most recently from d26b09e to 2944b6e Compare March 1, 2025 02:30
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/java-non-major branch from 2944b6e to 585ff1f Compare March 3, 2025 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants