Skip to content

Bump the minor-and-patch group with 52 updates#3078

Merged
oyvinyg merged 7 commits into
masterfrom
dependabot/maven/minor-and-patch-a883bd7ad3
Nov 6, 2025
Merged

Bump the minor-and-patch group with 52 updates#3078
oyvinyg merged 7 commits into
masterfrom
dependabot/maven/minor-and-patch-a883bd7ad3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 5, 2025

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 52 updates:

Package From To
org.springframework.boot:spring-boot-starter-parent 3.3.11 3.5.7
no.nav.melosys:melosys-internt-kodeverk 5.15.324 5.15.326-77cdab1
org.springframework.data:spring-data-envers 3.3.1 3.5.5
org.antlr:antlr4-runtime 4.10.1 4.13.2
commons-cli:commons-cli 1.5.0 1.10.0
net.java.dev.jna:jna 5.11.0 5.18.1
net.java.dev.jna:jna-platform 5.11.0 5.18.1
org.scala-lang:scala-library 2.13.9 2.13.17
org.scala-lang:scala-reflect 2.13.9 2.13.17
org.apache.httpcomponents.client5:httpclient5 5.2 5.5.1
ch.qos.logback:logback-classic 1.5.12 1.5.20
com.github.ben-manes.caffeine:caffeine 3.0.6 3.2.3
io.github.microutils:kotlin-logging-jvm 3.0.0 3.0.5
io.micrometer:micrometer-registry-prometheus 1.13.13 1.15.5
net.minidev:json-smart 2.4.9 2.6.0
org.slf4j:slf4j-api 2.0.3 2.0.17
org.apache.commons:commons-collections4 4.4 4.5.0
org.apache.commons:commons-lang3 3.18.0 3.19.0
commons-lang:commons-lang 2.2 2.6
org.apache.commons:commons-text 1.10.0 1.14.0
org.apache.cxf:cxf-core 4.0.7 4.1.3
org.apache.cxf:cxf-rt-features-logging 4.0.7 4.1.3
org.apache.cxf:cxf-rt-rs-client 4.0.7 4.1.3
org.apache.cxf:cxf-rt-frontend-jaxws 4.0.7 4.1.3
org.apache.cxf:cxf-rt-ws-security 4.0.7 4.1.3
org.apache.cxf.services.sts:cxf-services-sts-core 4.0.7 4.1.3
org.springframework.kafka:spring-kafka 3.2.8 3.3.10
org.springframework.retry:spring-retry 2.0.11 2.0.12
org.apache.neethi:neethi 3.1.1 3.2.1
com.google.errorprone:error_prone_annotations 2.13.1 2.43.0
joda-time:joda-time 2.10.14 2.14.0
org.checkerframework:checker-qual 3.22.0 3.52.0
org.ow2.asm:asm 9.6 9.9
org.threeten:threeten-extra 1.7.2 1.8.0
org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0 2.8.14
org.jetbrains.kotlin:kotlin-stdlib 2.2.10 2.2.21
org.jetbrains.kotlin:kotlin-test-junit5 2.2.10 2.2.21
org.jetbrains.kotlin:kotlin-maven-allopen 2.2.10 2.2.21
org.jetbrains.kotlin:kotlin-maven-plugin 2.2.10 2.2.21
org.jetbrains.kotlin:kotlin-maven-noarg 2.2.10 2.2.21
org.wiremock:wiremock-standalone 3.0.1 3.13.1
com.tngtech.archunit:archunit-junit5 1.1.0 1.4.1
io.mockk:mockk 1.12.5 1.14.6
org.apache.maven.plugins:maven-compiler-plugin 3.13.0 3.14.1
org.apache.maven.plugins:maven-enforcer-plugin 3.4.1 3.5.0
org.apache.maven.plugins:maven-surefire-plugin 3.2.5 3.5.4
org.apache.maven.plugins:maven-dependency-plugin 3.6.1 3.8.1
org.flywaydb:flyway-core 10.10.0 11.7.2
org.flywaydb:flyway-database-oracle 10.10.0 11.7.2
org.flywaydb:flyway-maven-plugin 10.10.0 11.7.2
io.github.kobylynskyi:graphql-codegen-maven-plugin 5.1.0 5.10.0
org.codehaus.mojo:build-helper-maven-plugin 3.3.0 3.6.1

Updates org.springframework.boot:spring-boot-starter-parent from 3.3.11 to 3.5.7

Release notes

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

v3.5.7

⭐ New Features

  • Add TWENTY_FIVE to JavaVersion enum #47609

🐞 Bug Fixes

  • Signed jar verification fails when nested in an uber war running on an Oracle JVM #47771
  • In an uber war, value of the Sbom-Location manifest attribute does not match the SBOM's actual location #47737
  • Homebrew formula for the CLI should use libexec #47722
  • When virtual threads are enabled, embedded Jetty does not use recommended virtual thread configuration #47717
  • ClientHttpRequestFactoryRuntimeHints is missing timeout methods with Duration overloads #47678
  • OnBeanCondition no longer correctly finds annotations on scoped target proxy beans #47635
  • JavaVersion doesn't work reliably in native-image #47620
  • LiquibaseEndpoint always uses defaultSchema instead of liquibaseSchema #47346
  • Launcher fails to find main method when it is parameterless #47311
  • Package private Main class using Java 25 is not found by build plugins #47309
  • Bitnami legacy images are not automatically detected #47275
  • Maven plugin does not provide an easy way to exclude optional dependencies from uber jar #25403

📔 Documentation

  • Some spring.test.* properties are not documented #47775
  • Dependency management for Maven AntRun Plugin is missing changelog link #47744
  • Developing Your First Spring Boot Application has outdated tools #47700
  • Include deprecated configuration properties in the reference documentation #47669
  • Aggregated Javadoc should link to the proper version of JakartaEE #47593
  • Update javadoc of TestRestTemplate following change to redirect behavior #47474
  • Use non-deprecated syntax to configure sourceCompatibility #47343
  • Fix link to Framework's @Bean annotation #47330
  • Update managed dependency version override examples in documentation #47306

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 6.1.8 #47767
  • Upgrade to Angus Mail 2.0.5 #47525
  • Upgrade to AssertJ 3.27.6 #47526
  • Upgrade to Byte Buddy 1.17.8 #47527
  • Upgrade to Cassandra Driver 4.19.1 #47768
  • Upgrade to Classmate 1.7.1 #47528
  • Upgrade to Elasticsearch Client 8.18.8 #47671
  • Upgrade to Glassfish JAXB 4.0.6 #47529
  • Upgrade to GraphQL Java 24.3 #47755
  • Upgrade to Groovy 4.0.29 #47713
  • Upgrade to Hibernate 6.6.33.Final #47530
  • Upgrade to HttpClient5 5.5.1 #47531
  • Upgrade to HttpCore5 5.3.6 #47532
  • Upgrade to Jakarta Mail 2.1.5 #47533
  • Upgrade to Jakarta XML Bind 4.0.4 #47242
  • Upgrade to Jetty 12.0.29 #47728

... (truncated)

Commits
  • d3152ea Release v3.5.7
  • af07358 Merge branch '3.4.x' into 3.5.x
  • b0bef35 Document missing spring.test.* properties
  • 6683d0f Merge branch '3.4.x' into 3.5.x
  • 5ba3642 Next development version (v3.4.12-SNAPSHOT)
  • 59aba4e Merge branch '3.4.x' into 3.5.x
  • 4525a0c Merge pull request #47284 from DKARAGODIN
  • 43d91ae Write signature files to uber wars for Oracle Java 17 verification
  • eaad688 Upgrade to Spring Batch 5.2.4
  • edee2de Upgrade to Cassandra Driver 4.19.1
  • Additional commits viewable in compare view

Updates no.nav.melosys:melosys-internt-kodeverk from 5.15.324 to 5.15.326-77cdab1

Commits

Updates org.springframework.data:spring-data-envers from 3.3.1 to 3.5.5

Commits

Updates org.antlr:antlr4-runtime from 4.10.1 to 4.13.2

Release notes

Sourced from org.antlr:antlr4-runtime's releases.

4.13.2

Minor updates release.

Pull requests grouped by target

cpp target

go target

javascript target

python3 target

Contributors

4.13.1

Pull requests grouped by target

csharp target

  • [[CSharp] Fix for #4386 -- change signatures for ReportAttemptingFullContext() and ReportContextSensitivity() to be identical to all other targets](antlr/antlr4#4399) (target:csharp, type:cleanup)

go target

java target

javascript target

swift target

... (truncated)

Commits
  • cc82115 [maven-release-plugin] prepare release 4.13.2
  • b91cecf Update 4.13.1 -> 4.13.2
  • 35ff30d Update release docs to say 4.13.2; rebuild XPathLexers
  • 2559349 fix(javascript): fix types not being recognized for NodeNext module resolutio...
  • e8bf978 rule name 'state' conflict with Python runtime.
  • 88a0c7a Support TypeScript bundler module resolution
  • caf46b9 [Python3] Replace deprecated assertEquals() to fix py3.12 compat
  • 17f3f5e Add include dirs direclty to cpp targets
  • b3bb743 chore: fix error link
  • 7d4cea9 Fix singleton memory leaks
  • Additional commits viewable in compare view

Updates commons-cli:commons-cli from 1.5.0 to 1.10.0

Changelog

Sourced from commons-cli:commons-cli's changelog.

Apache Commons CLI 1.10.0 Release Notes

The Apache Commons CLI team is pleased to announce the release of Apache Commons CLI 1.10.0.

Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.

This is a feature and maintenance release. Java 8 or later is required.

New Features

  • CLI-339: Help formatter extension in the new package #314. Thanks to Claude Warren, Gary Gregory.
  •       CommandLine.Builder implements Supplier<CommandLine>. Thanks to Gary Gregory.
    
  •       DefaultParser.Builder implements Supplier<DefaultParser>. Thanks to Gary Gregory.
    
  • CLI-340: Add CommandLine.getParsedOptionValues() #334. Thanks to Claude Warren, Gary Gregory.
  • CLI-333: org.apache.commons.cli.Option.Builder implements Supplier. Thanks to Claude Warren, Gary Gregory.

Fixed Bugs

  •       Deprecate CommandLine.Builder() in favor of CommandLine.builder(). Thanks to Gary Gregory.
    
  •       Deprecate DeprecatedAttributes.Builder() in favor of DeprecatedAttributes.builder(). Thanks to Gary Gregory.
    
  •       Refactor default parser test [#294](https://github.com/apache/commons-cli/issues/294). Thanks to Dávid Szigecsán.
    
  •       Port to JUnit 5. Thanks to Gary Gregory.
    
  •       Generics for Converter should use Exception not Throwable. Thanks to Gary Gregory.
    
  •       Pick up maven-antrun-plugin version from parent POM org.apache:apache. Thanks to Gary Gregory.
    
  •       Javadoc is missing its Overview page. Thanks to Gary Gregory.
    
  •       Get mockito version from parent pom ([#351](https://github.com/apache/commons-cli/issues/351)). Thanks to Arnout Engelen.
    
  •       Remove -nouses directive from maven-bundle-plugin. OSGi package imports now state 'uses' definitions for package imports, this doesn't affect JPMS (from org.apache.commons:commons-parent:80). Thanks to Gary Gregory.
    
  •       Deprecate PatternOptionBuilder.PatternOptionBuilder(). Thanks to Arnout Engelen.
    
  • CLI-341: HelpFormatter infinite loop with 0 width input. Thanks to Ruiqi Dong, Gary Gregory.
  • CLI-349: Fail faster with a more precise NullPointerException: Option.processValue() throws NullPointerException when passed null value with value separator configured. Thanks to Leo Fernandes, Gary Gregory.
  • CLI-344: Fail faster with a more precise NullPointerException: DefaultParser.parse() throws NullPointerException when options parameter is null. Thanks to Ruiqi Dong, Gary Gregory.
  • CLI-347: Options.addOptionGroup(OptionGroup) does not remove required options from requiredOpts list. Thanks to Ruiqi Dong, Gary Gregory.
  •       org.apache.commons.cli.Option.Builder.get() should throw IllegalStateException instead of IllegalArgumentException. Thanks to Gary Gregory.
    
  •       org.apache.commons.cli.Option.processValue(String) should throw IllegalStateException instead of IllegalArgumentException. Thanks to Gary Gregory.
    
  •       org.apache.commons.cli.OptionBuilder.create() should throw IllegalStateException instead of IllegalArgumentException. Thanks to Gary Gregory.
    

Updates

  •       Bump org.apache.commons:commons-parent from 72 to 85 [#302](https://github.com/apache/commons-cli/issues/302), [#304](https://github.com/apache/commons-cli/issues/304), [#310](https://github.com/apache/commons-cli/issues/310), [#315](https://github.com/apache/commons-cli/issues/315), [#320](https://github.com/apache/commons-cli/issues/320), [#327](https://github.com/apache/commons-cli/issues/327), [#371](https://github.com/apache/commons-cli/issues/371). Thanks to Gary Gregory, Dependabot.
    
  •       [test] Bump commons-io:commons-io from 2.16.1 to 2.20.0 [#309](https://github.com/apache/commons-cli/issues/309), [#337](https://github.com/apache/commons-cli/issues/337). Thanks to Gary Gregory, Dependabot.
    
  •       [test] Bump org.apache.commons:commons-text from 1.12.0 to 1.14.0 [#344](https://github.com/apache/commons-cli/issues/344). Thanks to Gary Gregory, Dependabot.
    
  •       Update site documentation to https://maven.apache.org/xsd/xdoc-2.0.xsd. Thanks to Gary Gregory.
    

Historical list of changes: https://commons.apache.org/proper/commons-cli/changes.html

... (truncated)

Commits

Updates net.java.dev.jna:jna from 5.11.0 to 5.18.1

Changelog

Sourced from net.java.dev.jna:jna's changelog.

Release 5.18.1

Bug Fixes

  • #1686: Fix sortFields race condition while getting fields - @​bendk.

Release 5.18.0

Features

  • #1671: Add isRISCV to c.s.j.Platform - @​Glavo.
  • #1672: Add CFLocale, CFLocaleCopyCurrent, CFCFDateFormatter, CFDateFormatterStyle, CFDateFormatterCreate and CFDateFormatterGetFormat to c.s.j.p.mac.CoreFoundation - @​dbwiddis.
  • #1669: Document requirement for running on JDK 24+ - @​matthiasblaesing.

Bug Fixes

Release 5.17.0

Features

  • #1658: Add win32 power event constants, types, and functions - @​eranl.

Bug Fixes

Release 5.16.0

Features

  • #1626: Add caching of field list and field validation in Structure along with more efficient reentrant read-write locking instead of synchronized() blocks - @​BrettWooldridge

Bug Fixes

Release 5.15.0

Features

... (truncated)

Commits
  • 3c493c1 Release 5.18.1
  • e3838d5 Merge pull request #1680 from java-native-access/dependabot/github_actions/gi...
  • 5cac361 Bump the github-actions group with 2 updates
  • 5511f28 Merge pull request #1687 from bendk/push-yyprxvvrrttk
  • c401bca Merge pull request #1690 from jonalmeida/patch-1
  • 6e7e828 Update recommended Android proguard rules
  • b665e9e Avoid threading issues in sortFields (#1686)
  • 0da700d Prepare next development iteration
  • 285632f Release 5.18.0
  • 77fe152 Support/Prepare deployment to new maven central repository
  • Additional commits viewable in compare view

Updates net.java.dev.jna:jna-platform from 5.11.0 to 5.18.1

Changelog

Sourced from net.java.dev.jna:jna-platform's changelog.

Release 5.18.1

Bug Fixes

  • #1686: Fix sortFields race condition while getting fields - @​bendk.

Release 5.18.0

Features

  • #1671: Add isRISCV to c.s.j.Platform - @​Glavo.
  • #1672: Add CFLocale, CFLocaleCopyCurrent, CFCFDateFormatter, CFDateFormatterStyle, CFDateFormatterCreate and CFDateFormatterGetFormat to c.s.j.p.mac.CoreFoundation - @​dbwiddis.
  • #1669: Document requirement for running on JDK 24+ - @​matthiasblaesing.

Bug Fixes

Release 5.17.0

Features

  • #1658: Add win32 power event constants, types, and functions - @​eranl.

Bug Fixes

Release 5.16.0

Features

  • #1626: Add caching of field list and field validation in Structure along with more efficient reentrant read-write locking instead of synchronized() blocks - @​BrettWooldridge

Bug Fixes

Release 5.15.0

Features

... (truncated)

Commits
  • 3c493c1 Release 5.18.1
  • e3838d5 Merge pull request #1680 from java-native-access/dependabot/github_actions/gi...
  • 5cac361 Bump the github-actions group with 2 updates
  • 5511f28 Merge pull request #1687 from bendk/push-yyprxvvrrttk
  • c401bca Merge pull request #1690 from jonalmeida/patch-1
  • 6e7e828 Update recommended Android proguard rules
  • b665e9e Avoid threading issues in sortFields (#1686)
  • 0da700d Prepare next development iteration
  • 285632f Release 5.18.0
  • 77fe152 Support/Prepare deployment to new maven central repository
  • Additional commits viewable in compare view

Updates net.java.dev.jna:jna-platform from 5.11.0 to 5.18.1

Changelog

Sourced from net.java.dev.jna:jna-platform's changelog.

Release 5.18.1

Bug Fixes

  • #1686: Fix sortFields race condition while getting fields - @​bendk.

Release 5.18.0

Features

  • #1671: Add isRISCV to c.s.j.Platform - @​Glavo.
  • #1672: Add CFLocale, CFLocaleCopyCurrent, CFCFDateFormatter, CFDateFormatterStyle, CFDateFormatterCreate and CFDateFormatterGetFormat to c.s.j.p.mac.CoreFoundation - @​dbwiddis.
  • #1669: Document requirement for running on JDK 24+ - @​matthiasblaesing.

Bug Fixes

Release 5.17.0

Features

  • #1658: Add win32 power event constants, types, and functions - @​eranl.

Bug Fixes

Release 5.16.0

Features

  • #1626: Add caching of field list and field validation in Structure along with more efficient reentrant read-write locking instead of synchronized() blocks - @​BrettWooldridge

Bug Fixes

Release 5.15.0

Features

... (truncated)

Commits
  • 3c493c1 Release 5.18.1
  • e3838d5 Merge pull request #1680 from java-native-access/dependabot/github_actions/gi...
  • 5cac361 Bump the github-actions group with 2 updates
  • 5511f28 Merge pull request #1687 from bendk/push-yyprxvvrrttk
  • c401bca Merge pull request #1690 from jonalmeida/patch-1
  • 6e7e828 Update recommended Android proguard rules
  • b665e9e Avoid threading issues in sortFields (#1686)
  • 0da700d Prepare next development iteration
  • 285632f Release 5.18.0
  • 77fe152 Support/Prepare deployment to new maven central repository
  • Additional commits viewable in compare view

Updates org.scala-lang:scala-library from 2.13.9 to 2.13.17

Release notes

Sourced from org.scala-lang:scala-library's releases.

Scala 2.13.17

The Scala team at Akka is pleased to announce Scala 2.13.17.

This release is compatible with the new JDK 25 LTS.

See below for known issues / regressions in this release.

The following are highlights of this release:

Compatibility

  • JDK 25 support in optimizer (#11046)
  • Support Scala 3.7 in the TASTy reader (#11100)
  • When parsing Java sources, skip JDK 21+’s JEP 445 compact compilation units (#11066)

Breaking changes

  • Mix in the productPrefix hash statically in case class hashCode (#11023)
    • The synthetic hashCode method of a case class no longer calls productPrefix. This changes the hash code of case classes that override productPrefix.
  • Improve scala.util.Using suppression order (NonFatal suppresses ControlThrowable) (#11000 by @​NthPortal)
    • When multiple exceptions are thrown, a predefined order determines which exception is rethrown and which is attached as "suppressed"
    • Users of scala-collection-compat can upgrade to 2.14.0 to get the same behavior change
    • If you use Using in a project that crossbuilds to Scala 3, you may wish to wait for a Scala 3 release that includes the 2.13.17 standard library, or use a dependency override to force the upgrade in your build

Features and notable changes

  • Fix AnnotationInfo when using named/default arguments, support custom annotation subclasses (#10976)
    • Users can now define, for example, class nodep extends annotation.nowarn("cat=deprecation") and use @nodep to silence deprecations
  • Show nowarn/-Wconf filters for a warning with @nowarn("verbose") (#10985)
  • Use toVector for XML literal sequences (#11065)

Scala 3 compatibility and migration

  • Allow using -Xsource-features without -Xsource:3 (#11123)
  • Lint inferred structural types (#10942)
    • In case this warning is undesired, it can be disabled using -Xlint:_,-infer-structural
  • Port summonIgnoring from 3.7 as c.inferImplicitValueIgnoring (#11068 by @​MateuszKubuszok)

Notable bug fixes

  • Allow optimizer use within Bazel (don't attempt inlining methods without instructions) (#11016)
  • Reduce memory footprint of evaluated elements in LazyList (#10937)
  • Deregister stale callbacks in Future.firstCompletedOf (prevents memory leaks) (#10927)
  • Require -Xsource-features:eta-expand-always for eta-expansion without an expected type (#10907 by @​som-snytt)

More changes

For the complete 2.13.17 change lists, see all merged PRs and all closed bugs.

Known issues / regressions

... (truncated)

Commits
  • 05169c7 Merge pull request #11142 from lrytz/central-fix
  • b52454d Revert sbt-pgp to 1.1.0
  • 5959035 Fixes for central repository publishing
  • d438403 Merge pull request #11141 from lrytz/central
  • ca176cc update publishing scripts for central repository
  • 0744129 Merge pull request #11136 from hamzaremmal/update-spec
  • a940c81 fix: spec should use weak conformance
  • 2ba79a9 Merge pull request #11135 from lrytz/jline29
  • 80a91a5 Revert JLine to version 3.29.0 for Scala 2.13.17
  • b656a79 Merge pull request #11133 from lrytz/merge-212
  • Additional commits viewable in compare view

Updates org.scala-lang:scala-reflect from 2.13.9 to 2.13.17

Release notes

Sourced from org.scala-lang:scala-reflect's releases.

Scala 2.13.17

The Scala team at Akka is pleased to announce Scala 2.13.17.

This release is compatible with the new JDK 25 LTS.

See below for known issues / regressions in this release.

The following are highlights of this release:

Compatibility

  • JDK 25 support in optimizer (#11046)
  • Support Scala 3.7 in the TASTy reader (#11100)
  • When parsing Java sources, skip JDK 21+’s JEP 445 compact compilation units (#11066)

Breaking changes

  • Mix in the productPrefix hash statically in case class hashCode (#11023)
    • The synthetic hashCode method of a case class no longer calls productPrefix. This changes the hash code of case classes that override productPrefix.
  • Improve scala.util.Using suppression order (NonFatal suppresses ControlThrowable) (#11000 by @​NthPortal)
    • When multiple exceptions are thrown, a predefined order determines which exception is rethrown and which is attached as "suppressed"
    • Users of scala-collection-compat can upgrade to 2.14.0 to get the same behavior change
    • If you use Using in a project that crossbuilds to Scala 3, you may wish to wait for a Scala 3 release that includes the 2.13.17 standard library, or use a dependency override to force the upgrade in your build

Features and notable changes

  • Fix AnnotationInfo when using named/default arguments, support custom annotation subclasses (#10976)
    • Users can now define, for example, class nodep extends annotation.nowarn("cat=deprecation") and use @nodep to silence deprecations
  • Show nowarn/-Wconf filters for a warning with @nowarn("verbose") (#10985)
  • Use toVector for XML literal sequences (#11065)

Scala 3 compatibility and migration

  • Allow using -Xsource-features without -Xsource:3 (#11123)
  • Lint inferred structural types (#10942)
    • In case this warning is undesired, it can be disabled using -Xlint:_,-infer-structural
  • Port summonIgnoring from 3.7 as c.inferImplicitValueIgnoring (#11068 by @​MateuszKubuszok)

Notable bug fixes

  • Allow optimizer use within Bazel (don't attempt inlining methods without instructions) (#11016)
  • Reduce memory footprint of evaluated elements in LazyList (#10937)
  • Deregister stale callbacks in Future.firstCompletedOf (prevents memory leaks) (#10927)
  • Require -Xsource-features:eta-expand-always for eta-expansion without an expected type (#10907 by @​som-snytt)

More changes

For the complete 2.13.17 change lists, see all merged PRs and all closed bugs.

Known issues / regressions

... (truncated)

Commits
  • 05169c7 Merge pull request #11142 from lrytz/central-fix
  • b52454d Revert sbt-pgp to 1.1.0
  • 5959035 Fixes for central repository publishing
  • d438403 Merge pull request #11141 from lrytz/central
  • ca176cc update publishing scripts for central repository
  • 0744129 Merge pull request #11136 from hamzaremmal/update-spec
  • a940c81 fix: spec should use weak conformance
  • 2ba79a9 Merge pull request #11135 from lrytz/jline29
  • 80a91a5 Revert JLine to version 3.29.0 for Scala 2.13.17
  • b656a79 Merge pull request #11133 from lrytz/merge-212
  • Additional commits viewable in compare view

Updates org.scala-lang:scala-reflect from 2.13.9 to 2.13.17

Release notes

Sourced from org.scala-lang:scala-reflect's releases.

Scala 2.13.17

The Scala team at Akka is pleased to announce Scala 2.13.17.

This release is compatible with the new JDK 25 LTS.

See below for known issues / regressions in this release.

The following are highlights of this release:

Compatibility

  • JDK 25 support in optimizer (#11046)
  • Support Scala 3.7 in the TASTy reader (#11100)
  • When parsing Java sources, skip JDK 21+’s JEP 445 compact compilation units (#11066)

Breaking changes

  • Mix in the productPrefix hash statically in case class hashCode (#11023)
    • The synthetic hashCode method of a case class no longer calls productPrefix. This changes the hash code of case classes that override productPrefix.
  • Improve scala.util.Using suppression order (NonFatal suppresses ControlThrowable) (#11000 by @​NthPortal)
    • When multiple exceptions are thrown, a predefined order determines which exception is rethrown and which is attached as "suppressed"
    • Users of scala-collection-compat can upgrade to 2.14.0 to get the same behavior change
    • If you use Using in a project that crossbuilds to Scala 3, you may wish to wait for a Scala 3 release that includes the 2.13.17 standard library, or use a dependency override to force the upgrade in your build

Features and notable changes

  • Fix AnnotationInfo when using named/default arguments, support custom annotation subclasses (#10976)
    • Users can now define, for example, class nodep extends annotation.nowarn("cat=deprecation") and use @nodep to silence deprecations
  • Show nowarn/-Wconf filters for a warning with @nowarn("verbose") (#10985)
  • Use toVector for XML literal sequences (#11065)

Scala 3 compatibility and migration

  • Allow using -Xsource-features without -Xsource:3 (#11123)
  • Lint inferred structural types (#10942)
    • In case this warning is undesired, it can be disabled using -Xlint:_,-infer-structural
  • Port summonIgnoring from 3.7 as c.inferImplicitValueIgnoring (#11068 by @​MateuszKubuszok)

Notable bug fixes

  • Allow optimizer use within Bazel (don't attempt inlining methods without instructions) (#11016)
  • Reduce memory footprint of evaluated elements in LazyList (#10937)
  • Deregister stale callbacks in Future.firstCompletedOf (prevents memory leaks) (#10927)
  • Require -Xsource-features:eta-expand-always for eta-expansion without an expected type (#10907 by @​som-snytt)

More changes

For the complete 2.13.17 change lists, see all merged PRs and all closed bugs.

Known issues / regressions

... (truncated)

Commits
  • 05169c7 Merge pull request #11142 from lrytz/central-fix
  • b52454d Revert sbt-pgp to 1.1.0
  • 5959035 Fixes for central repository publishing
  • d438403 Merge pull request #11141 from lrytz/central
  • ca176cc update publishing scripts for central repository
  • 0744129 Merge pull request #11136 from hamzaremmal/update-spec
  • a940c81 fix: spec should use weak conformance
  • 2ba79a9 Merge pull request #11135 from lrytz/jline29
  • 80a91a5 Revert JLine to version 3.29.0 for Scala 2.13.17
  • b656a79 Merge pull request #11133 from lrytz/merge-212
  • Additional commits viewable in compare view

Updates org.apache.httpcomponents.client5:httpclient5 from 5.2 to 5.5.1

Changelog

Sourced from org.apache.httpcomponents.client5:httpclient5's changelog.

Release 5.5.1

This is a maintenance release that fixes several defects in the connection management code and a regression in the DIGEST authentication reported since the previous release. It also upgrades HttpCore to version 5.3.6.

Change Log

  • HTTPCLIENT-2391: Improved GRACEGUL shutdown of ExecutorService used internally by async clients. Contributed by Oleg Kalnichevski

  • Bug fix: Use a 1 second timeout when closing out connections inside a connection pool lock. Contributed by Oleg Kalnichevski

  • Clarified the behavior of the protocol-level responseTimeout and the connection management level socketTimeout and their interrelation. Contributed by ChangYong

  • Bug fix: Connection managers to ensure open connecti...

    Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 5, 2025
@dependabot dependabot Bot requested a review from a team as a code owner November 5, 2025 08:37
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 5, 2025
Bumps the minor-and-patch group with 52 updates:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.3.11` | `3.5.7` |
| [no.nav.melosys:melosys-internt-kodeverk](https://github.com/navikt/melosys-kodeverk-java) | `5.15.324` | `5.15.326-77cdab1` |
| [org.springframework.data:spring-data-envers](https://github.com/SpringSource/spring-data-envers) | `3.3.1` | `3.5.5` |
| [org.antlr:antlr4-runtime](https://github.com/antlr/antlr4) | `4.10.1` | `4.13.2` |
| [commons-cli:commons-cli](https://github.com/apache/commons-cli) | `1.5.0` | `1.10.0` |
| [net.java.dev.jna:jna](https://github.com/java-native-access/jna) | `5.11.0` | `5.18.1` |
| [net.java.dev.jna:jna-platform](https://github.com/java-native-access/jna) | `5.11.0` | `5.18.1` |
| [org.scala-lang:scala-library](https://github.com/scala/scala) | `2.13.9` | `2.13.17` |
| [org.scala-lang:scala-reflect](https://github.com/scala/scala) | `2.13.9` | `2.13.17` |
| [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) | `5.2` | `5.5.1` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.12` | `1.5.20` |
| [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) | `3.0.6` | `3.2.3` |
| [io.github.microutils:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) | `3.0.0` | `3.0.5` |
| [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) | `1.13.13` | `1.15.5` |
| [net.minidev:json-smart](https://github.com/netplex/json-smart-v2) | `2.4.9` | `2.6.0` |
| org.slf4j:slf4j-api | `2.0.3` | `2.0.17` |
| org.apache.commons:commons-collections4 | `4.4` | `4.5.0` |
| org.apache.commons:commons-lang3 | `3.18.0` | `3.19.0` |
| commons-lang:commons-lang | `2.2` | `2.6` |
| [org.apache.commons:commons-text](https://github.com/apache/commons-text) | `1.10.0` | `1.14.0` |
| org.apache.cxf:cxf-core | `4.0.7` | `4.1.3` |
| org.apache.cxf:cxf-rt-features-logging | `4.0.7` | `4.1.3` |
| org.apache.cxf:cxf-rt-rs-client | `4.0.7` | `4.1.3` |
| org.apache.cxf:cxf-rt-frontend-jaxws | `4.0.7` | `4.1.3` |
| org.apache.cxf:cxf-rt-ws-security | `4.0.7` | `4.1.3` |
| org.apache.cxf.services.sts:cxf-services-sts-core | `4.0.7` | `4.1.3` |
| [org.springframework.kafka:spring-kafka](https://github.com/spring-projects/spring-kafka) | `3.2.8` | `3.3.10` |
| [org.springframework.retry:spring-retry](https://github.com/spring-projects/spring-retry) | `2.0.11` | `2.0.12` |
| org.apache.neethi:neethi | `3.1.1` | `3.2.1` |
| [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) | `2.13.1` | `2.43.0` |
| [joda-time:joda-time](https://github.com/JodaOrg/joda-time) | `2.10.14` | `2.14.0` |
| [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework) | `3.22.0` | `3.52.0` |
| org.ow2.asm:asm | `9.6` | `9.9` |
| [org.threeten:threeten-extra](https://github.com/ThreeTen/threeten-extra) | `1.7.2` | `1.8.0` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.6.0` | `2.8.14` |
| [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.2.21` |
| [org.jetbrains.kotlin:kotlin-test-junit5](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.2.21` |
| org.jetbrains.kotlin:kotlin-maven-allopen | `2.2.10` | `2.2.21` |
| org.jetbrains.kotlin:kotlin-maven-plugin | `2.2.10` | `2.2.21` |
| org.jetbrains.kotlin:kotlin-maven-noarg | `2.2.10` | `2.2.21` |
| [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) | `3.0.1` | `3.13.1` |
| [com.tngtech.archunit:archunit-junit5](https://github.com/TNG/ArchUnit) | `1.1.0` | `1.4.1` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.12.5` | `1.14.6` |
| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.13.0` | `3.14.1` |
| [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) | `3.4.1` | `3.5.0` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.2.5` | `3.5.4` |
| [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) | `3.6.1` | `3.8.1` |
| [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `10.10.0` | `11.7.2` |
| org.flywaydb:flyway-database-oracle | `10.10.0` | `11.7.2` |
| org.flywaydb:flyway-maven-plugin | `10.10.0` | `11.7.2` |
| [io.github.kobylynskyi:graphql-codegen-maven-plugin](https://github.com/kobylynskyi/graphql-java-codegen) | `5.1.0` | `5.10.0` |
| [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) | `3.3.0` | `3.6.1` |


Updates `org.springframework.boot:spring-boot-starter-parent` from 3.3.11 to 3.5.7
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.11...v3.5.7)

Updates `no.nav.melosys:melosys-internt-kodeverk` from 5.15.324 to 5.15.326-77cdab1
- [Commits](https://github.com/navikt/melosys-kodeverk-java/commits)

Updates `org.springframework.data:spring-data-envers` from 3.3.1 to 3.5.5
- [Release notes](https://github.com/SpringSource/spring-data-envers/releases)
- [Commits](https://github.com/SpringSource/spring-data-envers/commits)

Updates `org.antlr:antlr4-runtime` from 4.10.1 to 4.13.2
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/dev/CHANGES.txt)
- [Commits](antlr/antlr4@4.10.1...4.13.2)

Updates `commons-cli:commons-cli` from 1.5.0 to 1.10.0
- [Changelog](https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-cli@commons-cli-1.5.0...rel/commons-cli-1.10.0)

Updates `net.java.dev.jna:jna` from 5.11.0 to 5.18.1
- [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
- [Commits](java-native-access/jna@5.11.0...5.18.1)

Updates `net.java.dev.jna:jna-platform` from 5.11.0 to 5.18.1
- [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
- [Commits](java-native-access/jna@5.11.0...5.18.1)

Updates `net.java.dev.jna:jna-platform` from 5.11.0 to 5.18.1
- [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
- [Commits](java-native-access/jna@5.11.0...5.18.1)

Updates `org.scala-lang:scala-library` from 2.13.9 to 2.13.17
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.13.9...v2.13.17)

Updates `org.scala-lang:scala-reflect` from 2.13.9 to 2.13.17
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.13.9...v2.13.17)

Updates `org.scala-lang:scala-reflect` from 2.13.9 to 2.13.17
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.13.9...v2.13.17)

Updates `org.apache.httpcomponents.client5:httpclient5` from 5.2 to 5.5.1
- [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.5.1/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-client@rel/v5.2...rel/v5.5.1)

Updates `ch.qos.logback:logback-classic` from 1.5.12 to 1.5.20
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.12...v_1.5.20)

Updates `com.github.ben-manes.caffeine:caffeine` from 3.0.6 to 3.2.3
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](ben-manes/caffeine@v3.0.6...v3.2.3)

Updates `io.github.microutils:kotlin-logging-jvm` from 3.0.0 to 3.0.5
- [Release notes](https://github.com/oshai/kotlin-logging/releases)
- [Changelog](https://github.com/oshai/kotlin-logging/blob/master/ChangeLog-old.md)
- [Commits](oshai/kotlin-logging@3.0.0...3.0.5)

Updates `io.micrometer:micrometer-registry-prometheus` from 1.13.13 to 1.15.5
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.13.13...v1.15.5)

Updates `net.minidev:json-smart` from 2.4.9 to 2.6.0
- [Release notes](https://github.com/netplex/json-smart-v2/releases)
- [Commits](netplex/json-smart-v2@2.4.9...v2.6.0)

Updates `org.slf4j:slf4j-api` from 2.0.3 to 2.0.17

Updates `org.apache.commons:commons-collections4` from 4.4 to 4.5.0

Updates `org.apache.commons:commons-lang3` from 3.18.0 to 3.19.0

Updates `commons-lang:commons-lang` from 2.2 to 2.6

Updates `org.apache.commons:commons-text` from 1.10.0 to 1.14.0
- [Changelog](https://github.com/apache/commons-text/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-text@rel/commons-text-1.10.0...rel/commons-text-1.14.0)

Updates `org.apache.cxf:cxf-core` from 4.0.7 to 4.1.3

Updates `org.apache.cxf:cxf-rt-features-logging` from 4.0.7 to 4.1.3

Updates `org.apache.cxf:cxf-rt-rs-client` from 4.0.7 to 4.1.3

Updates `org.apache.cxf:cxf-rt-frontend-jaxws` from 4.0.7 to 4.1.3

Updates `org.apache.cxf:cxf-rt-ws-security` from 4.0.7 to 4.1.3

Updates `org.apache.cxf.services.sts:cxf-services-sts-core` from 4.0.7 to 4.1.3

Updates `org.apache.cxf:cxf-rt-features-logging` from 4.0.7 to 4.1.3

Updates `org.apache.cxf:cxf-rt-rs-client` from 4.0.7 to 4.1.3

Updates `org.apache.cxf:cxf-rt-frontend-jaxws` from 4.0.7 to 4.1.3

Updates `org.apache.cxf:cxf-rt-ws-security` from 4.0.7 to 4.1.3

Updates `org.apache.cxf.services.sts:cxf-services-sts-core` from 4.0.7 to 4.1.3

Updates `org.springframework.kafka:spring-kafka` from 3.2.8 to 3.3.10
- [Release notes](https://github.com/spring-projects/spring-kafka/releases)
- [Commits](spring-projects/spring-kafka@v3.2.8...v3.3.10)

Updates `org.springframework.retry:spring-retry` from 2.0.11 to 2.0.12
- [Release notes](https://github.com/spring-projects/spring-retry/releases)
- [Commits](spring-projects/spring-retry@v2.0.11...v2.0.12)

Updates `org.apache.neethi:neethi` from 3.1.1 to 3.2.1

Updates `com.google.errorprone:error_prone_annotations` from 2.13.1 to 2.43.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.13.1...v2.43.0)

Updates `joda-time:joda-time` from 2.10.14 to 2.14.0
- [Release notes](https://github.com/JodaOrg/joda-time/releases)
- [Changelog](https://github.com/JodaOrg/joda-time/blob/main/RELEASE-NOTES.txt)
- [Commits](JodaOrg/joda-time@v2.10.14...v2.14.0)

Updates `org.checkerframework:checker-qual` from 3.22.0 to 3.52.0
- [Release notes](https://github.com/typetools/checker-framework/releases)
- [Changelog](https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md)
- [Commits](typetools/checker-framework@checker-framework-3.22.0...checker-framework-3.52.0)

Updates `org.ow2.asm:asm` from 9.6 to 9.9

Updates `org.threeten:threeten-extra` from 1.7.2 to 1.8.0
- [Release notes](https://github.com/ThreeTen/threeten-extra/releases)
- [Commits](ThreeTen/threeten-extra@v1.7.2...v1.8.0)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.6.0 to 2.8.14
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.6.0...v2.8.14)

Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.2.10 to 2.2.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.2.21)

Updates `org.jetbrains.kotlin:kotlin-test-junit5` from 2.2.10 to 2.2.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.2.21)

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 2.2.10 to 2.2.21

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.2.10 to 2.2.21

Updates `org.jetbrains.kotlin:kotlin-maven-noarg` from 2.2.10 to 2.2.21

Updates `org.jetbrains.kotlin:kotlin-test-junit5` from 2.2.10 to 2.2.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.2.21)

Updates `org.wiremock:wiremock-standalone` from 3.0.1 to 3.13.1
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.0.1...3.13.1)

Updates `com.tngtech.archunit:archunit-junit5` from 1.1.0 to 1.4.1
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](TNG/ArchUnit@v1.1.0...v1.4.1)

Updates `io.mockk:mockk` from 1.12.5 to 1.14.6
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.12.5...1.14.6)

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to 3.14.1
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.1)

Updates `org.apache.maven.plugins:maven-enforcer-plugin` from 3.4.1 to 3.5.0
- [Release notes](https://github.com/apache/maven-enforcer/releases)
- [Commits](apache/maven-enforcer@enforcer-3.4.1...enforcer-3.5.0)

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.5 to 3.5.4
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.2.5...surefire-3.5.4)

Updates `org.apache.maven.plugins:maven-dependency-plugin` from 3.6.1 to 3.8.1
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.6.1...maven-dependency-plugin-3.8.1)

Updates `org.flywaydb:flyway-core` from 10.10.0 to 11.7.2
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-10.10.0...flyway-11.7.2)

Updates `org.flywaydb:flyway-database-oracle` from 10.10.0 to 11.7.2

Updates `org.flywaydb:flyway-maven-plugin` from 10.10.0 to 11.7.2

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 2.2.10 to 2.2.21

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.2.10 to 2.2.21

Updates `org.jetbrains.kotlin:kotlin-maven-noarg` from 2.2.10 to 2.2.21

Updates `io.github.kobylynskyi:graphql-codegen-maven-plugin` from 5.1.0 to 5.10.0
- [Release notes](https://github.com/kobylynskyi/graphql-java-codegen/releases)
- [Commits](kobylynskyi/graphql-java-codegen@v5.1.0...v5.10.0)

Updates `org.codehaus.mojo:build-helper-maven-plugin` from 3.3.0 to 3.6.1
- [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
- [Commits](mojohaus/build-helper-maven-plugin@build-helper-maven-plugin-3.3.0...3.6.1)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 3.5.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: no.nav.melosys:melosys-internt-kodeverk
  dependency-version: 5.15.326-77cdab1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.springframework.data:spring-data-envers
  dependency-version: 3.5.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.antlr:antlr4-runtime
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: commons-cli:commons-cli
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: net.java.dev.jna:jna
  dependency-version: 5.18.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: net.java.dev.jna:jna-platform
  dependency-version: 5.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: net.java.dev.jna:jna-platform
  dependency-version: 5.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.scala-lang:scala-library
  dependency-version: 2.13.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.scala-lang:scala-reflect
  dependency-version: 2.13.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.scala-lang:scala-reflect
  dependency-version: 2.13.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.apache.httpcomponents.client5:httpclient5
  dependency-version: 5.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: com.github.ben-manes.caffeine:caffeine
  dependency-version: 3.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: io.github.microutils:kotlin-logging-jvm
  dependency-version: 3.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-version: 1.15.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: net.minidev:json-smart
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.slf4j:slf4j-api
  dependency-version: 2.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.apache.commons:commons-collections4
  dependency-version: 4.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.commons:commons-lang3
  dependency-version: 3.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: commons-lang:commons-lang
  dependency-version: '2.6'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.commons:commons-text
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.cxf:cxf-core
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.cxf:cxf-rt-features-logging
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.cxf:cxf-rt-rs-client
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.cxf:cxf-rt-frontend-jaxws
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.cxf:cxf-rt-ws-security
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.cxf.services.sts:cxf-services-sts-core
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.cxf:cxf-rt-features-logging
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.cxf:cxf-rt-rs-client
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.cxf:cxf-rt-frontend-jaxws
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.cxf:cxf-rt-ws-security
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.cxf.services.sts:cxf-services-sts-core
  dependency-version: 4.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.springframework.kafka:spring-kafka
  dependency-version: 3.3.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.springframework.retry:spring-retry
  dependency-version: 2.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.apache.neethi:neethi
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: com.google.errorprone:error_prone_annotations
  dependency-version: 2.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: joda-time:joda-time
  dependency-version: 2.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.checkerframework:checker-qual
  dependency-version: 3.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.ow2.asm:asm
  dependency-version: '9.9'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.threeten:threeten-extra
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-version: 2.8.14
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-version: 2.2.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit5
  dependency-version: 2.2.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-version: 2.2.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-version: 2.2.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg
  dependency-version: 2.2.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit5
  dependency-version: 2.2.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.wiremock:wiremock-standalone
  dependency-version: 3.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: com.tngtech.archunit:archunit-junit5
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: io.mockk:mockk
  dependency-version: 1.14.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-version: 3.5.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-version: 3.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.flywaydb:flyway-core
  dependency-version: 11.7.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: minor-and-patch
- dependency-name: org.flywaydb:flyway-database-oracle
  dependency-version: 11.7.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: minor-and-patch
- dependency-name: org.flywaydb:flyway-maven-plugin
  dependency-version: 11.7.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: minor-and-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-version: 2.2.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-version: 2.2.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg
  dependency-version: 2.2.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.github.kobylynskyi:graphql-codegen-maven-plugin
  dependency-version: 5.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
  dependency-version: 3.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/maven/minor-and-patch-a883bd7ad3 branch from d19b941 to 02e2434 Compare November 5, 2025 12:08
@oyvinyg oyvinyg merged commit c11599c into master Nov 6, 2025
3 checks passed
@oyvinyg oyvinyg deleted the dependabot/maven/minor-and-patch-a883bd7ad3 branch November 6, 2025 07:38
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.

1 participant