Update all non-major dependencies #3603
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.4
->8.5
11.1
->11.2
11.1
->11.2
42.7.0
->42.7.1
3.3.0
->3.3.1
4.0.15
->4.0.16
4.0.14
->4.0.16
5.3.2
->5.4.0
5.3.2
->5.4.0
5.3.2
->5.4.0
5.2.4
->5.2.5
5.2.4
->5.2.5
2.5.2.0
->2.5.3.1
4.23.0
->4.25.0
4.0.0
->4.0.1
6.0.0
->6.0.1
2.2.0
->2.3.0
6.7.0.202309050840-r
->6.8.0.202311291450-r
6.7.0.202309050840-r
->6.8.0.202311291450-r
4.7.3
->4.8.2
3.1.3
->3.1.4
5.0.14
->5.2.5
2.21.28
->2.21.42
1.3.33
->1.3.34
2.15.0
->2.15.1
3.1.5
->3.2.0
6.22.0
->6.23.3
3.1.10
->3.1.11
1.4.11
->1.4.14
1.4.11
->1.4.14
5.7.0
->5.8.0
7.14.0
->7.14.1
1.9.20
->1.9.21
1.32.0
->1.33.0
3.0.3
->3.1.0
3.1.5
->3.2.0
6.1.0
->6.1.1
1.12
->1.12.1
3.15.1
->3.16
Release Notes
gradle/gradle (gradle)
v8.5
Compare Source
pgjdbc/pgjdbc (org.postgresql:postgresql)
v42.7.1
Changed
Fixed
Fixes Issue #3008
Fixes Issue #3007
,Issue #2850
Closes [Issue #1391(https://github.com/pgjdbc/pgjdbc/issues/1391)
mariadb-corporation/mariadb-connector-j (org.mariadb.jdbc:mariadb-java-client)
v3.3.1
Compare Source
Full Changelog
Bugs Fixed
liquibase/liquibase (org.liquibase:liquibase-core)
v4.25.0
v4.24.0
Compare Source
v4.23.2
v4.23.1
eclipse-ee4j/jaxb-api (jakarta.xml.bind:jakarta.xml.bind-api)
v4.0.1
Compare Source
springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-starter-webmvc-ui)
v2.3.0
Added
Changed
Fixed
spotbugs/spotbugs (com.github.spotbugs:spotbugs-annotations)
v4.8.2
Compare Source
Fixed
Added
System.getenv()
calls, where the corresponding Java property could be used (See ENV02-J).Build
v4.8.1
Compare Source
Fixed
PA_PUBLIC_MUTABLE_OBJECT_ATTRIBUTE
bug ([#2652])Build
v4.8.0
Compare Source
Changed
Fixed
RandomOnceSubDetector
to not report whendoubles
,ints
, orlongs
are called on a newRandom
orSecureRandom
(#2370)TestASM
throwing error during analysis, because it doesn't note that it reports bugs.Added
classAnnotationNames
). For example, use like in an excludeFilter.xml to ignore classes generated by the Immutable framework. This ignores all class, method or field bugs in classes with that annotation.FindAssertionsWithSideEffects
detecting bugASSERTION_WITH_SIDE_EFFECT
andASSERTION_WITH_SIDE_EFFECT_METHOD
in case of assertions which may have side effects (See EXP06-J. Expressions used in assertions must not produce side effects)PA_PUBLIC_PRIMITIVE_ATTRIBUTE
,PA_PUBLIC_ARRAY_ATTRIBUTE
andPA_PUBLIC_MUTABLE_OBJECT_ATTRIBUTE
to warn for public attributes which are written by the methods of the class. This rule is loosely based on the SEI CERT rule OBJ01-J Limit accessibility of fields. (#OBJ01-J)SerializableIdiom
detector with new bug type:SE_PREVENT_EXT_OBJ_OVERWRITE
. It's reported in case of thereadExternal()
method allows any caller to reset any value of an objectFindVulnerableSecurityCheckMethods
for new bug typeVSC_VULNERABLE_SECURITY_CHECK_METHODS
. This bug is reported whenever a non-final and non-private method of a non-final class performs a security check using thejava.lang.SecurityManager
. (See [SEI CERT MET03-J] (https://wiki.sei.cmu.edu/confluence/display/java/MET03-J.+Methods+that+perform+a+security+check+must+be+declared+private+or+final))SynchronizationOnSharedBuiltinConstant
to detectDL_SYNCHRONIZATION_ON_INTERNED_STRING
(#2266)FindArgumentAssertions
detecting bugASSERTION_OF_ARGUMENTS
in case of validation of arguments of public functions using assertions (See MET01-J. Never use assertions to validate method arguments)CT_CONSTRUCTOR_THROW
for detecting constructors that throw exceptions.DontReusePublicIdentifiers
for new bug typePI_DO_NOT_REUSE_PUBLIC_IDENTIFIERS
. This bug is reported whenever a new class, interface, field, method or variable is created reusing an identifier from the Java Standard Library . (See SEI CERT rule DCL01-J)Security
Build
eclipse-ee4j/jersey (org.glassfish.jersey.media:jersey-media-multipart)
v3.1.4
Compare Source
LibrePDF/OpenPDF (com.github.librepdf:openpdf)
v1.3.34
: OpenPDF 1.3.34Compare Source
OpenPDF 1.3.34
janino-compiler/janino (org.codehaus.janino:janino)
v3.1.11
Compare Source
mockito/mockito (org.mockito:mockito-bom)
v5.8.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.8.0
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 has been generated by Mend Renovate. View repository job log here.