Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2024

This PR contains the following updates:

Package Change Age Confidence
org.apache.maven.plugins:maven-gpg-plugin (source) 3.1.0 -> 3.2.8 age confidence
org.jacoco:jacoco-maven-plugin (source) 0.8.11 -> 0.8.14 age confidence
org.sonatype.central:central-publishing-maven-plugin (source) 0.7.0 -> 0.9.0 age confidence
org.codehaus.mojo:versions-maven-plugin (source) 2.16.2 -> 2.19.1 age confidence
org.springframework.security:spring-security-web (source) 5.7.13 -> 5.8.16 age confidence
org.springframework.security:spring-security-core (source) 5.7.14 -> 5.8.16 age confidence
org.springframework.security:spring-security-config (source) 5.4.10 -> 5.8.16 age confidence
org.apache.maven.plugins:maven-surefire-plugin (source) 3.2.2 -> 3.5.4 age confidence
org.springframework.boot:spring-boot-test-autoconfigure (source) 2.3.12.RELEASE -> 2.7.18 age confidence
org.springframework.boot:spring-boot-test (source) 2.3.12.RELEASE -> 2.7.18 age confidence
org.apache.maven.plugins:maven-source-plugin (source) 3.3.0 -> 3.3.1 age confidence
org.springframework.boot:spring-boot (source) 2.3.12.RELEASE -> 2.7.18 age confidence
org.springframework:spring-webmvc 5.2.22.RELEASE -> 5.3.39 age confidence
org.springframework:spring-test 5.2.22.RELEASE -> 5.3.39 age confidence
org.springframework:spring-context 5.2.22.RELEASE -> 5.3.39 age confidence
org.apache.maven.plugins:maven-javadoc-plugin (source) 3.6.3 -> 3.12.0 age confidence
org.springframework:spring-beans 5.2.22.RELEASE -> 5.3.39 age confidence
org.apache.maven.plugins:maven-failsafe-plugin (source) 3.2.2 -> 3.5.4 age confidence
org.thymeleaf:thymeleaf (source) 3.0.15.RELEASE -> 3.1.3.RELEASE age confidence
org.springframework.boot:spring-boot-configuration-processor (source) 2.3.12.RELEASE -> 2.7.18 age confidence
org.mockito:mockito-core 5.8.0 -> 5.20.0 age confidence
org.apache.maven.plugins:maven-compiler-plugin (source) 3.11.0 -> 3.14.1 age confidence
com.spotify.fmt:fmt-maven-plugin 2.21.1 -> 2.29 age confidence
org.junit.jupiter:junit-jupiter (source) 5.10.1 -> 5.14.0 age confidence
org.assertj:assertj-core (source) 3.24.2 -> 3.27.6 age confidence
io.micrometer:micrometer-registry-prometheus 1.12.0 -> 1.15.5 age confidence
io.micrometer:micrometer-core 1.12.0 -> 1.15.5 age confidence
com.fasterxml.jackson.core:jackson-databind (source) 2.13.4.2 -> 2.20.0 age confidence
io.jsonwebtoken:jjwt 0.9.1 -> 0.13.0 age confidence
com.maxmind.geoip2:geoip2 (source) 2.14.0 -> 2.17.0 age confidence
org.springframework.data:spring-data-commons (source) 2.7.2 -> 2.7.18 age confidence
com.fasterxml.jackson.core:jackson-annotations (source) 2.13.4 -> 2.20 age confidence

Release Notes

jacoco/jacoco (org.jacoco:jacoco-maven-plugin)

v0.8.14: 0.8.14

Compare Source

New Features

  • JaCoCo now officially supports Java 25 (GitHub #​1950).
  • Experimental support for Java 26 class files (GitHub #​1870).
  • Branches added by the Kotlin compiler for default argument number 33 or higher are filtered out during generation of report (GitHub #​1655).
  • Part of bytecode generated by the Kotlin compiler for elvis operator that follows safe call operator is filtered out during generation of report (GitHub #​1814, #​1954).
  • Part of bytecode generated by the Kotlin compiler for more cases of chained safe call operators is filtered out during generation of report (GitHub #​1956).
  • Part of bytecode generated by the Kotlin compiler for invocations of suspendCoroutineUninterceptedOrReturn intrinsic is filtered out during generation of report (GitHub #​1929).
  • Part of bytecode generated by the Kotlin compiler for suspending lambdas with parameters is filtered out during generation of report (GitHub #​1945).
  • Part of bytecode generated by the Kotlin compiler for suspending functions and lambdas with suspension points that return inline value class is filtered out during generation of report (GitHub #​1871).
  • Part of bytecode generated by the Kotlin Compose compiler plugin for pausable composition is filtered out during generation of report (GitHub #​1911).
  • Methods generated by the Kotlin serialization compiler plugin are filtered out (GitHub #​1885, #​1970, #​1971).

Fixed bugs

  • Fixed handling of implicit else clause of when with String subject in Kotlin (GitHub #​1813, #​1940).
  • Fixed handling of implicit default clause of switch by String in Java when compiled by ECJ (GitHub #​1813, #​1940).
    Fixed handling of exceptions in chains of safe call operators in Kotlin (GitHub #​1819).

Non-functional Changes

  • JaCoCo now depends on ASM 9.9 (GitHub #​1965).

v0.8.13: 0.8.13

Compare Source

New Features

  • JaCoCo now officially supports Java 23 and Java 24 (GitHub #​1757, #​1631, #​1867).
  • Experimental support for Java 25 class files (GitHub #​1807).
  • Calculation of line coverage for Kotlin inline functions (GitHub #​1670).
  • Calculation of line coverage for Kotlin inline functions with reified type parameter (GitHub #​1670, #​1700).
  • Calculation of coverage for Kotlin JvmSynthetic functions (GitHub #​1700).
  • Part of bytecode generated by the Kotlin Compose compiler plugin is filtered out during generation of report (GitHub #​1616).
  • Part of bytecode generated by the Kotlin compiler for inline value classes is filtered out during generation of report (GitHub #​1475).
  • Part of bytecode generated by the Kotlin compiler for suspending lambdas without suspension points is filtered out during generation of report (GitHub #​1283).
  • Part of bytecode generated by the Kotlin compiler for when expressions and statements with nullable enum subject is filtered out during generation of report (GitHub #​1774).
  • Part of bytecode generated by the Kotlin compiler for when expressions and statements with nullable String subject is filtered out during generation of report (GitHub #​1769).
  • Part of bytecode generated by the Kotlin compiler for chains of safe call operators is filtered out during generation of report (GitHub #​1810, #​1818).
  • Method getEntries generated by the Kotlin compiler for enum classes is filtered out during generation of report (GitHub #​1625).
  • Methods generated by the Kotlin compiler for constructors and functions with JvmOverloads annotation are filtered out (GitHub #​1768).

Fixed bugs

  • Fixed interpretation of Kotlin SMAP (GitHub #​1525).
  • File extensions are preserved in HTML report in case of clashes of normalized file names (GitHub #​1660).

Non-functional Changes

  • JaCoCo build now uses Maven Wrapper and requires at least Maven 3.9.9 (GitHub #​1708, #​1707, #​1681).
  • JaCoCo now depends on ASM 9.8 (GitHub #​1862).
  • More context information when IllegalArgumentException occurs during reading of zip file (GitHub #​1833).

v0.8.12: 0.8.12

Compare Source

New Features
  • JaCoCo now officially supports Java 22 (GitHub #​1596).
  • Experimental support for Java 23 class files (GitHub #​1553).
Fixed bugs
  • Branches added by the Kotlin compiler for functions with default arguments and having more than 32 parameters are filtered out during generation of report (GitHub #​1556).
  • Branch added by the Kotlin compiler version 1.5.0 and above for reading from lateinit property is filtered out during generation of report (GitHub #​1568).
Non-functional Changes
  • JaCoCo now depends on ASM 9.7 (GitHub #​1600).
mojohaus/versions (org.codehaus.mojo:versions-maven-plugin)

v2.19.1

Compare Source

🐛 Bug Fixes

📝 Documentation updates

v2.19.0

Compare Source

💥 Breaking changes

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

v2.18.0

Compare Source

❗ NOTICE

Due to Doxia 2.x stack maven-site-plugin 3.20+ is required.
https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack

Direct reports execution store reports in directory target/reports instead of target/site

Changes

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

🔧 Build

v2.17.1

Compare Source

Changes

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

v2.17.0

Compare Source

Changes

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the dependencies Pull requests that update a dependency file label Nov 23, 2024
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 4202ab7 to 810b0f6 Compare December 11, 2024 19:37
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Dec 11, 2024
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 0b012ff to 24bbb25 Compare January 4, 2025 14:28
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 3b7067f to e10db5c Compare January 20, 2025 19:54
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 1160350 to fecc698 Compare March 3, 2025 23:59
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 6fe706d to 82f5db7 Compare March 16, 2025 11:15
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 2484cc3 to 2890026 Compare April 5, 2025 03:41
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 6a96ac0 to 0ad0a26 Compare April 18, 2025 04:08
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 8b75c07 to aee87ef Compare April 27, 2025 00:05
@renovate renovate bot force-pushed the renovate/all branch from aee87ef to 1c60240 Compare May 1, 2025 23:43
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 6b9e7ee to 9cd1128 Compare June 20, 2025 12:31
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 9fc3d9a to 150e391 Compare July 2, 2025 10:47
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from b842e73 to 6f14953 Compare July 14, 2025 07:03
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 6304042 to 1631d4e Compare August 16, 2025 20:06
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 7281f46 to 2ee0a59 Compare September 5, 2025 07:49
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 0da5265 to a04deaa Compare September 15, 2025 00:07
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 43e3500 to 3042149 Compare September 22, 2025 07:58
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 06cb793 to f281f75 Compare September 30, 2025 10:32
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants