Skip to content

build(deps): bump de.siegmar:logback-gelf from 4.0.0 to 6.1.2#1

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/de.siegmar-logback-gelf-6.1.2
Open

build(deps): bump de.siegmar:logback-gelf from 4.0.0 to 6.1.2#1
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/de.siegmar-logback-gelf-6.1.2

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 27, 2025

Bumps de.siegmar:logback-gelf from 4.0.0 to 6.1.2.

Release notes

Sourced from de.siegmar:logback-gelf's releases.

v6.1.2

Changed

  • Update dependency to logback 1.5.18

v6.1.1

Changed

  • Update dependency to logback 1.5.15

v6.1.0

Added

  • Support for external encoders like Spring's StructuredLogEncoder

v6.0.2

Changed

  • Improve performance of number conversion in GelfEncoder (#108); Thanks to @​deathy
  • Update dependency to logback 1.5.7

v6.0.1

Fixed

  • Setting uri in GelfHttpAppender (#103)

v6.0.0

Added

  • HTTP appender for sending GELF messages via HTTP

Changed

  • Update dependency to logback 1.5.3
  • Renamed shortPatternLayout to shortMessageLayout, fullPatternLayout to fullMessageLayout #100

Removed

  • Removed support for truncating short messages (maxShortMessageLength) #100

v5.0.1

Changed

  • Update to Logback 1.4.14

v5.0.0

[5.0.0] - 2023-10-21

Added

  • Support for key value pairs #86
  • Add another method for adding static field to GelfEncoder #80
  • Add support for truncating short messages (maxShortMessageLength)

Changed

  • Upgrade to Java 11 (Premier Support of Java 8 ended in March 2022).
  • Upgrade to Logback 1.4.11

... (truncated)

Changelog

Sourced from de.siegmar:logback-gelf's changelog.

[6.1.2] - 2025-09-09

Changed

  • Update dependency to logback 1.5.18

[6.1.1] - 2025-01-03

Changed

  • Update dependency to logback 1.5.15

[6.1.0] - 2024-09-05

Added

  • Support for external encoders like Spring's StructuredLogEncoder

[6.0.2] - 2024-08-24

Changed

  • Improve performance of number conversion in GelfEncoder (#108); Thanks to @​deathy
  • Update dependency to logback 1.5.7

[6.0.1] - 2024-04-13

Fixed

  • Setting uri in GelfHttpAppender (#103)

[6.0.0] - 2024-04-04

Added

  • HTTP appender for sending GELF messages via HTTP

Changed

  • Update dependency to logback 1.5.3
  • Renamed shortPatternLayout to shortMessageLayout, fullPatternLayout to fullMessageLayout #100

Removed

  • Removed support for truncating short messages (maxShortMessageLength) #100

[5.0.1] - 2023-12-10

Changed

  • Update to Logback 1.4.14

[5.0.0] - 2023-10-21

Added

  • Support for key value pairs #86
  • Add another method for adding static field to GelfEncoder #80
  • Add support for truncating short messages (maxShortMessageLength)

Changed

  • Upgrade to Java 11 (Premier Support of Java 8 ended in March 2022).
  • Upgrade to Logback 1.4.11
  • GZIP Compression with GelfUdpAppender

... (truncated)

Upgrade guide

Sourced from de.siegmar:logback-gelf's upgrade guide.

Upgrading

Some changes may require to update your configuration.

Upgrade from 4.x to 5.x

  • Version 5.0.0 of this library upgraded from Java 8 to Java 11.
  • UDP compression configuration changed from useCompression to compressionMethod and now defaults to GZIP instead of ZLIB.
  • Default of includeMarker changed to false. Serialization format of markers has changed.

Upgrade from 3.x to 4.x

  • No changes on the configuration were introduced. All changes are only relevant if used programmatically.
  • API of MessageIdSupplier has changed.
  • GelfEncoder uses different field mapping approach.
  • GelfMessage returns JSON as byte[] instead of String.

Upgrade from 2.x to 3.x

  • Version 3.0.0 of this library upgraded from Java 7 to Java 8.
  • The server's certificate hostname now gets verified by GelfTcpTlsAppender.
  • The trustAllCertificates property of GelfTcpTlsAppender was renamed to insecure.
  • The default value of numbersAsString of GelfEncoder was changed from true to false.

Upgrade from 1.x to 2.x

  • Version 2.0.0 of this library introduced a configuration change.

Old format:

<layout class="de.siegmar.logbackgelf.GelfLayout">
    ...
</layout>

New format:

<encoder class="de.siegmar.logbackgelf.GelfEncoder">
    ...
</encoder>

This change was introduced, as the API of the Encoder interface changed in Logback 1.2.0.

Commits
  • a9b8d47 build: re-added publishing section
  • cf9480c build: disable configuration cache (JReleaser does not support it)
  • fab5ab1 build: prepare releae 6.1.2
  • 222cc09 build: updated dependencies and applied necessary changes
  • b5ae0e4 build: externalize dependency versions
  • de2a710 build: update build actions
  • 4c46a8a prepare release
  • 5639a7b update changelog
  • 842a476 fix config
  • 0f8c825 Update build.gradle.kts (#113)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [de.siegmar:logback-gelf](https://github.com/osiegmar/logback-gelf) from 4.0.0 to 6.1.2.
- [Release notes](https://github.com/osiegmar/logback-gelf/releases)
- [Changelog](https://github.com/osiegmar/logback-gelf/blob/master/CHANGELOG.md)
- [Upgrade guide](https://github.com/osiegmar/logback-gelf/blob/master/UPGRADE.md)
- [Commits](osiegmar/logback-gelf@v4.0.0...v6.1.2)

---
updated-dependencies:
- dependency-name: de.siegmar:logback-gelf
  dependency-version: 6.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Nov 27, 2025
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.

0 participants