Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jul 15, 2021

This PR contains the following updates:

Package Change Age Confidence
org.jdbi:jdbi3-core (source) 3.20.1 -> 3.50.0 age confidence

Release Notes

jdbi/jdbi (org.jdbi:jdbi3-core)

v3.50.0

Compare Source

JDK Baseline Update

3.50.0 is the first release of Jdbi to require Java 17. Thank you Java 11 for your service!
We intend to do occasional bug patches for significant bugs or security issues but there
will be no further active development work.

Experimental Java Native support
3.50.0 is the first release to support using Jdbi directly in native compilation. We only
support using the Java 25+ GraalVM toolchain and fully expect that there are bugs, breakages
and things that are not working well. If you use Jdbi in a native environment and find any
problems, we would be thrilled to get bug reports!

  • CI verifies Jdbi runs well in GraalVM native-image (#​2476, thanks @​Eng-Fouad !)
  • 3.50.0 contains no bug fixes, user visible code or API changes compared to 3.49.6.

v3.49.6

We have some problems with our upstream parent POM. There are changes
to Maven Central that require us to roll the parent POM into the Jdbi
project. This is a temporary thing and will go away as soon as
uploading parent poms to Central has been reenabled.

  • Add support for PGvector types (#​2830)
  • Improve concurrency of statement cache loading (#​2834)
  • ExtensionHandler interface pulls out handling of target object into new AttachedExtensionHandler interface (#​2828)
  • collectInto supports types that do not implement Collection ( #​2849, thanks @​mattbertolini !)

v3.49.5

  • Fix SerializableTransactionRunner retry with failures wrapped in batch exceptions
  • Add Oracle-Free tests

v3.49.4

  • Add experimental support for Kotlin Value types as arguments and columns (#​2790, suggested and aided by @​SpyMachine)

v3.49.3

  • Only use JFR if the flight recorder was registered (#​2736)

v3.49.2

  • Fix returning long update count from update statements (#​2778)
  • Fix JFR usage on GraalVM (#​2736)
  • Fix SBOM creation

v3.49.1

  • Fix onDemand extension handling of method invocations from a subtype (#​2769, thanks @​djsstarburst!)
  • Move all kotlin deps into the module poms (fixes #​2762, thanks @​simonolander)
  • Drop explicit support for obsolete Kotlin versions < 1.9 (#​2764)
  • Remove Freebuilder support, which is archived upstream

v3.49.0

v3.48.0

  • fix new JFR feature failing on some JDKs (#​2736)

v3.47.0

  • spring aot: fix @JdbiRepository so aot generation works (#​2727, thanks @​hpoettker !)
  • spring/spring5: update spring dependency and tests to latest releases (dependabot #​36 / CVE-2024-38820 asks for 5.3.41 but that is not released (neither is 5.3.40. Spring is a mess)).
  • deprecate the spring5 module as Spring Framework 5.x is no longer under OSS support
  • add new spring module that will focus on Spring Framework 6.x and beyond. This is currently the same code as spring5 but no longer needs to maintain Spring Framework 5.x backwards compatibility.

v3.46.0

  • Introduce JDK Flight Recorder and OpenTelemetry support
  • geantyref 2.0.0
  • sqlite: fix sqlite extension memory database usage to share between different connection (#​2688)

v3.45.4

  • Avoid virtual thread deadlock on connection acquire (#​2686, thanks @​mhib !)

v3.45.3

  • Fix Connection.close() on JdbiPlugin customizeConnection (#​2676)
  • Fix multiple commits on handle with autocommit disabled (#​2685, thanks @​mhib !)

v3.45.2

v3.45.1

  • Work around JDK-8320575 losing record constructor generic type information
  • Improve record constructor detection of generic types to work around JDK-8320575 (#​2648, thanks @​elonazoulay !)
  • Attempt to improve ConstructorMapper performance by caching constructor MethodHandles (#​2657, thanks @​elonazoulay! )

v3.45.0

Compare Source

  • Testcontainer support for DB2 (#​2625, thanks @​stoyants)
  • create CycloneDX SBOM files for release versions
  • make builds reproducible
  • add JdbiTestContainersExtension#setShutdownWaitTime(int) to control waiting for extension shutdown if a database is very slow. Addresses #​2629 (thanks @​stoyants).
  • documentation updates

v3.44.1

Compare Source

  • New @Definition feature also supports super-interface definitions

v3.44.0

Compare Source

  • New Feature: annotate types, methods, or fields as @Definition to define computed constants
  • fix edge condition when calling Connection#commit() threw an Exception, we called commit() again. Now the
    code explicitly calls Connection#rollback(). Fixes #​2595
  • FieldMapper: skip static fields (#​2607, reported by @​mvysny)
  • fix StackOverflowError when encountering recursive types like <T extends This<T>> (#​2582, reported by @​johnarrr)

v3.43.0

Compare Source

** POTENTIAL BREAKING CHANGE **

With 3.43.0, we have improved the support for calling stored procedures via Call, and in particular
returning result sets.
Like any object that comes from a Statement, the expectation is that code will consume
all results (whether it's "normal" result set or a stored procedure result) before closing the Statement.
However, previously, Jdbi did not enforce this - OutParameters could be used after the statement closed.

So, you might observe new exceptions while trying to use OutParameters after closing the Call they came from.
See: #​2592

  • Support nesting row types into Java Optional or vavr Option (reported by @​martyn0ff, #​2558)
  • finally give up on trying to guess SQL script parsing and add a switch to control whether to strip trailing semicolons or not. Another attempt to
    fix SQL script parsing is (reported by @​IrinaTerlizhenko, #​2554).
  • add a new integration-test module for tests that require different parts of the code base. Should be used to write test cases for issue investigations.
  • support null as a value for binding bean, method, field and pojo objects (Suggested by @​xak2000 in #​2562)
  • Add testcontainers support for MS SQLServer
  • support returning a ResultSet from Call statements for databases that do not support cursor parameters. (suggested in #​2557 by @​metaforte and @​0x1F528 in #​2546)
  • support int, long, short, double and float return values from out parameters directly.

v3.42.0

Compare Source

v3.41.3

Compare Source

  • Fix regression introduced by #​2481 where - at the end of named parameters get swallowed. (#​2499, thanks @​gokristian for reporting).
    • un-deprecate the otjPostgres support in jdbi-testing as the project shipped 1.02 with JPMS module name support.
    • doc updates (#​2496, thanks @​hpoettker)
    • upgrade lombok version for testing with Java 21 (#​2495)
    • address commons-compress dependabot issue
    • some version and dependency updates

v3.41.2

Compare Source

  • Deprecate the otjPostgres support in jdbi-testing. This will be undeprecated if they ship a version that provides an automatic module name for JPMS, otherwise it will be removed when Jdbi ships with full JPMS support.
    • Restore pre-3.41.0 behavior for handles using auto-commit == false where transactions don't need Handle#begin() before Handle#commit() (#​2491, thanks @​grigorem)
    • Start a MySQL specific module. Right now, this is tests only.
    • Fix javadoc generation to build Java 11 javadocs (not Java 8 + fixes)

v3.41.1

Compare Source

  • Support . and - as part of named parameter names. (#​2471)
    • Fix incorrect attempt to rollback txn when exception is thrown after commit (#​2478)

v3.41.0

Compare Source

  • Fix connection leak if Handle throws an exception in the C'tor (#​2446). Thanks @​kristoffSC
    • documentation example code updates
    • remove all spotbugs annotations, replace with jakarta (#​2456)
    • rename "Handler" to "HandleCallbackDecorator", mark as @Alpha (#​2460)

v3.40.0

Compare Source

  • add extension point to decorate withHandle and friends (#​2448)
    • fix PreparedBatch c'tor problem where the binding context was not set correctly. (#​2404)
    • Slight memory optimization on RowMappers and ColumnMappers findFor (#​2418)
    • JsonMapper implementations now bind the Type earlier, which saves work in Jackson and Gson (#​2420)
    • performance improvements for all ExtensionConfigurer implementations (#​2416, #​2424)
    • Remove JSR 305 annotations from the Jdbi codebase, one small step closer to JPMS. (#​2408)
    • remove unnecessary tests before adding standard methods to extension objects (#​2414)
    • Update h2 to 2.2.220 (#​2428)
    • various small performance improvements (#​2436, #​2437, #​2440)
    • improve generator performance (#​2439)

v3.39.1

Compare Source

3.39.x is the last release of Jdbi to support Java 8. Java 8 is
obsolete for a long time and the burden of supporting it in Jdbi has
grown as parts of our tool chain and libraries no longer support
it. We intend to do occasional bug patches for significant bugs or
security issues but there will be no further active development
work.

  • add Extensions#failFast() to enable extension objects with misconfigured methods to fail at first access. Default is to fail when a misconfigured method is accessed for the first time.

  • add new @RegisterCollector customizing annotation (#​2377)

  • correctly return null for OutParameters when the called procedure returns NULL.

  • promoted from @Beta to stable (no functional changes, some minor doc reformatting and additions)

    • JdbiProperty, DatabaseValue, PropagateNull, GenerateSqlObject annotations
    • NamedArgumentFinder, SetObjectArgumentFactory, GetObjectColumnMapperFactory, GenericMapMapperFactory, RowViewMapper
    • MapMappers configuration object
    • ConfigCache functionality
    • SqlStatementCustomizer#warm() and SqlStatementParameterCustomizer#warm()
    • template engines
    • moshi json support
  • promoted from @Alpha to @Beta (no functional changes, doc cleanups)

    • Codec functionality
    • BaseStatement#attachToHandleForCleanup()
    • PostGIS support

v3.39.0

Compare Source

  • don't use. Functional equivalent to 3.39.1 but missing some tests and the Alpha/Beta promotions. Prefer 3.39.1

v3.38.3

Compare Source

  • allow unknown result mappers during ResultReturner warmup. This restores the pre-3.38.0 behavior
    where SQLObject classes with invalid methods could be used unless a method is explicitly called (#​2342)
    • document vavr incompatibility between 0.10.x and 1.0.0-alpha (#​2350)
    • Handle.inTransaction: improve exception thrown when restoring transaction isolation #​2343
    • add support for Guice 6.x (using javax.inject annotations) and guice 7.x (using jakarta.inject annotations)

v3.38.2

Compare Source

  • spring5 JdbiUtil: fix thread safety #​2341

v3.38.1

Compare Source

  • Dramatic performance improvement around copying configuration objects when creating statements
    Should reduce allocation rate and time spent in ConcurrentHashMap init

v3.38.0

Compare Source

  • CaseStrategy is now an official API (dropped @​Beta) (#​2309)
    • rewrite AccessibleObjectStrategy into an enum (#​2310)
    • allow user defined functions for message rendering (#​2311)
    • fix GenericType creation in parameterized classes (#​2305)
    • add SqlStatements#setAttachAllStatementsForCleanup. Setting this configuration flag will attach all created statements to their handles for resource cleanup. Default is false. (#​2293, thanks @​jodastephen)
    • add SqlStatements#setAttachCallbackStatementsForCleanup. Setting this configuration flag will attach all created statements within one of the Jdbi callback methods to the handle. This allows code that uses the Jdbi callback methods to delegate resource management fully to Jdbi. This flag is set by default. (#​2293, thanks @​jodastephen)
    • fix problem when using the jdbi bom in spring projects (#​2295, thanks @​jedvardsson)
    • add JdbiExecutor for async Jdbi operations (#​2280, thanks @​leblonk)
    • rewrite the core extension framework, move functionality from sqlobject to core
    • rewrite sqlobject and the generator to use the new extension framework, deprecate functionality that moved to the core
    • StringTemplate engine: handle st4 errors rather than logging to stderr. Allow configuring missing attribute as a fatal error
    • StringTemplate 4.3.4
    • update spring framework dependency to 5.3.27 (address CVE-2023-20861, CVE-2023-20863)
    • ResultIterable methods: set(), collectToMap(), toCollection(), collectInto(), collectIntoList(), collectIntoSet()
    • Helpers to make registering CollectorFactory easier
    • FreemarkerEngine encourages singleton use so caching works better
    • Support Consumer<Iterable> as a consumer argument for operations that return multiple results.

v3.37.1

Compare Source

  • fix deadlock in default Jdbi cache (#​2274)

v3.37.0

Compare Source

** DO NOT USE **

The default cache contains a thread deadlock when the cache is
evicting while adding new entries through multiple threads. This has
been fixed in 3.37.1

  • upgrade to geantyref 1.3.14
  • removes the core dependency on the caffeine library. This now uses a simple LRU cache for sql parser and sql statements.
  • adds pluggable cache implementation using caffeine. The old caching behavior can now be restored by using the
    jdbi3-caffeine-cache dependency and adding jdbi.installPlugin(new CaffeineCachePlugin());.
  • adds pluggable no-op cache implementation for testing and debugging
  • improve PostGIS null value handling (#​2260, thanks @​tprebs)
  • use Postgres 15 (native arm64) for building on MacOS arm64

v3.36.0

Compare Source

  • fix concurrency issue when copying the config registry (#​2236), thanks @​npetryk
    • Support class-level (static) instance fields for JdbiExtension and its subclasses.
    • Add jdbi3-testing support for testcontainer based databases, see http://jdbi.org/#_using_testcontainers for details

v3.35.0

Compare Source

  • Fix JdbiFlywayMigration to work with Flyway 9 (#​2179, thanks @​broccolai)
    • ResultIterable.useIterator and ResultIterable.withIterator new helper methods to close iterator resources
    • add handle and resource leak checking to all unit tests, fix unit tests to not leak any resources
    • add resource leak checking support to the JdbiExtension JUnit5 testing framework
    • support lifecycle listeners for Handle and StatementContext
    • fixes and updates to the build system, additional docs for contributing, IDE code style support for IntelliJ and Eclipse
    • doc updates for Kotlin code
    • add Kotlin mapTo(KClass<*>) extension function to ResultBearing
    • SqlObject Consumer now accepts Consumer<Stream> and Consumer<Iterator> forms
    • deprecate misnamed setTransactionIsolation method, add setTransactionIsolationLevel to the handle
    • deprecate misnamed release method, add releaseSavepoint to the handle
    • add missing isInTransaction method to Transactional, bringing it to par to the handle set of methods
    • add H2 option string, user and password methods to JdbiH2Extension
    • ReflectionMappers: add accessibleObjectStrategy to allow skipping setAccessible calls for FieldMapper in particular
    • minimal support for testing with other databases in JdbiGenericExtension
    • Dependabot warnings for Postgres and H2, upgrade to 42.5.1 and 2.1.214 respectively.

v3.34.0

Compare Source

  • jdbi3-generator will now support any Java 8+ version without generating compile-time warnings (#​2128)
    • AbstractArgumentFactory also need to check for supertypes when the generic argument is not a class (fixes #​2026)
    • Replace @Unmappable with @JdbiProperty so you can configure both mapping and binding flexibly

v3.33.0

Compare Source

  • make @Unmappable work with FieldMapper fields and KotlinMapper properties
    • rework the mapping logic for all bean related mappers (Bean, Field, Constructor, KotlinMapper)
    • clarify the @​PropagateNull logic, ensure that it works with nested beans
    • ensure that bean mapper annotations work with lombok value and bean classes
    • add explicit support for byte[] -> BYTEA for Postgres. (#​2109)
    • Revert lexer changes #​1906 due to regressions
    • add missing jdbi3-postgis and jdbi3-json (tests) to the BOM
    • update build tooling for Java and Kotlin
    • internal kotlin packages are considered undocumented and no longer show up in the docs
    • Bean mapping now prefers setter annotations over getter annotations. (#​2103)
    • Various methods that accept SQL statements now take CharSequence in preference to String (#​2047)
    • Add a typesafe Sql class for SQL statements.
    • Upgrade Postgres driver to 42.5.0
    • call warm() correctly for SqlStatementCustomizer (#​2040)

v3.32.0

Compare Source

  • Use Kotlin 1.7 ecosystem (compiler, plugin) but compile to Kotlin 1.5 compatibility

v3.31.0

Compare Source

  • Support binding parameters of type CharSequence (#​2057, thanks @​sman-81)
    • Fix Sql scripts to support BEGIN / END nested scripts (#​2021, thanks @​sman-81)
    • ResultIterables have additional convenience methods forEachWithCount and filter (#​2056, thanks @​sman-81)
    • upgrades to the build system to support external modules. This allows keeping the jdbi3-oracle12 module up to date.

v3.30.0

Compare Source

v3.29.0

Compare Source

This is a maintenance release. It bumps the minor because of a backwards incompatible change
in the JdbiOtjPostgresExtension due to a change in the upstream otj-pg-embedded component.

If you do not use this component, there are no significant changes over 3.28.0.

  • build now fully supports building with JDK 17
  • minor changes and cleanups (#​2020, #​2023)
  • always load kotlin plugin if using kotlin-sqlobject (#​2023)
  • change BOM to resolve versions in the released bom version
  • update to otj-pg-embedded 1.0.1 (0.13.x started to crash on MacOS Monterey). This is a backwards
    incompatible change as the component changed the call signature of getJdbcUrl. This only
    affects the JdbiOtjPostgresExtension

v3.28.0

Compare Source

  • Remove the antlr4-runtime dependency by inlining it into the core jar.
    • [CI] add lgtm checks
    • [CI] build integration tests for inlined jar
    • [SECURITY] update baseline dependencies for known CVE (reported by dependabot)

v3.27.2

Compare Source

  • Fix NPE in SqlLogger#logAfterExecution when query string is not available (#​2000), thanks @​tmichel!

v3.27.1

Compare Source

v3.27.0

Compare Source

  • Fix serious regression in 3.26.1: incorrect Batch parameter binding

v3.26.1

Compare Source

** DO NOT USE **

Serious regression in batch binding: #​1987

  • Fix transaction callbacks working with nested transactions

v3.26.0

Compare Source

  • change annotation targets for Kotlin annotations to CLASS (fixes #​1971)
    • use h2 2.x for unit tests (prevents spurious "security" reports)
    • run more integration tests for postgres and dependency compatibility

v3.25.0

Compare Source

  • SPI change @Json String database type mappers now use @EncodedJson String instead (#​1953)
    • Sql4JSqlLogger: fix NPE when using Script
    • fix using ConstructorMapper on empty generated keys results (#​1955)
    • Handle: add new afterCommit and afterRollback transaction callbacks

v3.24.1

Compare Source

  • fix Bean property arguments type being erased on generic beans

v3.24.0

Compare Source

  • Fix batch binding with mixed null and non-null primitives (#​1901)
    • Add Arguments.setPreparedArgumentsEnabled to disable new preparable arguments feature
    • Add JUnit 5 support to the testing package.
    • Add interceptors for type inference for Row Mappers, Column Mappers and SQL Array types
    • Fix mapper lookup for Kotlin data types. Ensure that registered prefixes are used. Fixes #​1944
    • RowMappers#register(RowMapper<?>) no longer allows Object as concrete parameter type.
    • Run ktlint and detekt on Kotlin code to improve code quality

v3.23.0

Compare Source

  • Rework and document importing bindings in guice definition modules
    • expose createKey() method in guice definition modules
    • Add no-op GuiceJdbiCustomizer
    • Fix annotation inheritance for non-direct supertypes (#​1920)

v3.22.0

Compare Source

  • Guice support for Jdbi creation and injection (#​1888)
    • documentation fixes
    • update CI to build with post-11 JDK (currently 16)

v3.21.0

Compare Source

  • Fix sending Long types as INT8 instead of INT4 (#​1902)
    • Updates to build and compilation (e.g. treat parameters/noparameters correctly)
    • Add a local mvnw binary to build without a local maven installation
    • Documentation updates and deploy fixes (kotlin docs work again)
    • Add a Metadata API to allow Database metadata access through the Handle (#​1889)

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 force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from 22bcb36 to f878c15 Compare October 18, 2021 19:49
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.21.0 Update dependency org.jdbi:jdbi3-core to v3.23.0 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from f878c15 to e4a0387 Compare March 7, 2022 13:45
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.23.0 Update dependency org.jdbi:jdbi3-core to v3.27.2 Mar 7, 2022
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.27.2 Update dependency org.jdbi:jdbi3-core to v3.28.0 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from e4a0387 to b83595d Compare March 26, 2022 14:10
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from b83595d to 0234a4e Compare June 18, 2022 13:24
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.28.0 Update dependency org.jdbi:jdbi3-core to v3.30.0 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from 0234a4e to 96f8491 Compare September 25, 2022 17:46
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.30.0 Update dependency org.jdbi:jdbi3-core to v3.32.0 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from 96f8491 to 85096f7 Compare November 20, 2022 08:36
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.32.0 Update dependency org.jdbi:jdbi3-core to v3.34.0 Nov 20, 2022
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.34.0 Update dependency org.jdbi:jdbi3-core to v3.37.1 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from 85096f7 to 8a7a3e2 Compare March 16, 2023 16:01
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from 8a7a3e2 to 3c81cf5 Compare May 28, 2023 12:24
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.37.1 Update dependency org.jdbi:jdbi3-core to v3.38.2 May 28, 2023
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.38.2 Update dependency org.jdbi:jdbi3-core to v3.38.3 Jun 5, 2023
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from 3c81cf5 to bb7a7f7 Compare June 5, 2023 22:31
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.38.3 Update dependency org.jdbi:jdbi3-core to v3.39.0 Jun 17, 2023
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from bb7a7f7 to 210c7ee Compare June 17, 2023 22:51
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.39.0 Update dependency org.jdbi:jdbi3-core to v3.39.1 Jun 18, 2023
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from 210c7ee to 7323b1b Compare June 18, 2023 01:23
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from 7323b1b to 7b03f80 Compare August 2, 2023 23:07
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.39.1 Update dependency org.jdbi:jdbi3-core to v3.40.0 Aug 2, 2023
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from 7b03f80 to 6e934d2 Compare August 15, 2023 18:58
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.40.0 Update dependency org.jdbi:jdbi3-core to v3.41.0 Aug 15, 2023
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from 6e934d2 to 99452e6 Compare September 8, 2023 17:14
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.41.0 Update dependency org.jdbi:jdbi3-core to v3.41.1 Sep 8, 2023
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.41.1 Update dependency org.jdbi:jdbi3-core to v3.41.2 Sep 22, 2023
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from 99452e6 to 8f5b920 Compare September 22, 2023 06:56
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.45.0 Update dependency org.jdbi:jdbi3-core to v3.45.1 Mar 14, 2024
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from e48fb89 to 1d67e23 Compare June 28, 2024 19:44
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.45.1 Update dependency org.jdbi:jdbi3-core to v3.45.2 Jun 28, 2024
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from 1d67e23 to aafb9a4 Compare July 31, 2024 19:03
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.45.2 Update dependency org.jdbi:jdbi3-core to v3.45.3 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from aafb9a4 to 80a8415 Compare August 19, 2024 23:17
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.45.3 Update dependency org.jdbi:jdbi3-core to v3.45.4 Aug 19, 2024
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from 80a8415 to 4f80045 Compare October 15, 2024 22:39
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.45.4 Update dependency org.jdbi:jdbi3-core to v3.46.0 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from 4f80045 to 35811f9 Compare October 25, 2024 19:32
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.46.0 Update dependency org.jdbi:jdbi3-core to v3.47.0 Oct 25, 2024
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from 35811f9 to f8a2c4b Compare February 12, 2025 19:41
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.47.0 Update dependency org.jdbi:jdbi3-core to v3.48.0 Feb 12, 2025
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from f8a2c4b to aa88ab0 Compare March 27, 2025 06:08
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.48.0 Update dependency org.jdbi:jdbi3-core to v3.49.0 Mar 27, 2025
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from aa88ab0 to 79146de Compare April 22, 2025 22:05
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.49.0 Update dependency org.jdbi:jdbi3-core to v3.49.1 Apr 22, 2025
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from 79146de to 8a760c9 Compare April 27, 2025 22:46
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.49.1 Update dependency org.jdbi:jdbi3-core to v3.49.2 Apr 27, 2025
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from 8a760c9 to a7ca587 Compare May 1, 2025 22:32
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.49.2 Update dependency org.jdbi:jdbi3-core to v3.49.3 May 1, 2025
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from a7ca587 to ce4062a Compare May 17, 2025 01:53
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.49.3 Update dependency org.jdbi:jdbi3-core to v3.49.4 May 17, 2025
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from ce4062a to b1ec725 Compare June 13, 2025 23:04
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.49.4 Update dependency org.jdbi:jdbi3-core to v3.49.5 Jun 13, 2025
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from b1ec725 to 7ecd113 Compare October 2, 2025 20:38
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.49.5 Update dependency org.jdbi:jdbi3-core to v3.49.6 Oct 2, 2025
@renovate renovate bot force-pushed the renovate/org.jdbi-jdbi3-core-3.x branch from 7ecd113 to bced366 Compare November 5, 2025 07:37
@renovate renovate bot changed the title Update dependency org.jdbi:jdbi3-core to v3.49.6 Update dependency org.jdbi:jdbi3-core to v3.50.0 Nov 5, 2025
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.

1 participant