Skip to content
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

Update dependency org.hibernate.orm:hibernate-hikaricp to v6.6.1.Final #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 28, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.hibernate.orm:hibernate-hikaricp (source) 6.2.1.Final -> 6.6.1.Final age adoption passing confidence

Release Notes

hibernate/hibernate-orm (org.hibernate.orm:hibernate-hikaricp)

v6.6.1.Final

v6.6.0.Final

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

v6.5.3.Final

v6.5.2.Final

v6.5.1.Final

v6.5.0.Final

v6.4.10.Final

v6.4.9.Final

v6.4.8.Final

v6.4.7.Final

v6.4.6.Final

v6.4.5.Final

v6.4.4.Final

v6.4.3.Final

v6.4.2.Final

v6.4.1.Final

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

** Bug
* [HHH-17570] - Wrong name provided when checking Oracle autonomous JSON database
* [HHH-17561] - NullPointerException at OracleServerConfiguration class
* [HHH-17555] - equals hashcode combined with naturalId
* [HHH-17553] - java.util.ConcurrentModificationException: null when loading an entity
* [HHH-17551] - Gradle Enterprise improvements
* [HHH-17528] - Explicit selection of an @​Embeddable property containing associated collections doesn't work
* [HHH-17525] - StackOverflowError when using @​ManyToMany with composite id
* [HHH-17520] - Schema creation fails with interval second data type on PostgreSQL
* [HHH-17519] - Initializing a lazy association with a non aggregate id causes a NPE
* [HHH-17515] - DynamicInstantiationResult wrong java type constructor selected
* [HHH-17499] - SemanticException when querying embedded id entity with positional parameter
* [HHH-17494] - Metamodel generator produces an uncompilable class when an EntityGraph name contains a comma
* [HHH-17491] - UnknownEntityTypeException thrown when multiple subclasses define an attribute with the same name and one is a MappedSuperclass
* [HHH-17489] - ConcurrentModificationException after upgrading to 6.4.0
* [HHH-17466] - Exception on query: Could not convert 'java.util.Locale' to 'java.util.Locale' using 'org.hibernate.type.descriptor.java.LocaleJavaType' to wrap
* [HHH-17464] - 6.4.0 regression: NullPointerException in DefaultEvictEventListener#onEvict
* [HHH-17456] - java.util.UnknownFormatConversionException thrown why logging set to TRACE
* [HHH-17445] - Subquery correlated path expressions do not work with nullness predicates
* [HHH-17418] - Bytecode enchanced read accessor for a final field uses "missing" writer method
* [HHH-17416] - Using tuples in WHERE clause throws SemanticException
* [HHH-17413] - Invalid SQL with TYPE() function and CASE expression in SELECT clause
* [HHH-17408] - Unproxying leads to uninitialized one-to-one associations in some cases involving polymorphism
* [HHH-17407] - AssertionError when using JpaEntityJoin with correlated subqery if criteria copy tree is enabled
* [HHH-17405] - Cannot resolve path of generic mapped-superclass association path
* [HHH-17402] - UnknownEntityTypeException: Unable to locate persister - when comparing generic interface ToOne attribute to parameter
* [HHH-17397] - Count with right join returns count on the left entity although requested by the right one
* [HHH-17395] - Refresh with PESSIMISTIC_WRITE ignored for lazy loaded entity
* [HHH-17393] - Incorrect return type for List attribute, wrap in additional list
* [HHH-17392] - UnsupportedOperationException when using row_number() window function without top level GROUP BY
* [HHH-17391] - AssertionError when using row_number() window function with ORDER BY
* [HHH-17387] - Can't use EAGER ManyToOne on parent abstract class of joined table entity
* [HHH-17379] - Right join does not return records from the right table if there is condition on ID field and there's no matching record in the from clause
* [HHH-17359] - Query Cache contains null values for entity associations when entity was already loaded
* [HHH-17334] - Duplicated columns when updating indexed @​ElementCollection with non updatable fields
* [HHH-17293] - Schema validation fails on postgres interval seconds type
* [HHH-17280] - UnknownTableReferenceException in subquery selecting embeddable foreign key
* [HHH-16967] - Missing join on inheritance parent table to validate @​Where condition
* [HHH-16756] - orphanRemoval does not work when bytecode enhancement is enabled
* [HHH-16306] - CountExpressionTest.testCountDistinctTuple fails on Sybase
* [HHH-16100] - Dynamic-map entity mode does not register a column for one-to-one associations
* [HHH-1645] - refresh with LockMode on an unitialized proxy does not work

** Improvement
* [HHH-17554] - No join on the table of the parent class with JOINED inheritance strategy when the select not contains a column used in @​Where or @​SQLRestriction
* [HHH-16809] - Add JavaType#createArray

** Task
* [HHH-17565] - Add testing for JDK 22-ea
* [HHH-17546] - Update Cockroach CI testing to 23.1.12
* [HHH-17545] - Update SAP HANA JDBC driver to 2.19.11
* [HHH-17544] - Update SAP HANA CI testing to 2.00.072.00.20231123.1
* [HHH-17543] - Update DB2 CI testing to 11.5.9.0
* [HHH-17542] - Update DB2 JDBC driver to 11.5.9.0
* [HHH-17541] - Update SQL Server JDBC driver to 12.4.2

v6.4.0.Final

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

** Bug
* [HHH-17454] - SemanticException caused by type check when comparing generic path to parameter expression
* [HHH-17428] - Parameter place holder should start from 1 in StandardTemporaryTableExporter
* [HHH-17415] - NullPointerException: EntityValuedPathInterpretation - getNavigablePath()
* [HHH-17412] - Type comparison error due to surprising javac method selection
* [HHH-17411] - Fetch join on treated join leads to owner not selected error
* [HHH-17386] - Type inference source is not reset for top level predicates
* [HHH-17384] - OneToMany association with @​NotFound results in SQL with different JOIN-type for SELECT (LEFT JOIN) and COUNT (JOIN)
* [HHH-17383] - Association is null in lazy initialized element collection
* [HHH-17382] - Dynamic instantiation leads to superclass fields not found when using injection
* [HHH-17381] - fix wrong groupId in Compatibility.adoc
* [HHH-17380] - Persisting an entity with a non generated id and @​MapsId throws PropertyValueException
* [HHH-17370] - ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Cannot invoke "org.hibernate.resource.jdbc.spi.JdbcObserver.jdbcConnectionAcquisitionEnd(java.sql.Connection)" because "this.observer" is null
* [HHH-17344] - DB2zDialect NullPointerException
* [HHH-17328] - Retrieve entity using entity graph not adding type in the where clause for @​Inheritance(strategy = InheritanceType.SINGLE_TABLE)
* [HHH-17313] - Session#setDefaultReadOnly is ignored by named queries
* [HHH-17308] - AssertionError when mixing @​SQLSelect and composite ID
* [HHH-17299] - AssertionError in DiscriminatorPathInterpretation when treating a path with the same subtype
* [HHH-17294] - Non-Embeddable JSON objects are not marked as dirty when modified
* [HHH-17292] - MappedSuperclass with more than 1 subclass level leads to "UnknownPathException: Could not resolve attribute"
* [HHH-17102] - @​SqlResultSetMapping doesn’t work with @​Inheritance(strategy = InheritanceType.JOINED)

** Deprecation
* [HHH-17441] - Deprecate @​Comment

** Improvement
* [HHH-17425] - Introduce new configuration parameters for offline Dialect initialization
* [HHH-17424] - Have Dialect manage more of ExtractedDatabaseMetadata
* [HHH-17417] - Workaround Oracle driver issue to reduce connection creation
* [HHH-17409] - Support offset without limit in AbstractSimpleLimitHandler and Oracle12LimitHandler
* [HHH-17389] - Add getQueryHintString() for PostgreSQLDialect
* [HHH-17372] - Endless recursion between default implementations of SelectionQuery.getResultStream() and SelectionQuery.stream()
* [HHH-17355] - Smoothen rough edges with array functions
* [HHH-17340] - Fix typos in javadoc
* [HHH-17023] - Add support for Altibase dialect
* [HHH-15074] - Allow partial composite id generation for EmbeddedId

** New Feature
* [HHH-17357] - Support pgvector types and functions
* [HHH-17210] - Expose custom JFR events

** Sub-task
* [HHH-17347] - Support for JDK which do not support JFR events

** Task
* [HHH-17390] - Change scope of AbstyractEntityInitializer#resolveInstance
* [HHH-17367] - Add links to tutorials in documentation
* [HHH-17362] - Define dependencies of hibernate-jpamodelgen as api
* [HHH-17350] - Work on hibernate-models, XSD and JAXB

v6.3.2.Final

v6.3.1.Final

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

** Bug
* [HHH-17221] - AssertionError initializing a collection with FetchMode.SUBSELECT and IdClass having only one field
* [HHH-17203] - ElementCollection doesn't consider @​Where annotation on delete of elements
* [HHH-17202] - ArrayStoreException for single field id class entity collection batch loading
* [HHH-17201] - Unexpected value type exception for unordered multi id Load with ordered return disable
* [HHH-17189] - Audited annotations are ignored on embeddable super types
* [HHH-17177] - JDBC type code is ignored in XML mapping for an id attribute
* [HHH-17173] - Getting one-to-one association through a referenece to a bytecode enhanced entity fails
* [HHH-17168] - Investigate failures on db10_5 and Cockrachdb of FunctionTests.testCastBinaryWithLength
* [HHH-17167] - Unable to locate parameter for RESTRICT - DELETE error when removing entity with RowId
* [HHH-17166] - query methods returning primitive types incorrectly inferred to be mutation query methods
* [HHH-17165] - short method names in metamodel generator cause SIOBE
* [HHH-17163] - persist() should throw JPA's EntityExistsException if passed detached instance
* [HHH-17159] - java.lang.StackOverflowError during Update on Entity with Embeddable and JSON
* [HHH-17156] - NPE when an Embeddable column is reused in another class related by inheritance
* [HHH-17154] - NullPointerException is thrown when constructing EntityManagerFactoryBuilderImpl
* [HHH-17135] - CriteriaQuery error passing nullLiteral with entity type class
* [HHH-17131] - Regression in entity streams with associated collections resulting in result duplication
* [HHH-17105] - SQL clause from @​WhereJoinTable is no longer used for DELETE queries (6.2 regression)
* [HHH-17104] - Bug with max() request inside projection
* [HHH-17100] - CustomType wrongly calls UserType#disassemble
* [HHH-17080] - [Envers] AuditReader.getRevisionNumberForDate(LocalDateTime) uses Epoch Seconds instead of Epoch Millis
* [HHH-17079] - NPE when using CompositeUserType with generic fields in Hibernate 6
* [HHH-17049] - Bytecode Enhancement, extra records created for associations created in constructor
* [HHH-16945] - CTE query cycle attribute evaluated incorrectly on MSSQL using collation "Latin1_General_CI_AS"
* [HHH-15968] - Sporadic ClassCastException when querying for Set.

** Improvement
* [HHH-17220] - Avoid runtime lookups of JdbcService from TableGenerator and TableStructure
* [HHH-17171] - JPA and multiple query roots
* [HHH-16768] - HQL parsed predicates don't validate type comparability

** Task
* [HHH-17204] - Relax visibility of some methods for reactive upsert() support
* [HHH-17187] - Avoid 0 byte trailing UUID's in tests
* [HHH-17160] - Gradle 8.3 upgrade
* [HHH-17087] - Update container images to the latest version

v6.3.0.Final

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

** Bug
* [HHH-17116] - AssertionError when using lateral join to subquery if criteria tree copy is enabled
* [HHH-17085] - SQLGrammarException when selecting property of grouped join association in HyperSQL and PostgreSQL
* [HHH-17081] - Loading an entity which uses joined inheritance fails if two or more implementations have the same association property name
* [HHH-17078] - Memory leak in ScrollableResultsConsumer
* [HHH-17075] - Lazy loading of association with non-PK referencedColumnName always yields null when bytecode enhancement is enabled
* [HHH-17074] - Type inference in duration arithmetic is wrong
* [HHH-17072] - Tenant Id defined in XML mapping is ignored
* [HHH-17071] - Basic Collection of 'Converted' Embeddables stopped working with 6.2
* [HHH-17064] - Fetch mode select causes StackOverflowError if used together with fetch type lazy
* [HHH-17046] - SchemaManager.truncateMappedObjects() does not repopulate table generators
* [HHH-17045] - Unable to locate parameter for RESTRICT - UPDATE error when updating entity with RowId
* [HHH-17041] - Embeddable and Generics throws IllegalArgumentException
* [HHH-17039] - Variable name confusion in documentation
* [HHH-17035] - Bytecode enhancement leads to StackOverflowError with specific setup involving different generic parameter names
* [HHH-17034] - Bytecode enhancement leads to broken constructor for a generic embedded field in a twice removed MappedSuperclass
* [HHH-17033] - Invalid SQL generated when implicit joins are used
* [HHH-17019] - EntityListener is not triggered for a LAZY loaded association when using bytecode enhancement
* [HHH-17016] - Using a legacy MySQL dialect leads to an error
* [HHH-17014] - Complete "Mapping Maps" chapter of User Guide
* [HHH-17009] - Hibernate 6.2 migration guide does explain how to deal with removal of AbstractPostInsertGenerator (affects IdentityGenerator)
* [HHH-17006] - Query for enum with IS NULL fails with NullPointerException (org.hibernate.metamodel.mapping.JdbcMapping.getJdbcValueBinder())
* [HHH-17004] - Nullpointer wenn using setFirstResult and setMaxResults in diffrent combinations
* [HHH-17001] - An "on"-clause referencing the affected join node causes a StackOverflowException
* [HHH-17000] - Do not keep static references to log levels
* [HHH-16997] - Embedded components in HibernateProxy are not initilized when entity has reference to another entity of the same type
* [HHH-16989] - 'cast(string as String(10))' & 'cast(string as Binary(10))' broken on MySQL
* [HHH-16988] - AssertionError in AbstractSqmPath.copyTo when using subquery correlated to root with more than 1 level in the class hierarchy
* [HHH-16979] - SQLGrammarException for JOINED entity with additional join in query
* [HHH-16977] - NullPointerException in EntityEntryContext.downgradeLocks
* [HHH-16970] - Orphan removal not working in @​Embeddable for FetchType.EAGER collections
* [HHH-16968] - StackOverflowError when using NaturalIdLoadAccess and bi-directional association
* [HHH-16966] - StackOverFlowError with @​ManyToOne and @​Proxy( lazy=false )
* [HHH-16962] - General documentation improvements
* [HHH-16959] - Fail to batch delete entities with nested embeddeds
* [HHH-16952] - Bytecode enhancement now requires embedded component to be @​Embeddable
* [HHH-16939] - Optimistic and Pessimistic Force Increment Update Statements are not committed when using a batch
* [HHH-16938] - Meta annotation @​AnyDiscriminatorValue does not work
* [HHH-16937] - Persisting entity with nullable @​Any field throws “not-null property references a null or transient value”
* [HHH-16918] - Can't use the the primary id column as the joincolumn for @​Any association
* [HHH-16911] - MapBackedClassValue ClassLoader leak
* [HHH-16901] - Embedded field in entity association from composite key not correctly instantiated
* [HHH-16891] - better typechecking of HQL arithmetic expressions
* [HHH-16878] - Invalid SQL generated for mutation when using association with @​NotFound
* [HHH-16825] - Cascading an entity with a composite key causes NullPointerException in AbstractClassJavaType.extractHashCode
* [HHH-16823] - support for 'nvarchar' on MySQL 5.7
* [HHH-16819] - JAKARTA_JPA_GROUP_PREFIX is pointing towards incorrect value
* [HHH-16816] - Hibernate 6.2 could not execute certain delete statements
* [HHH-16798] - ClassCastException in Hibernate 6 when "join fetch" is used in a query with entity inheritance
* [HHH-16766] - Unable to fully load entity with IdClass lazily or with max fetch depth
* [HHH-16759] - Merge fails when entity has an Embedded Java record

v6.2.31.Final

v6.2.28.Final

v6.2.27.Final

v6.2.26.Final

v6.2.25.Final

v6.2.24.Final

v6.2.23.Final

v6.2.22.Final

v6.2.21.Final

v6.2.20.Final

v6.2.19.Final

v6.2.18.Final

v6.2.17.Final

v6.2.16.Final

v6.2.15.Final

v6.2.14.Final

v6.2.13.Final

v6.2.12.Final

v6.2.9.Final

v6.2.8.Final

v6.2.7.Final

v6.2.6.Final

v6.2.5.Final

v6.2.4.Final

v6.2.3.Final

v6.2.2.Final


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.

🔕 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 changed the title Update dependency org.hibernate.orm:hibernate-hikaricp to v6.2.2.Final Update dependency org.hibernate.orm:hibernate-hikaricp to v6.2.3.Final May 18, 2023
@renovate renovate bot force-pushed the renovate/org.hibernate.orm-hibernate-hikaricp-6.x branch from ec25baa to 7e2473d Compare May 18, 2023 17:29
@renovate renovate bot changed the title Update dependency org.hibernate.orm:hibernate-hikaricp to v6.2.3.Final Update dependency org.hibernate.orm:hibernate-hikaricp to v6.2.4.Final Jun 1, 2023
@renovate renovate bot force-pushed the renovate/org.hibernate.orm-hibernate-hikaricp-6.x branch from 7e2473d to 3bbf844 Compare June 1, 2023 11:23
@renovate renovate bot changed the title Update dependency org.hibernate.orm:hibernate-hikaricp to v6.2.4.Final Update dependency org.hibernate.orm:hibernate-hikaricp to v6.2.5.Final Jun 15, 2023
@renovate renovate bot force-pushed the renovate/org.hibernate.orm-hibernate-hikaricp-6.x branch from 3bbf844 to a30946f Compare June 15, 2023 11:09
@renovate renovate bot changed the title Update dependency org.hibernate.orm:hibernate-hikaricp to v6.2.5.Final Update dependency org.hibernate.orm:hibernate-hikaricp to v6.2.6.Final Jun 30, 2023
@renovate renovate bot force-pushed the renovate/org.hibernate.orm-hibernate-hikaricp-6.x branch from a30946f to 1921766 Compare June 30, 2023 16:39
@renovate renovate bot changed the title Update dependency org.hibernate.orm:hibernate-hikaricp to v6.2.6.Final Update dependency org.hibernate.orm:hibernate-hikaricp to v6.2.7.Final Jul 21, 2023
@renovate renovate bot force-pushed the renovate/org.hibernate.orm-hibernate-hikaricp-6.x branch from 1921766 to 2e33c5e Compare July 21, 2023 00:40
@renovate renovate bot force-pushed the renovate/org.hibernate.orm-hibernate-hikaricp-6.x branch from 2e33c5e to f9ccab7 Compare August 31, 2023 23:06
@renovate renovate bot changed the title Update dependency org.hibernate.orm:hibernate-hikaricp to v6.2.7.Final Update dependency org.hibernate.orm:hibernate-hikaricp to v6.3.0.Final Aug 31, 2023
@renovate renovate bot changed the title Update dependency org.hibernate.orm:hibernate-hikaricp to v6.3.0.Final Update dependency org.hibernate.orm:hibernate-hikaricp to v6.3.1.Final Sep 19, 2023
@renovate renovate bot force-pushed the renovate/org.hibernate.orm-hibernate-hikaricp-6.x branch from f9ccab7 to 3071cee Compare September 19, 2023 10:21
@renovate renovate bot changed the title Update dependency org.hibernate.orm:hibernate-hikaricp to v6.3.1.Final Update dependency org.hibernate.orm:hibernate-hikaricp to v6.4.0.Final Nov 23, 2023
@renovate renovate bot force-pushed the renovate/org.hibernate.orm-hibernate-hikaricp-6.x branch from 3071cee to 190c230 Compare November 23, 2023 21:44
@renovate renovate bot force-pushed the renovate/org.hibernate.orm-hibernate-hikaricp-6.x branch from 190c230 to e11a8ac Compare December 15, 2023 16:05
@renovate renovate bot changed the title Update dependency org.hibernate.orm:hibernate-hikaricp to v6.4.0.Final Update dependency org.hibernate.orm:hibernate-hikaricp to v6.4.1.Final Dec 15, 2023
@renovate renovate bot force-pushed the renovate/org.hibernate.orm-hibernate-hikaricp-6.x branch from e11a8ac to 1edea13 Compare January 18, 2024 15:41
@renovate renovate bot changed the title Update dependency org.hibernate.orm:hibernate-hikaricp to v6.4.1.Final Update dependency org.hibernate.orm:hibernate-hikaricp to v6.4.2.Final Jan 18, 2024
@renovate renovate bot force-pushed the renovate/org.hibernate.orm-hibernate-hikaricp-6.x branch from 1edea13 to 6b3f7fd Compare February 2, 2024 13:41
@renovate renovate bot changed the title Update dependency org.hibernate.orm:hibernate-hikaricp to v6.4.2.Final Update dependency org.hibernate.orm:hibernate-hikaricp to v6.4.3.Final Feb 2, 2024
@renovate renovate bot force-pushed the renovate/org.hibernate.orm-hibernate-hikaricp-6.x branch from 6b3f7fd to d7616ef Compare February 8, 2024 15:55
@renovate renovate bot changed the title Update dependency org.hibernate.orm:hibernate-hikaricp to v6.4.3.Final Update dependency org.hibernate.orm:hibernate-hikaricp to v6.4.4.Final Feb 8, 2024
@renovate renovate bot force-pushed the renovate/org.hibernate.orm-hibernate-hikaricp-6.x branch from d7616ef to 8880625 Compare April 23, 2024 13:16
@renovate renovate bot changed the title Update dependency org.hibernate.orm:hibernate-hikaricp to v6.4.4.Final Update dependency org.hibernate.orm:hibernate-hikaricp to v6.4.5.Final Apr 23, 2024
@renovate renovate bot force-pushed the renovate/org.hibernate.orm-hibernate-hikaricp-6.x branch from 8880625 to e91d047 Compare April 24, 2024 12:40
@renovate renovate bot changed the title Update dependency org.hibernate.orm:hibernate-hikaricp to v6.4.5.Final Update dependency org.hibernate.orm:hibernate-hikaricp to v6.4.6.Final Apr 24, 2024
@renovate renovate bot force-pushed the renovate/org.hibernate.orm-hibernate-hikaricp-6.x branch from e91d047 to 9f9b29b Compare April 25, 2024 12:47
@renovate renovate bot changed the title Update dependency org.hibernate.orm:hibernate-hikaricp to v6.4.6.Final Update dependency org.hibernate.orm:hibernate-hikaricp to v6.4.7.Final Apr 25, 2024
@renovate renovate bot force-pushed the renovate/org.hibernate.orm-hibernate-hikaricp-6.x branch from 9f9b29b to 9105966 Compare April 25, 2024 19:07
@renovate renovate bot changed the title Update dependency org.hibernate.orm:hibernate-hikaricp to v6.4.7.Final Update dependency org.hibernate.orm:hibernate-hikaricp to v6.5.0.Final Apr 25, 2024
@renovate renovate bot force-pushed the renovate/org.hibernate.orm-hibernate-hikaricp-6.x branch from 9105966 to 9d24f23 Compare May 14, 2024 09:59
@renovate renovate bot changed the title Update dependency org.hibernate.orm:hibernate-hikaricp to v6.5.0.Final Update dependency org.hibernate.orm:hibernate-hikaricp to v6.5.1.Final May 14, 2024
@renovate renovate bot force-pushed the renovate/org.hibernate.orm-hibernate-hikaricp-6.x branch from 9d24f23 to 09593c9 Compare May 21, 2024 04:29
@renovate renovate bot changed the title Update dependency org.hibernate.orm:hibernate-hikaricp to v6.5.1.Final Update dependency org.hibernate.orm:hibernate-hikaricp to v6.5.2.Final May 21, 2024
@renovate renovate bot force-pushed the renovate/org.hibernate.orm-hibernate-hikaricp-6.x branch from 09593c9 to 7b48e5c Compare August 8, 2024 23:12
@renovate renovate bot changed the title Update dependency org.hibernate.orm:hibernate-hikaricp to v6.5.2.Final Update dependency org.hibernate.orm:hibernate-hikaricp to v6.6.0.Final Aug 8, 2024
@renovate renovate bot force-pushed the renovate/org.hibernate.orm-hibernate-hikaricp-6.x branch from 7b48e5c to d8903e3 Compare September 17, 2024 16:14
@renovate renovate bot changed the title Update dependency org.hibernate.orm:hibernate-hikaricp to v6.6.0.Final Update dependency org.hibernate.orm:hibernate-hikaricp to v6.6.1.Final Sep 17, 2024
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