-
Notifications
You must be signed in to change notification settings - Fork 109
fix(deps): update all non-major dependencies #533
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2859a9e to
b3667cc
Compare
|
Kudos, SonarCloud Quality Gate passed! |
b3667cc to
ecde8e8
Compare
3e140db to
d2054f8
Compare
d2054f8 to
9133f11
Compare
9133f11 to
c55e172
Compare
6628089 to
5444d47
Compare
571e2c1 to
7288ab4
Compare
6c2ab5f to
a43f445
Compare
d9c4bbf to
f9783c8
Compare
161207a to
b114e33
Compare
6f7da62 to
963553d
Compare
963553d to
4a9ad7e
Compare
3a9eb17 to
167a193
Compare
167a193 to
e1b33d3
Compare
1a672de to
18f4319
Compare
18f4319 to
440b5fb
Compare
440b5fb to
dad0b5f
Compare
|
estal011
added a commit
to 8btc-OnePiece/graphql-java-servlet
that referenced
this pull request
Jul 31, 2024
* 15.2: (72 commits) Update version for release chore: bump version to 15.2.0 fix(deps): update all non-major dependencies to v2.0.12 chore(deps): update dependency gradle to v8.6 (graphql-java-kickstart#554) chore(deps): update gradle/wrapper-validation-action action to v2 chore(deps): update actions/cache action to v4 (graphql-java-kickstart#551) fix(deps): update dependency org.apache.groovy:groovy-all to v4.0.18 fix(deps): update all non-major dependencies to v6.1.3 fix(deps): update all non-major dependencies to v2.0.11 fix(deps): update all non-major dependencies to v2.0.10 fix(deps): update all non-major dependencies to v2.16.1 fix(deps): update dependency org.apache.groovy:groovy-all to v4.0.17 (graphql-java-kickstart#545) fix(deps): update dependency net.bytebuddy:byte-buddy to v1.14.11 fix(deps): update dependency com.google.guava:guava to v33 (graphql-java-kickstart#542) fix(deps): update all non-major dependencies (graphql-java-kickstart#533) chore(deps): replace cglib with byte-buddy (graphql-java-kickstart#543) chore(deps): update actions/setup-java action to v4 chore(deps): update actions/checkout action to v4 fix(deps): update dependency com.graphql-java:graphql-java to v21 fix(deps): update all non-major dependencies to v2.1.1 ... # Conflicts: # build.gradle # gradle.properties
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
32.0.1-jre->32.1.3-jre4.2.1.3168->4.4.1.33736.0.10->6.1.26.0.10->6.1.21.14.9->1.14.104.0.13->4.0.161.18.28->1.18.302.15.2->2.16.02.0.7->2.0.92.0.7->2.0.92.15.2->2.16.02.15.2->2.16.02.15.2->2.16.021.0->21.3Release Notes
spring-projects/spring-framework (org.springframework:spring-web)
v6.1.2Compare Source
⭐ New Features
coRouterDSL #31831isStaticandreleaseTargetas default methods onTargetSource#31820MySQLIdentityColumnMaxValueIncrementer#31784MockPartconstructor that accepts theContent-Type#31757toString(Charset)inFastByteArrayOutputStream#31737TestExecutionListeners atWARNlevel #31688-parametersflag in exception messages #31675@RegisterReflectionForBindingfor enums #31570@Resource@Lazyfallback autowiring #31447@Order) #30849SimpleJdbcCallnamed parameter binding for Sybase ASE #30231@Asyncaspect should clear cached executors when different BeanFactory set #28201ServletCookieValueMethodArgumentResolver#26989Predicate- based mappedHandler config inAbstractHandlerExceptionResolver#26772SimpleJdbcCallwithnamedBinding=truefor MS SQL Server #26072setNullperformance on PostgreSQL and MS SQL Server (e.g. forNamedParameterJdbcTemplatebatch updates) #25679🐞 Bug Fixes
<replaced-method />unnecessarily requires explicitarg-typesince 6.0 #31826MergedAnnotationsfinds duplicate annotations on method in multi-level interface hierarchy #31803@Cacheablekey generator is called after invoking the cached method in case of a miss #31789NotSerializableExceptionforHttpComponentsHeadersAdapterwhen serializingHttpClientErrorException#31787Partfrom nested constructor binding in WebFlux #31778MimeTypeUtils.sortBySpecificity()#31769AnnotatedTypeMetadata'sgetMergedRepeatableAnnotationAttributes()method ignoresclassValuesAsString#31768ServerRequest::pathVariablein nestedRequestPredicateagain #31732@NotNullon JPA entity not respected in schema generation #31726@Cacheablethrows NullPointerException when encountering cached null value for empty Mono #31722nullif no response body is available #31719Durationargument if request parameter is not present #31709@ComponentScanadded directly and via a meta-annotation leads to multiple scanning #31704@DisabledInAotModedoes not work in native image #31705Query.scroll()inSharedEntityManagerCreator'squeryTerminatingMethodsset #31682equalsmethod (for ConversionService caching) #31672RequestMappingInfoleads to "IllegalArgumentException: Expected lookup path" #31662@Resourcedependency injection fails with AOT/native #29614ReflectiveMethodResolver#28377DatabaseMetadata#getProcedures(and functions) should take search string escape into account #22725📔 Documentation
@HttpExchangesection of reference docs #31796#thisand#rootvariable examples in SpEL documentation #31770@ModelAttributeis required for reflection hints inference #31765MockRestServiceServer.bindTo(RestClient.Builder)#31741-Dspring.context.exit=onRefreshfor Project CRaC testing purpose #31724spring.factoriesused in the TestContext framework in the reference manual #31723🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@HeartPattern, @HyeongMokJeong, @Johannes-Rost, @JuHyun419, @Nijco, @cdalexndr, @dogglezz, @freesme, @giuseppemilicia, @hpoettker, @izeye, @kilink, @lugaramirez, @mathieu-amblard, @meedbek, @perlun, @quaff, @reda-alaoui, @shin-mallang, and @tylerbertrand
v6.1.1Compare Source
⭐ New Features
StreamUtils.copy(String)#31621🐞 Bug Fixes
Cache.retrieve(key)semantics #31637<jee:local-slsb>no longer works with abusiness-interfaceattribute #31627@Cacheablemethod does not support condition with#result#31626PathResourceResolver.getResource()does not log warning ifResource#getURL()throws exception #31623📔 Documentation
❤️ Contributors
Thank you to all the contributors who worked on this release:
@7fantasy7, @Star-ho, and @quaff
v6.1.0Compare Source
⭐ New Features
JdbcClient.update(KeyHolder)does not work without explicit key column names #31607@EmbeddableInstantiatorsregistered on JPA embeddables for reflection #31534ControlFlowPointcut#31435🐞 Bug Fixes
@EnableJpaAuditingusing Spring Boot 3.2-RC2 in native image #31575RestClientbut passes withWebTestClient#31574ExecutorLifecycleDelegateshould callExecutorService.isTerminated()in?.isRunning()#31549RestTemplatePOST to endpoint using Digest Auth no longer works in 6.1 #31516nullindexed argument value #31508📔 Documentation
@Sqlscripts and statements #31589@[Enabled|Disabled]InNativeImagein reference manual #31438@DisabledInAotModein the reference manual #31437@Sqlclass-level execution phase support in the reference manual #31377🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Young-Zen, @duesenklipper, @izeye, @k-seth, and @wakingrufus
v6.0.15Compare Source
⭐ New Features
StreamUtils.copy(String)#31631🐞 Bug Fixes
<replaced-method />unnecessarily requires explicitarg-typesince 6.0 #31828MergedAnnotationsfinds duplicate annotations on method in multi-level interface hierarchy #31824MimeTypeUtils.sortBySpecificity()#31773Query.scroll()inSharedEntityManagerCreator'squeryTerminatingMethodsset #31683equalsmethod (for ConversionService caching) #31673<jee:local-slsb>no longer works with abusiness-interfaceattribute #31630PathResourceResolver.getResource()does not log warning ifResource#getURL()throws exception #31624📔 Documentation
@ModelAttributeis required for reflection hints inference #31767🔨 Dependency Upgrades
v6.0.14Compare Source
⭐ New Features
Log4jLogneeds to re-resolveExtendedLoggeron deserialization (for compatibility with Log4J 2.21) #31582StandardTypeLocatorfor hotspot when the same classes are resolved #31579propertiessetter toProblemDetail#31430🐞 Bug Fixes
@Nullable#31610PathMatchingResourcePatternResolveron MS Windows #31598NamedParameterUtilsbroken parsing related to square brackets #31596SqlOutParameter#31550MultiValueMapwhen no matrix variables are provided #31483ProxyFactoryBeandeclaration may lead to unexpected non-fatal "FactoryBean threw exception from getObjectType" stacktrace output #31473@Valuein compact constructor of a record should not register method injection #31433BeanCopierfalls back toClassLoader.defineClassfor public target #28699📔 Documentation
pertypewithinis supported by Spring AOP #25887PropertyPlaceholderConfigurers [SPR-9989] #14623🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@CrotchBurnt, @GVictorG7, @PiotrFLEURY, @baratrax, @bernie-schelberg-invicara, @huyachigege, @izeye, @lorenzsimon, @martin-lukas, and @rwinch
v6.0.13Compare Source
⭐ New Features
UnknownContentTypeExceptionis notSerializable#31283FastClassin CGLIB class names for@Configurationclasses #31272🐞 Bug Fixes
HibernateJpaDialectandHibernateExceptionTranslatorthrowSQLExceptionTranslator-provided exception instead of returning it #31409NamedParameterJdbcTemplatethrows unexpected exception fornullquery #31391@RequestBody#31327CompoundExpression.toStringAST()omits?for null-safe navigation #31326ConcurrentLruCacheno longer supports capacity = 0 #31317@Beanmethod #31242ContextOverridingClassLoader.isEligibleForOverriding#31232voidmethod invocation #27421LazyResolutionMessagedoes not implement propertoString#21265📔 Documentation
conversionServicefield in doc example #31330BeanPropertyRowMapper.getColumnValue(ResultSet, int, Class)is inconsistent with code #29285@Beanmethod in a@Configurationclass'@PostConstructmethod leads to circular reference #27876@Transactionalon interfaces #23538🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@jihuayu and @wfouche
v6.0.12Compare Source
⭐ New Features
@Scheduled(fixedDelay = Long.MAX_VALUE, timeUnit = TimeUnit.MINUTES) #31210PathMatchingResourcePatternResolver#31111@NullabletoargValueindoSetValue()inArgument[Type]PreparedStatementSetter#31086StringUtils#31067ReactiveAdapterRegistry#31047DefaultListableBeanFactory#getBeanNamesForTypedoes not take target type into account forFactoryBeanresolution #30987spring-coreaccess toorg.jboss.vfsforVfsUtilssupport on WildFly #30973readNBytesinStringHttpMessageConverterwhencontentLengthis available #30942DefaultGenerationContext(DefaultGenerationContext, String)constructorprotected#30895@Nullableannotations inAbstractResourceResolversubclasses in Spring MVC #30893@Autowiredmethods on same bean class #30359ClassUtils#getMostSpecificMethod#30272@PropertySource(ignoreResourceNotFound)support #22276PayloadMethodArgumentResolver#21852🐞 Bug Fixes
WebClientResponseException.getResponseBodyAsthrows exception instead of returningnullfor empty body #31179LogFactoryimplementation deviates from original ApacheLogFactoryin terms of abstract method declarations #31166nullSafeConciseToString()invokingisEmpty()on aMap/Collectionproxy #31138@DynamicPropertySourcein@Nestedtest class cannot override dynamic properties from enclosing class #31083Configuration
📅 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 has been generated by Mend Renovate. View repository job log here.