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 Networking #1509

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

Update Networking #1509

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.apache.tomcat.embed:tomcat-embed-websocket 9.0.86 -> 9.0.95 age adoption passing confidence
org.apache.tomcat.embed:tomcat-embed-el 9.0.86 -> 9.0.95 age adoption passing confidence
org.apache.tomcat.embed:tomcat-embed-core 9.0.86 -> 9.0.95 age adoption passing confidence
com.microsoft.azure:applicationinsights-spring-boot-starter 2.6.3 -> 2.6.4 age adoption passing confidence
com.microsoft.azure:applicationinsights-logging-logback 2.6.3 -> 2.6.4 age adoption passing confidence
io.springfox:springfox-swagger-ui 2.9.2 -> 2.10.5 age adoption passing confidence
io.springfox:springfox-swagger2 2.9.2 -> 2.10.5 age adoption passing confidence
io.github.openfeign:feign-jackson 11.0 -> 11.10 age adoption passing confidence
io.rest-assured:xml-path (source) 4.3.3 -> 4.5.1 age adoption passing confidence
io.rest-assured:json-path (source) 4.3.3 -> 4.5.1 age adoption passing confidence
io.rest-assured:rest-assured (source) 4.3.3 -> 4.5.1 age adoption passing confidence

Release Notes

Microsoft/ApplicationInsights-Java (com.microsoft.azure:applicationinsights-spring-boot-starter)

v2.6.4: Application Insights Java SDK 2.6.4

Compare Source

Updates applicationinsights-logging-log4j2 artifact to not pull in Log4j 2 dependency on its own. Users should already be bringing their own version of Log4j 2 (and should be upgrading that version or applying the mitigation steps from CVE-2021-44228). The update ensures that users have to bring their own version of Log4j 2 (#​2002).

Please see #​2008 for any other questions about Log4j 2.

springfox/springfox (io.springfox:springfox-swagger-ui)

v2.10.5

Compare Source

v2.10.4

Compare Source

v2.10.3

Compare Source

v2.10.0

Compare Source

openfeign/feign (io.github.openfeign:feign-jackson)

v11.10: OpenFeign 11.10

Compare Source

What's Changed


List of PRs that updated libraries versions

New Contributors

Full Changelog: OpenFeign/feign@11.9.1...11.10

v11.9.1: OpenFeign 11.9.1

Compare Source

What's Changed


List of PRs that updated libraries versions

New Contributors

Full Changelog: OpenFeign/feign@11.9...11.9.1

v11.9

Compare Source

  • OkHttpClient now implements AsyncClient

v11.8: OpenFeign 11.8

Compare Source

What's Changed

New Contributors

Full Changelog: OpenFeign/feign@11.7...11.8

v11.7: OpenFeign 11.7

Compare Source

What's new in OpenFeign 11.7

This minor release includes: 🎁

Highlights: ⚡️
  • Get build compatible with jdk 16 (#​1519)
  • [mock] verifyTimes with RequestKey parameter (#​1517)
  • JDK 11 HttpClient async implement for AsyncFeign. (#​1330)
Enhancements 🎉
  • Changing archuis-core scope to test (#​1496)
  • Aggregate Micrometer "uri" label values under uri template (#​1493)
  • SOAPEncoder: Add support to modify soap message manually (#​1503)
  • set request factory in Google http client constructor (#​1509)
  • Fixed flaky tests due to class.getMethods (#​1525)
Security Updates 🔐
  • Many libraries upgrade to latest version (help wanted to list which ones)
  • Okhttp: CVE-2020-29582 due to old version of Okhttp (Squareup) (#​1514)
Contributors

@​velo
@​kdavisk6
@​mikrethor
@​martinacat
@​Laess3r
@​moritzluedtke
@​radio-rogal
@​doumdoum
@​UzimakiNaruto
@​Augustine-C

v11.6: OpenFeign 11.6

Compare Source

What's new in OpenFeign 11.6

This minor release includes: 🎁

Bug Fixes 🐞
  • Fix exception thrown when using a custom error decoder with metrics (#​1466 #​1468)
Contributors

@​kdavisk6
@​velo
@​DarkAtra

v11.5: OpenFeign 11.5

Compare Source

What's new in OpenFeign 11.5

This minor release includes: 🎁

Highlights: ⚡️
  • Modifying Contract to support passing all parameters to encoders #​1448 (
  • Micrometer metrics tags extension (#​1322)
Contributors

@​velo
@​kdavisk6
@​fabiocarvalho777
@​Kuvaldis

v11.4: OpenFeign 11.4

Compare Source

What's new in OpenFeign 11.4

Security Release 🔐 for deployments. See 11.3 for highlights

v11.3: OpenFeign 11.3

Compare Source

What's new in OpenFeign 11.3

This minor release includes: 🎁

Highlights: ⚡️

  • Change MindMap to PlantUML (#​1396)
  • Rework the Jackson module as a Jackson Jr alternative (#​1409)
  • Add JSON-java decoder and encoder (#​1387)
  • Import annotation error decoder (#​1454)
Enhancements 🎉
  • Allow multiple inheritance on the interface level with current restri…
  • Add response headers to FeignException (#​1452)
  • Adding support for meta-annotations (#​1458)
Bug Fixes 🐞
  • Modify DefaultMethodHandler to work with Android (#​1436)
  • Run java11 build, if JDK version is at least 11 (#​1418)
  • Fix no response logging on async Feign (#​1450)
Security Updates 🔐
  • Many libraries upgrade to latest version (help wanted to list which ones)

Contributors

@​kdavisk6
@​velo
@​silkentrance
@​BigMichi1
@​radio-rogal
@​AWinterman
@​ashleyfrieze

v11.2: OpenFeign 11.2

Compare Source

What's new in OpenFeign 11.2

This minor release includes: 🎁

Enhancements 🎉
Bug Fixes 🐞
  • Make the FieldQueryMapEncoder encoder thread safe (#​1369)
  • GH-1270: Fix conflict between single and multi-value headers (#​1347)
Security Updates 🔐
  • Upgrade libraries
Contributors

@​kdavisk6
@​velo
@​Budlee
@​jaimepineiro

v11.1: OpenFeign 11.1

What's new in OpenFeign 11.1

This minor release includes: 🎁

Highlights: ⚡️
Enhancements 🎉
Bug Fixes 🐞
Security Updates 🔐
  • Upgrade httpclient5 to GA version 5.0.3 (#​1373)
Contributors

@​kdavisk6
@​velo
@​thanhj
@​ashleyfrieze
@​Linda-pan
@​jdpc86
@​jaimepineiro
@​youngxinler


Configuration

📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 requested a review from a team as a code owner August 6, 2024 07:54
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants