Skip to content

Bump the dependencies group across 1 directory with 10 updates#468

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/dependencies-2054639ca1
Closed

Bump the dependencies group across 1 directory with 10 updates#468
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/dependencies-2054639ca1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps the dependencies group with 9 updates in the / directory:

Package From To
org.hibernate:hibernate-jpamodelgen 6.5.2.Final 6.6.0.Final
io.hypersistence:hypersistence-utils-hibernate-63 3.8.1 3.8.2
org.springframework.boot:spring-boot-starter-mail 3.3.2 3.3.3
org.mapstruct:mapstruct 1.5.5.Final 1.6.1
org.mapstruct.extensions.spring:mapstruct-spring-annotations 1.1.1 1.1.2
org.mapstruct.extensions.spring:mapstruct-spring-extensions 1.1.1 1.1.2
org.postgresql:postgresql 42.7.3 42.7.4
org.junit.jupiter:junit-jupiter 5.10.3 5.11.0
org.springframework.boot 3.3.2 3.3.3

Updates org.hibernate:hibernate-jpamodelgen from 6.5.2.Final to 6.6.0.Final

Release notes

Sourced from org.hibernate:hibernate-jpamodelgen's releases.

Hibernate ORM 6.6.0.CR1 released

Today, we published a new candidate release of Hibernate ORM 6.6: 6.6.0.CR1.

What's new

This release introduces a lot of improvements as well as bug fixes.

Please refer to the release announcement for details. You can find the full list of 6.6.0.CR1 changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Changelog

Sourced from org.hibernate:hibernate-jpamodelgen's changelog.

Changes in 6.6.0.Final (August 08, 2024)

https://hibernate.atlassian.net/projects/HHH/versions/32329

** Bug * [HHH-18463] - Add AzureDialect * [HHH-18451] - CharBooleanConverter : Boolean null value conversion limited by the BooleanJavaType check condition * [HHH-18403] - DB2iDialect should not support Update Returning * [HHH-18399] - Unable to persist self-referencing entity with @​OneToOne and @​JoinTable * [HHH-18391] - EntityGraphs are not considering Embedded attributes * [HHH-18378] - Avoid reusing existing joins for entity-graph fetches if they're included in the where clause * [HHH-18373] - When executing update with Criteria API by setting InheritanceType.JOINED, InlineMutationStrategy, NPE error occurs * [HHH-18309] - Oracle LimitHandler does not seem to handle maxrows correctly for native queries * [HHH-17997] - Querying an Entity with CacheConcurrencyStrategy.READONLY throws UnsupportedOperationException: Can't update readonly object * [HHH-17847] - StoredProcedureQuery map result set incorrectly when having INOUT param * [HHH-17465] - Incorrect metamodel for shared version attribute in @​MappedSuperclass

Changes in 6.6.0.CR2 (August 6, 2024)

https://hibernate.atlassian.net/projects/HHH/versions/32320

** Bug * [HHH-15725] - Criteria API Expression.as adds cast even when the cast type is equal to the expression type * [HHH-17840] - Jackson JsonNode stored as JSON "null" value instead of database NULL * [HHH-17914] - NPE getSqlString() in debug mode * [HHH-17949] - StatelessSession.upsert() with @​Version-ed entity on databases with no SQL merge * [HHH-18012] - Subclass of super generic array AttributeConverter cannot be auto applied * [HHH-18017] - Query cache on Polymorphic entities leads to InstantiationException (Cannot instantiate abstract class) * [HHH-18062] - 'Could not instantiate entity ... due to argument type mismatch' with record @​IdClass * [HHH-18085] - Executing SELECT query twice in a transaction, leads to "Shared references of collection error" * [HHH-18086] - Assertion Error when using JOIN FETCH on ToOneAttribute with multiple JOINs of parent entity * [HHH-18108] - Duplicate class definition regression caused by ClassTransformer * [HHH-18177] - org.hibernate.AssertionFailure: null identifier for collection of role thrown when merging entity with generated id * [HHH-18229] - "UnsupportedOperationException: Re-work support for semi-resolve " with null value in column referenced by @​JoinColumn * [HHH-18272] - UnsupportedOperationException when order / group by clause contains aliased item * [HHH-18278] - Metamodel generator is ignoring JPA/Hibernate annotations in package-info * [HHH-18280] - Support named procedure parameters down to the JDBC level * [HHH-18284] - Missing classes in org.hibernate.graalvm.internal.StaticClassLists * [HHH-18285] - Non-polymorphic embeddable inheritance fails starting with Hibernate ORM 6.6 * [HHH-18288] - Subclasses of SINGLE_TABLE Inheritance should not be allowed to define @​Table * [HHH-18291] - Regression in SemanticQueryBuilder 6.4.7.Final -> 6.4.8.Final. Also present in 6.5.2.Final. * [HHH-18292] - Regression in SemanticQueryBuilder 6.4.9.Final -> 6.5.0.Final. Also present in 6.5.2.Final. * [HHH-18302] - DB2CallableStatementSupport uses an invalid syntax for named parameters * [HHH-18306] - Implicit instantiation for queries with single selection item broken * [HHH-18312] - Informix nationalized JDBC types support * [HHH-18313] - NullPointerException because JdbcIsolationDelegate.sqlExceptionHelper() returns null

... (truncated)

Commits
  • 85a1526 6.6.0 (manual)
  • 54c1c4a HHH-17997 Querying an Entity with CacheConcurrencyStrategy.READONLY throws Un...
  • 20acd52 HHH-17997 Add test for issue
  • 263ef56 HHH-17465 Incorrect metamodel for shared version attribute in @​MappedSuperclass
  • e54a6e1 HHH-18463 Add AzureDialect and determine SQL Server version based on compatib...
  • 5550c20 HHH-18399 Avoid collecting duplicate attribute for to-one inverse table
  • 1ab7493 HHH-18399 Add test for issue
  • ecd22c0 HHH-18391 Check embeddable properties in fetch paths
  • e63c7f8 HHH-18391 Add test for issue
  • 4ca26f9 HHH-18309 Fix Oracle limit handler for native queries
  • Additional commits viewable in compare view

Updates io.hypersistence:hypersistence-utils-hibernate-63 from 3.8.1 to 3.8.2

Changelog

Sourced from io.hypersistence:hypersistence-utils-hibernate-63's changelog.

Version 3.8.2 - July 25, 2024

Add JsonClobType and improve JsonType to support CLOB column types #734

Commits
  • c942f9b [maven-release-plugin] prepare release hypersistence-utils-parent-3.8.2
  • 7799931 Update changelog for the 3.8.2 release
  • b0b037a Add JsonClobType and improve JsonType to support CLOB column types #734
  • bbb27c4 Bump version up
  • f52baf3 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.springframework.boot:spring-boot-starter-mail from 3.3.2 to 3.3.3

Release notes

Sourced from org.springframework.boot:spring-boot-starter-mail's releases.

v3.3.3

⭐ New Features

  • Add TWENTY_THREE to JavaVersion enum #41716

🐞 Bug Fixes

  • Extending DefaultErrorAttributes and overriding getErrorAttributes() gets called twice #41995
  • When using WebFlux, server.error.include-binding-errors=ALWAYS no longer has an effect when the BindingResult exception is the cause of a ResponseStatusException #41987
  • PropertiesLauncher does not respect classpath.idx when adding jars in BOOT-INF/lib to the classpath #41970
  • Web extension for SBOM endpoint isn't available under /cloudfoundryapplication #41890
  • Launcher's ClassLoader is no longer parallel capable #41873
  • spring-boot-testcontainers causes unwanted container initialization during AOT processing #41859
  • ReactiveElasticsearchRepositoriesAutoConfiguration should back off when Reactor is not on the classpath #41678
  • mvn spring-boot:build-image fails when 'classifier' is set to non-default value #41661
  • Spring Boot Maven plugin AOT cannot handle Maven modules with module-info.java #41647
  • Docker publishRegistry in Maven plugin configuration is validated when publish option is false #41641
  • Using Gradle's new file permission API is implemented in a way that prevents removal of the old API #41607
  • Some @ControllerEndpoint and @RestControllerEndpoint infrastructure remains undeprecated #41596
  • Constructor binding of EnumMap fails due to missing key type #41563

📔 Documentation

  • Improve documented logging property descriptions and default values #41989
  • Explain that enabling virtual threads disables traditional thread pools #41976
  • Harmonize code sample for MyUserHandler in reference documentation #41949
  • Document when environment variable property mapping applies #41945
  • Javadoc of slice test annotations should describe more accurately which components are considered #41935
  • Fix duplicate words #41920
  • Document the need to explicitly reset mock servers when using mock server customizers directly #41849
  • Correct grammar in 'Running your Application with Maven' #41840
  • Document more clearly that username and password are not used when spring.data.redis.url is set #41748
  • Pulsar configuration does not have default value for several entries in the metadata #41683
  • management.otlp.metrics.export.aggregation-temporality does not have a default value in the metadata #41676
  • management.newrelic.metrics.export.client-provider-type does not have a default value in the metadata #41670
  • server.error.include-path does not have a default value in the metadata #41667
  • The effect upon Actuator of defining your own SecurityFilterChain is documented inconsistently #41638
  • "Use Spring Data repositories" How-to incorrectly refers to Repository annotations #41628
  • "Use Spring Data repositories" How-to incorrectly refers to Repository annotations #41627
  • Update link to documentation for log4j-spring-boot #41622
  • Fix link to Flyway reference documentation #41593
  • Document configuration property binding's support for using @Name to customize a property name #41585
  • Add hint for new dependencies required for Flyway #41574
  • Document that spring-boot:repackage should not be run from the command-line #22317

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 6.1.3 #41782
  • Upgrade to Awaitility 4.2.2 #41707

... (truncated)

Commits
  • 27f852a Release v3.3.3
  • f0d2503 Merge branch '3.2.x' into 3.3.x
  • 1822b2f Include spring-boot-starter-parent in Integration tests repository
  • d4e1aed Merge branch '3.2.x' into 3.3.x
  • 0b24ee8 Improve loading of jar entry certificates
  • 29e4607 Merge branch '3.2.x' into 3.3.x
  • 112cfc8 Remove processed annotations plugin declaration
  • 05b73ce Call getErrorAttributes() only once
  • d974686 Upgrade to apachepulsar/pulsar 3.2.4
  • 459d899 Add release type attribute for Antora documentation generation
  • Additional commits viewable in compare view

Updates org.mapstruct:mapstruct from 1.5.5.Final to 1.6.1

Release notes

Sourced from org.mapstruct:mapstruct's releases.

1.6.1

Enhancements

  • Use Java LinkedHashSet and LinkedHashMap new factory method with known capacity when on Java 19 or later (#3113)

Bugs

  • Inverse Inheritance Strategy not working for ignored mappings only with target (#3652)
  • Inconsistent ambiguous mapping method error when using SubclassMapping: generic vs raw types (#3668)
  • Fix regression when using InheritInverseConfiguration with nested target properties and reversing target = "." (#3670)
  • Deep mapping with multiple mappings broken in 1.6.0 (#3667)
  • Two different constants are ignored in 1.6.0 (#3673)
  • Inconsistent ambiguous mapping method error: generic vs raw types in 1.6.0 (#3668)
  • Fix cross module records with interfaces not recognizing accessors (#3661)
  • @AfterMapping methods are called twice when using target with builder (#3678)
  • Compile error when using @AfterMapping method with Builder and TargetObject (#3703)

1.6.0

Previous Release Notes

1.6.0.RC1

Enhancements

  • Breaking change: (#3574) - This reverts #2560, because we've decided that @BeanMapping(ignoreByDefault = true) should only be applied to target properties and not to source properties. Source properties are ignored anyway, the BeanMapping#unmappedSourcePolicy should be used to control what should happen with unmapped source policy

Bugs

  • Breaking change: Presence check method used only once when multiple source parameters are provided (#3601)
  • Fix @SubclassMapping not working with @BeanMapping#ignoreUnmappedSourceProperties (#3609)
  • Fix duplicate method generation with recursive auto mapping (#3591)

Documentation

  • Fix documentation of unmappedSourcePolicy default value (#3635)
  • Fix documentation link of before and after mapping when using builders (#3639)
  • Fix typo in experimental note (#3634)
  • Add example classes for the passing target type documentation (#3504)

Build

  • Enforce whitespaces around the for colon with CheckStyle (#3642)

Breaking changes

... (truncated)

Commits
  • 10d6987 Releasing version 1.6.1
  • c36f9ae Prepare release notes for 1.6.1
  • 3011dd7 #3678 before / after mapping for type using builder should only be kept if th...
  • 4c1df35 #3703 Use include model instead of manually writing the type name for return ...
  • 2686e85 #3661 Use correct type for the Record component read accessors
  • 12c9c6c Use email variable for GitHub Bot git email
  • 796dd94 Update next release changelog with latest changes
  • 5232df2 Try to stabilise MapMappingTest and CarMapperTest
  • 4d9894b #3113 Use LinkedHashSet, LinkedHashSet new factory methods for java >= 19
  • 23f4802 Fix method name typo (#3691)
  • Additional commits viewable in compare view

Updates org.mapstruct.extensions.spring:mapstruct-spring-annotations from 1.1.1 to 1.1.2

Release notes

Sourced from org.mapstruct.extensions.spring:mapstruct-spring-annotations's releases.

Release 1.1.2

What's Changed

New Contributors

Full Changelog: mapstruct/mapstruct-spring-extensions@v1.1.1...v1.1.2

Commits
  • 50ecf85 Release 1.1.2
  • 7295d89 Latest Gradle + Dependencies (#112)
  • 43581b8 Replace generated javax.annotation.PostConstruct with jakarta (#110)
  • da772e6 Store TypeDescriptors as fields in generated ConversionServiceAdapter (#108)
  • 84bd656 Prepared next development version
  • See full diff in compare view

Updates org.mapstruct:mapstruct-processor from 1.5.5.Final to 1.6.1

Release notes

Sourced from org.mapstruct:mapstruct-processor's releases.

1.6.1

Enhancements

  • Use Java LinkedHashSet and LinkedHashMap new factory method with known capacity when on Java 19 or later (#3113)

Bugs

  • Inverse Inheritance Strategy not working for ignored mappings only with target (#3652)
  • Inconsistent ambiguous mapping method error when using SubclassMapping: generic vs raw types (#3668)
  • Fix regression when using InheritInverseConfiguration with nested target properties and reversing target = "." (#3670)
  • Deep mapping with multiple mappings broken in 1.6.0 (#3667)
  • Two different constants are ignored in 1.6.0 (#3673)
  • Inconsistent ambiguous mapping method error: generic vs raw types in 1.6.0 (#3668)
  • Fix cross module records with interfaces not recognizing accessors (#3661)
  • @AfterMapping methods are called twice when using target with builder (#3678)
  • Compile error when using @AfterMapping method with Builder and TargetObject (#3703)

1.6.0

Previous Release Notes

1.6.0.RC1

Enhancements

  • Breaking change: (#3574) - This reverts #2560, because we've decided that @BeanMapping(ignoreByDefault = true) should only be applied to target properties and not to source properties. Source properties are ignored anyway, the BeanMapping#unmappedSourcePolicy should be used to control what should happen with unmapped source policy

Bugs

  • Breaking change: Presence check method used only once when multiple source parameters are provided (#3601)
  • Fix @SubclassMapping not working with @BeanMapping#ignoreUnmappedSourceProperties (#3609)
  • Fix duplicate method generation with recursive auto mapping (#3591)

Documentation

  • Fix documentation of unmappedSourcePolicy default value (#3635)
  • Fix documentation link of before and after mapping when using builders (#3639)
  • Fix typo in experimental note (#3634)
  • Add example classes for the passing target type documentation (#3504)

Build

  • Enforce whitespaces around the for colon with CheckStyle (#3642)

Breaking changes

... (truncated)

Commits
  • 10d6987 Releasing version 1.6.1
  • c36f9ae Prepare release notes for 1.6.1
  • 3011dd7 #3678 before / after mapping for type using builder should only be kept if th...
  • 4c1df35 #3703 Use include model instead of manually writing the type name for return ...
  • 2686e85 #3661 Use correct type for the Record component read accessors
  • 12c9c6c Use email variable for GitHub Bot git email
  • 796dd94 Update next release changelog with latest changes
  • 5232df2 Try to stabilise MapMappingTest and CarMapperTest
  • 4d9894b #3113 Use LinkedHashSet, LinkedHashSet new factory methods for java >= 19
  • 23f4802 Fix method name typo (#3691)
  • Additional commits viewable in compare view

Updates org.mapstruct.extensions.spring:mapstruct-spring-extensions from 1.1.1 to 1.1.2

Release notes

Sourced from org.mapstruct.extensions.spring:mapstruct-spring-extensions's releases.

Release 1.1.2

What's Changed

New Contributors

Full Changelog: mapstruct/mapstruct-spring-extensions@v1.1.1...v1.1.2

Commits
  • 50ecf85 Release 1.1.2
  • 7295d89 Latest Gradle + Dependencies (#112)
  • 43581b8 Replace generated javax.annotation.PostConstruct with jakarta (#110)
  • da772e6 Store TypeDescriptors as fields in generated ConversionServiceAdapter (#108)
  • 84bd656 Prepared next development version
  • See full diff in compare view

Updates org.postgresql:postgresql from 42.7.3 to 42.7.4

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.7.4

Changes

⬆️ Dependencies

... (truncated)

Changelog

Sourced from org.postgresql:postgresql's changelog.

[42.7.4] (2024-08-22 08:00:00 -0400)

Added

Fixed

Deprecated

Commits
  • a23fa70 Prepare for 42.7.4 release (#3359)
  • d232e60 fix: remove preDescribe from internalExecuteBatch
  • 257653b Rename release.yml to release-notes.yml
  • 64a18d6 Create release.yml
  • 84bdec6 fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.p...
  • 89182c1 chore(deps): update dependency gradle to v8.10
  • 1f68373 fix(deps): update dependency org.roaringbitmap:roaringbitmap to v1.2.1
  • f1c8707 chore(deps): update codecov/codecov-action digest to 2439dfc
  • ba1513e fix(deps): update dependency com.google.errorprone:error_prone_core to v2.30.0
  • 6abdb5f fix(deps): update dependency spotbugs to v4.8.6
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0

Release notes

Sourced from org.junit.jupiter:junit-jupiter's releases.

JUnit 5.11.0 = Platform 1.11.0 + Jupiter 5.11.0 + Vintage 5.11.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.10.3...r5.11.0

JUnit 5.11.0-RC1 = Platform 1.11.0-RC1 + Jupiter 5.11.0-RC1 + Vintage 5.11.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.11.0-M2...r5.11.0-RC1

JUnit 5.11.0-M2 = Platform 1.11.0-M2 + Jupiter 5.11.0-M2 + Vintage 5.11.0-M2

See Release Notes.

New Contributors

  • @​bjmi made their first contribution in Description has been truncated

Bumps the dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.hibernate:hibernate-jpamodelgen](https://github.com/hibernate/hibernate-orm) | `6.5.2.Final` | `6.6.0.Final` |
| [io.hypersistence:hypersistence-utils-hibernate-63](https://github.com/vladmihalcea/hypersistence-utils) | `3.8.1` | `3.8.2` |
| [org.springframework.boot:spring-boot-starter-mail](https://github.com/spring-projects/spring-boot) | `3.3.2` | `3.3.3` |
| [org.mapstruct:mapstruct](https://github.com/mapstruct/mapstruct) | `1.5.5.Final` | `1.6.1` |
| [org.mapstruct.extensions.spring:mapstruct-spring-annotations](https://github.com/mapstruct/mapstruct-spring-extensions) | `1.1.1` | `1.1.2` |
| [org.mapstruct.extensions.spring:mapstruct-spring-extensions](https://github.com/mapstruct/mapstruct-spring-extensions) | `1.1.1` | `1.1.2` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.3` | `42.7.4` |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.10.3` | `5.11.0` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.3.2` | `3.3.3` |



Updates `org.hibernate:hibernate-jpamodelgen` from 6.5.2.Final to 6.6.0.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.0/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.5.2...6.6.0)

Updates `io.hypersistence:hypersistence-utils-hibernate-63` from 3.8.1 to 3.8.2
- [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt)
- [Commits](vladmihalcea/hypersistence-utils@hypersistence-utils-parent-3.8.1...hypersistence-utils-parent-3.8.2)

Updates `org.springframework.boot:spring-boot-starter-mail` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.2...v3.3.3)

Updates `org.mapstruct:mapstruct` from 1.5.5.Final to 1.6.1
- [Release notes](https://github.com/mapstruct/mapstruct/releases)
- [Commits](mapstruct/mapstruct@1.5.5.Final...1.6.1)

Updates `org.mapstruct.extensions.spring:mapstruct-spring-annotations` from 1.1.1 to 1.1.2
- [Release notes](https://github.com/mapstruct/mapstruct-spring-extensions/releases)
- [Commits](mapstruct/mapstruct-spring-extensions@v1.1.1...v1.1.2)

Updates `org.mapstruct:mapstruct-processor` from 1.5.5.Final to 1.6.1
- [Release notes](https://github.com/mapstruct/mapstruct/releases)
- [Commits](mapstruct/mapstruct@1.5.5.Final...1.6.1)

Updates `org.mapstruct.extensions.spring:mapstruct-spring-extensions` from 1.1.1 to 1.1.2
- [Release notes](https://github.com/mapstruct/mapstruct-spring-extensions/releases)
- [Commits](mapstruct/mapstruct-spring-extensions@v1.1.1...v1.1.2)

Updates `org.postgresql:postgresql` from 42.7.3 to 42.7.4
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.3...REL42.7.4)

Updates `org.junit.jupiter:junit-jupiter` from 5.10.3 to 5.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.10.3...r5.11.0)

Updates `org.springframework.boot` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.2...v3.3.3)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-jpamodelgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.hypersistence:hypersistence-utils-hibernate-63
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-mail
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.mapstruct:mapstruct
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.mapstruct.extensions.spring:mapstruct-spring-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.mapstruct:mapstruct-processor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.mapstruct.extensions.spring:mapstruct-spring-extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 16, 2024 01:39
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 16, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 23, 2024

Superseded by #469.

@dependabot dependabot bot closed this Sep 23, 2024
@dependabot dependabot bot deleted the dependabot/gradle/dependencies-2054639ca1 branch September 23, 2024 02:02
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants