-
Notifications
You must be signed in to change notification settings - Fork 1
fix(deps): update all non-major application-server dependencies #724
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
base: staging
Are you sure you want to change the base?
Conversation
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
There hasn't been any activity on this pull request recently. Therefore, this pull request has been automatically marked as stale and will be closed if no further activity occurs within seven days. Thank you for your contributions. |
657542e
to
c19c77b
Compare
c19c77b
to
2319c08
Compare
fae104a
to
f0d5a76
Compare
f0d5a76
to
90abc51
Compare
ee9cd4e
to
56e3619
Compare
9874530
to
7c584ca
Compare
7c584ca
to
ed178da
Compare
This PR contains the following updates:
8.14.0-jdk21-alpine
->8.14.2-jdk21-alpine
6.2.7
->6.2.8
8.9.0
->8.13.3
11.8.2
->11.9.1
11.8.2
->11.9.1
2.21.1
->2.21.2
2.8.8
->2.8.9
11.8.2
->11.9.1
42.7.5
->42.7.7
Release Notes
spring-projects/spring-framework (org.springframework:spring-instrument)
v6.2.8
getsentry/sentry-java (io.sentry:sentry-spring-boot-starter-jakarta)
v8.13.3
Compare Source
Fixes
OkHttpEvent
even if no active span inSentryOkHttpInterceptor
#4469segment_id
(#4471)v8.13.2
Compare Source
Fixes
sentry-spring-boot-jakarta
(#4456)io.sentry:sentry-spring-boot-jakarta
is now correctly being built and published to Maven Central.v8.13.1
Compare Source
Fixes
SentryAndroid.init
crash if SDK is initialized from a background thread while anActivity
is in resumed state (#4449)Dependencies
v8.13.0
Compare Source
Features
Sentry.replay().enableDebugMaskingOverlay()
to overlay the screen with the Session Replay masks.frameRate
(default 1 fps).attributes
(#4402)Sentry.logger.log
now takes aSentryLogParameters
SentryLogParameters.create(SentryAttributes.of(...))
to pass attributesstring
,boolean
,integer
ordouble
.string
. Currently we simply calltoString()
but we might offer more in the future.SentryAttribute.named("point", Point(10, 20))
you may store it asSentryAttribute.integerAttribute("point.x", point.x)
andSentryAttribute.integerAttribute("point.y", point.y)
SentryAttribute.named()
will automatically infer the type or fall back tostring
.SentryAttribute.booleanAttribute()
takes aBoolean
valueSentryAttribute.integerAttribute()
takes aInteger
valueSentryAttribute.doubleAttribute()
takes aDouble
valueSentryAttribute.stringAttribute()
takes aString
valueSentryLogParameters
to avoid creating tons of overloads that are ambiguous.Fixes
OtelSentrySpanProcessor
instead ofOtelSentryPropagator
(#4434)OtelSentryPropagator.extract
or having asentry-trace
header that failed to parse would cause isolation scope not to be forked.Dependencies
3.5.0
(#4111)v8.12.0
Compare Source
Features
options.getLogs().setEnabled(true)
inSentry.init
/SentryAndroid.init
<meta-data android:name="io.sentry.logs.enabled" android:value="true" />
inAndroidManifest.xml
logs.enabled=true
insentry.properties
sentry.logs.enabled=true
inapplication.properties
sentry.logs.enabled: true
inapplication.yml
Sentry.logger().info()
and similar methods.String.format
.options.getLogs().setBeforeSend()
to filter outgoing logsFixes
Dependencies
v8.11.1
Compare Source
Fixes
v8.11.0
Compare Source
Features
RequestDetailsResolver
public (#4326)RequestDetailsResolver
is now public and has an additional constructor, making it easier to use a customTransportFactory
Fixes
Text
Composables (#4361)TextField
Composables (#4362)v8.10.0
Compare Source
Features
ContextStorageProvider
if available (#4359)java.lang.IllegalStateException: Found multiple ContextStorageProvider. Set the io.opentelemetry.context.ContextStorageProvider property to the fully qualified class name of the provider to use. Falling back to default ContextStorage. Found providers: ...
-Dio.opentelemetry.context.contextStorageProvider=io.sentry.opentelemetry.SentryContextStorageProvider
on yourjava
commandContextStorageProvider
that has been configured by loading it through SPIContextStorageProvider
is available or there are problems loading it, we fall back to usingSentryOtelThreadLocalStorage
Fixes
Dependencies
nats-io/nats.java (io.nats:jnats)
v2.21.2
Compare Source
Core
JetStream
Key Value
General
springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-starter-webmvc-ui)
v2.8.9
Compare Source
Added
Changed
Fixed
pgjdbc/pgjdbc (org.postgresql:postgresql)
v42.7.7
Security
Fix
channel binding required
handling to reject non-SASL authenticationPreviously, when channel binding was set to "require", the driver would silently ignore this
requirement for non-SASL authentication methods. This could lead to a false sense of security
when channel binding was explicitly requested but not actually enforced. The fix ensures that when
channel binding is set to "require", the driver will reject connections that use
non-SASL authentication methods or when SASL authentication has not completed properly.
See the Security Advisory for more detail. Reported by George MacKerron
The following CVE-2025-49146 has been issued
Added
v42.7.6
Features
Performance Improvements
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.