Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update dependency org.springframework:spring-core to v7.0.5#272

Merged
renovate[bot] merged 1 commit into
developfrom
renovate/spring-core
Feb 25, 2026
Merged

Update dependency org.springframework:spring-core to v7.0.5#272
renovate[bot] merged 1 commit into
developfrom
renovate/spring-core

Conversation

@renovate

@renovate renovate Bot commented Feb 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
org.springframework:spring-core 7.0.37.0.5 age confidence

Warning

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


Release Notes

spring-projects/spring-framework (org.springframework:spring-core)

v7.0.5

Compare Source

⚠️ Attention Required

  • Optimize request and response header handling in Spring MVC #​36334

⭐ New Features

  • Consistent adaptation of HTTP headers on Servlet responses #​36343
  • Copy methodAnnotations in MethodParameter copy constructor #​36342
  • Improve performance of validation groups determination in WebFlux #​36336
  • Reuse AnnotatedMethod annotation cache in derived instances #​36322
  • Optimize the addition of a charset to the MediaType in AbstractHttpMessageConverter #​36320
  • Optimize MediaType(MediaType, Charset) constructor #​36318
  • Detect all common size exceptions from Tomcat and Commons FileUpload 2.x #​36317
  • Consistently support @Autowired as a meta-annotation #​36315
  • Avoid duplicate required attribute lookup for @Autowired annotations #​36314
  • Cache @ResponseBody presence per controller class in RequestResponseBodyMethodProcessor #​36311

🐞 Bug Fixes

  • ResolvableType#getGenerics() breaks serialization #​36346
  • DefaultHttpMessageConverters not adding provided configurer #​36332
  • Restore early MessageConsumer creation for temporary queue #​36321
  • Multipart upload leak on client abort (ByteBuf.release() not called) #​36262

📔 Documentation

  • Document that SpEL expressions using Optional with null-safe and Elvis operators are not compilable #​36331
  • Improve documentation of baseline API version to emphasize version must be supported #​36316
  • Stop referring to obsolete ListenableFuture in documentation #​36313
  • Stop referring to standard Java features as "Java 8" features in documentation #​36310

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Niravil and @​TAKETODAY

v7.0.4

Compare Source

⭐ New Features

  • Cache method annotations in MethodParameter and AnnotatedMethod #​36307
  • Consistently support @Lazy as a meta-annotation at arbitrary depths #​36306
  • Consistently support @Validated as a meta-annotation at arbitrary depths #​36305
  • Let developers disable default registrations in HttpMessageConverters #​36303
  • Log which HandlerInterceptor threw the exception #​36281
  • Improve performance of hashcode calculations for request mappings #​36279
  • Improve performance of HandlerMethod bean lookup #​36278
  • Improve performance of version mapping #​36276
  • Improve performance of single pattern request mappings #​36275
  • Improve performance of validation groups determination #​36274
  • Add setPackagesToScan configuration method to LocalEntityManagerFactoryBean #​36270
  • Remove outdated GraalVM substitution #​36257
  • Introduce beforeRetry callback with RetryState argument #​36245
  • Optimize NamedParameterUtils#buildValueArray by lazily fetching SqlParameter #​36230
  • Allow customization of the ProxyFactory in HttpServiceProxyFactory used to create HTTP service proxies #​36225
  • Consistently close streams through try-with-resources in FileCopyUtils #​36223
  • Use Java Files utilities in FileCopyUtils #​36221
  • SqlBinaryValue and SqlCharacterValue should support InputStream content with undetermined length #​36219
  • Support JtaTransactionManager and SpringBeanContainer configuration on HibernateJpaVendorAdapter #​36216
  • Add TaskCallback/Callable/Runnable wrapper for retryable tasks #​36208
  • Refine YamlProcessor to allow different empty values #​36207
  • Anticipate fixing Kotlin 2.3 compilation warning #​36203
  • Allow YAML processors to create a flattened map with nulls included #​36197
  • Use Reader.transferTo in FileCopyUtils #​36196
  • DataBufferUtils.write() with NettyDataBuffer on JDK 25 hangs indefinitely #​36184
  • Make SendToMethodReturnValueHandler and SubscriptionMethodReturnValueHandler customizable, to allow for pass-through of message headers #​36179
  • Introduce RestClient.ResponseSpec#requiredBody #​36173
  • Make scope fully configurable in BeanRegistry/BeanRegistrar #​36171
  • ConcurrencyThrottleSupport and thread interruption #​36167
  • Add overloaded sendAndReceive methods to JmsTemplate to use explicit response queue #​36162
  • WebClient (Reactor) attributes on Netty channel do not clear after connection release #​36158
  • Support HttpEntity on ContentRequestMatchers.multipartData #​36154
  • Reintroduce WebLogicJtaTransactionManager in Spring Framework 6.2.x #​36151
  • Back-off for DefaultMessageListenerContainer is not applied consistently in case of listener setup failure #​36143
  • Early support for JPA 4.0 EntityAgent (autowiring a shared proxy) #​36025
  • Early compatibility with JPA 4.0 and Hibernate ORM 8.0 #​35705

🐞 Bug Fixes

  • Resolved HttpEntity Controller argument does not reflect mutated HTTP headers #​36298
  • Avoid lock congestion in ConcurrentReferenceHashMap #​36293
  • AbstractMessageConverter does not support wildcards in supported MIME types #​36285
  • Make LocalEntityManagerFactoryBean#setDataSource work on Hibernate as well as EclipseLink #​36271
  • StompBrokerRelayMessageHandler fails to restart due to test context pausing #​36266
  • Deadlock might occur when calling System.exit on startup (against multiple shutdown hooks) #​36260
  • Missing resource hint for BeanRegistrar implementing ImportAware #​36242
  • Inconsistent behavior with @Retryable on annotated interfaces #​36233
  • Netty4HeadersAdapter.remove returns empty list instead of null for non-existing key #​36226
  • Generic type in AsyncTaskExecutor.submit(Callable) should be @Nullable #​36191
  • EclipseLinkConnectionHandle can fail against transaction isolation race condition #​36165

📔 Documentation

  • Remove obsolete code in Redirecting to a resource section #​36284
  • Fix formatting in Web MVC HTTP Message Conversion documentation #​36250
  • Remove obsolete doc for spring.context.annotated-bean-reader.create #​36241
  • Document @SpringExtensionConfig in the reference manual #​36240
  • Fix JSON syntax in STOMP overview documentation #​36229
  • Revise documentation on JSR-330 support in the reference manual #​36222
  • Fix links to JUnit User Guide #​36217
  • Corrected the definition of coroutines #​36209
  • Fix LocalContainerEntityManagerFactoryBean#setPersistenceUnitName javadoc #​36205
  • Update documentation on trailing slash handling where type-level @GetMapping("/base") is combined with method level @GetMapping("/") #​36198
  • Update documentation on the MediaType used for ProblemDetail #​36192
  • Extract DispatcherServlet snippets #​36175
  • Replace getErrors() with getBindingResult() in examples #​36170
  • Refine CORS documentation to match latest changes #​36156

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Ivarz, @​catturtle123, @​chschu, @​deejay1, @​dingqianwen, @​dungdm93, @​furaizi, @​izeye, @​kchung1995, @​kilink, @​msridhar, @​ngocnhan-tran1996, @​pgoslatara, @​philwebb, @​pisek, and @​shub-est


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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/spring-core branch from 8460497 to e93f67c Compare February 24, 2026 21:31
@renovate renovate Bot force-pushed the renovate/spring-core branch from e93f67c to 0582163 Compare February 25, 2026 01:07
@renovate renovate Bot merged commit 69652fd into develop Feb 25, 2026
2 checks passed
@renovate renovate Bot deleted the renovate/spring-core branch February 25, 2026 04:52
lr101 added a commit that referenced this pull request Mar 21, 2026
* Update jackson monorepo to v2.18.3 (#178)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.18.3 (#177)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.3 (#175)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.8.5 (#173)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update flyway to v11.3.4 (#172)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.springframework:spring-core to v6.2.3 (#171)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Docs update (#182)

* Update docs and docker compose

* Add latest tag

* Update dependency org.springframework:spring-core to v6.2.4 (#181)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* 67 add notifications (#189)

* Add test

* Add messaging config

* Add updating messaging token

* Add notification scheduling

* Fix test

* Add notification by topic

* Update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.4 (#187)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update kotlin monorepo to v2.1.20 (#186)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.springframework:spring-core to v6.2.5 (#185)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update flyway to v11.5.0 (#180)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency com.google.firebase:firebase-admin to v9.4.3 (#190)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.8.6 (#188)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update pom.xml version to 0.0.13 (#192)

* Update dependency org.springframework:spring-core to v6.2.6 (#194)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.springframework:spring-core to v6.2.7 (#201)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update kotlin monorepo to v2.1.21 (#200)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.8.8 (#198)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.5 (#195)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.19.0 (#197)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update jackson monorepo to v2.19.0 (#196)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update flyway to v11.8.2 (#193)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.hibernate.validator:hibernate-validator to v9 (#202)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update jackson monorepo to v2.19.1 (#210)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.19.1 (#209)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.hibernate.validator:hibernate-validator to v9.0.1.Final (#208)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.springframework:spring-core to v6.2.8 (#207)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency com.google.firebase:firebase-admin to v9.5.0 (#204)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.8.9 (#206)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update flyway to v11.10.0 (#205)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency font-awesome to v7 (#219)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update jackson monorepo to v2.19.2 (#218)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.19.2 (#217)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.springframework:spring-core to v6.2.9 (#216)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.mockito.kotlin:mockito-kotlin to v6 (#215)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update flyway to v11.11.0 (#214)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update kotlin monorepo to v2.2.0 (#212)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.4 (#203)

* Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.4

* Update test version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lukas <[email protected]>

* Bump version to 0.0.14

* Update dependency io.minio:minio to v8.6.0 [SECURITY] (#231)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.springframework:spring-core to v6.2.11 [SECURITY] (#230)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.7 (#228)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update actions/setup-java action to v5 (#227)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update actions/checkout action to v5 (#225)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update jsonwebtoken.version to v0.13.0 (#223)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update kotlin monorepo to v2.2.21 (#224)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency net.coobird:thumbnailator to v0.4.21 (#233)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency font-awesome to v7.0.1 (#232)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.8.14 (#226)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Bump version from 0.0.14 to 0.0.15

* Update dependency org.springframework:spring-core to v6.2.12 (#236)

* Update dependency org.springframework:spring-core to v6.2.12

* Add okhttp to work with minio

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: lukas <[email protected]>

* Update dependency org.jetbrains:annotations to v26.0.2-1 (#235)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update flyway to v11.16.0 (#222)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.hibernate.validator:hibernate-validator to v9.1.0.Final (#238)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.junit.jupiter:junit-jupiter-api to v5.14.1 (#239)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency com.google.firebase:firebase-admin to v9.7.0 (#237)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.mockito.kotlin:mockito-kotlin to v6.1.0 (#240)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v3 (#250)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update actions/checkout action to v6 (#249)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency com.squareup.okhttp3:okhttp to v5 (#243)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update flyway to v11.20.3 (#245)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update kotlin monorepo to v2.3.0 (#255)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.mockito.kotlin:mockito-kotlin to v6.2.3 (#254)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Add packageRules for automerging minor and patch updates (#258)

* Upgrade dependencies and fix data base migration problems during a ne… (#260)

* Upgrade dependencies and fix data base migration problems during a new database setup

* Upgrade java version

* Bump version from 0.0.15 to 0.0.16

* Add support for all zoom levels (#262)

* Add gid data to pin (#264)

* Add gid data (#265) (#266)

* Update jackson monorepo to v2.18.3 (#178)



* Update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.18.3 (#177)



* Update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.3 (#175)



* Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.8.5 (#173)



* Update flyway to v11.3.4 (#172)



* Update dependency org.springframework:spring-core to v6.2.3 (#171)



* Docs update (#182)

* Update docs and docker compose

* Add latest tag

* Update dependency org.springframework:spring-core to v6.2.4 (#181)



* 67 add notifications (#189)

* Add test

* Add messaging config

* Add updating messaging token

* Add notification scheduling

* Fix test

* Add notification by topic

* Update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.4 (#187)



* Update kotlin monorepo to v2.1.20 (#186)



* Update dependency org.springframework:spring-core to v6.2.5 (#185)



* Update flyway to v11.5.0 (#180)



* Update dependency com.google.firebase:firebase-admin to v9.4.3 (#190)



* Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.8.6 (#188)



* Update pom.xml version to 0.0.13 (#192)

* Update dependency org.springframework:spring-core to v6.2.6 (#194)



* Update dependency org.springframework:spring-core to v6.2.7 (#201)



* Update kotlin monorepo to v2.1.21 (#200)



* Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.8.8 (#198)



* Update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.5 (#195)



* Update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.19.0 (#197)



* Update jackson monorepo to v2.19.0 (#196)



* Update flyway to v11.8.2 (#193)



* Update dependency org.hibernate.validator:hibernate-validator to v9 (#202)



* Update jackson monorepo to v2.19.1 (#210)



* Update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.19.1 (#209)



* Update dependency org.hibernate.validator:hibernate-validator to v9.0.1.Final (#208)



* Update dependency org.springframework:spring-core to v6.2.8 (#207)



* Update dependency com.google.firebase:firebase-admin to v9.5.0 (#204)



* Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.8.9 (#206)



* Update flyway to v11.10.0 (#205)



* Update dependency font-awesome to v7 (#219)



* Update jackson monorepo to v2.19.2 (#218)



* Update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.19.2 (#217)



* Update dependency org.springframework:spring-core to v6.2.9 (#216)



* Update dependency org.mockito.kotlin:mockito-kotlin to v6 (#215)



* Update flyway to v11.11.0 (#214)



* Update kotlin monorepo to v2.2.0 (#212)



* Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.4 (#203)

* Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.4

* Update test version

---------




* Bump version to 0.0.14

* Update dependency io.minio:minio to v8.6.0 [SECURITY] (#231)



* Update dependency org.springframework:spring-core to v6.2.11 [SECURITY] (#230)



* Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.7 (#228)



* Update actions/setup-java action to v5 (#227)



* Update actions/checkout action to v5 (#225)



* Update jsonwebtoken.version to v0.13.0 (#223)



* Update kotlin monorepo to v2.2.21 (#224)



* Update dependency net.coobird:thumbnailator to v0.4.21 (#233)



* Update dependency font-awesome to v7.0.1 (#232)



* Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.8.14 (#226)



* Bump version from 0.0.14 to 0.0.15

* Update dependency org.springframework:spring-core to v6.2.12 (#236)

* Update dependency org.springframework:spring-core to v6.2.12

* Add okhttp to work with minio

---------




* Update dependency org.jetbrains:annotations to v26.0.2-1 (#235)



* Update flyway to v11.16.0 (#222)



* Update dependency org.hibernate.validator:hibernate-validator to v9.1.0.Final (#238)



* Update dependency org.junit.jupiter:junit-jupiter-api to v5.14.1 (#239)



* Update dependency com.google.firebase:firebase-admin to v9.7.0 (#237)



* Update dependency org.mockito.kotlin:mockito-kotlin to v6.1.0 (#240)



* Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v3 (#250)



* Update actions/checkout action to v6 (#249)



* Update dependency com.squareup.okhttp3:okhttp to v5 (#243)



* Update flyway to v11.20.3 (#245)



* Update kotlin monorepo to v2.3.0 (#255)



* Update dependency org.mockito.kotlin:mockito-kotlin to v6.2.3 (#254)



* Add packageRules for automerging minor and patch updates (#258)

* Upgrade dependencies and fix data base migration problems during a ne… (#260)

* Upgrade dependencies and fix data base migration problems during a new database setup

* Upgrade java version

* Bump version from 0.0.15 to 0.0.16

* Add support for all zoom levels (#262)

* Add gid data to pin (#264)

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Fix JSON syntax in renovate.json (#267)

* Update dependency com.squareup.okhttp3:okhttp to v4.9.2 [SECURITY] (#268)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency com.auth0:java-jwt to v4.5.1 (#269)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.flywaydb:flyway-database-postgresql to v12.0.2 (#270)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.junit.jupiter:junit-jupiter-api to v6.0.3 (#271)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.springframework:spring-core to v7.0.5 (#272)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.springframework.boot:spring-boot-starter-parent to v4.0.3 (#273)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency com.squareup.okhttp3:okhttp to v4.12.0 (#274)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.jetbrains:annotations to v26.1.0 (#275)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency com.google.firebase:firebase-admin to v9.8.0 (#279)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update kotlin monorepo to v2.3.10 (#277)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.flywaydb:flyway-database-postgresql to v12.0.3 (#280)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v3.0.2 (#281)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.flywaydb:flyway-database-postgresql to v12.1.0 (#285)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.springframework:spring-core to v7.0.6 (#286)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update kotlin monorepo to v2.3.20 (#287)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.flywaydb:flyway-database-postgresql to v12.1.1 (#288)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.springframework.boot:spring-boot-starter-parent to v4.0.4 (#289)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.mockito.kotlin:mockito-kotlin to v6.3.0 (#290)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Fix expiration type to be mutable (#292)

* Fix hashing (#294)

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants