Skip to content

Fluxzero 1.39.2

Choose a tag to compare

@jbruinink jbruinink released this 03 Jul 10:39

1.39.2 (2025-11-04)

Dependency updates

  • deps: bump org.junit:junit-bom from 6.0.0 to 6.0.1 (1d48b30)

    Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.0.0 to 6.0.1.
    - [Release notes](https://github.com/junit-team/junit-framework/releases)
    - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1)

    ---
    updated-dependencies:
    - dependency-name: org.junit:junit-bom
    dependency-version: 6.0.1
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

  • deps: bump com.fasterxml.jackson:jackson-bom from 2.20.0 to 2.20.1 (4b80172)

    Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.20.0 to 2.20.1.
    - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.20.0...jackson-bom-2.20.1)

    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson:jackson-bom
    dependency-version: 2.20.1
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

  • deps: bump io.jooby:jooby from 4.0.9 to 4.0.10 (dcf2f86)

    Bumps [io.jooby:jooby](https://github.com/jooby-project/jooby) from 4.0.9 to 4.0.10.
    - [Release notes](https://github.com/jooby-project/jooby/releases)
    - [Commits](https://github.com/jooby-project/jooby/compare/v4.0.9...v4.0.10)

    ---
    updated-dependencies:
    - dependency-name: io.jooby:jooby
    dependency-version: 4.0.10
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

  • deps: bump kotlin.version from 2.2.20 to 2.2.21 (3e82482)

    Bumps `kotlin.version` from 2.2.20 to 2.2.21.

    Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 2.2.20 to 2.2.21
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.2.21/ChangeLog.md)
    - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.20...v2.2.21)

    Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.2.20 to 2.2.21
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.2.21/ChangeLog.md)
    - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.20...v2.2.21)

    Updates `org.jetbrains.kotlin:kotlin-test` from 2.2.20 to 2.2.21
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.2.21/ChangeLog.md)
    - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.20...v2.2.21)

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

    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
    dependency-version: 2.2.21
    dependency-type: direct:production
    update-type: version-update:semver-patch
    - dependency-name: org.jetbrains.kotlin:kotlin-reflect
    dependency-version: 2.2.21
    dependency-type: direct:production
    update-type: version-update:semver-patch
    - dependency-name: org.jetbrains.kotlin:kotlin-test
    dependency-version: 2.2.21
    dependency-type: direct:development
    update-type: version-update:semver-patch
    - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
    dependency-version: 2.2.21
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

  • deps: use and verify distroless base images for proxy and test-server (6032739)

Build System

  • build: Build the project using JDK 25 but stay compatible with JDK 21 (c9c5971)