Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.cloudbees:syslog-java-client from 1.0.6 to 1.1.7 #124

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 30, 2023

Bumps com.cloudbees:syslog-java-client from 1.0.6 to 1.1.7.

Release notes

Sourced from com.cloudbees:syslog-java-client's releases.

syslog-java-client-1.1.7

  • Support user provided SSLContext

syslog-java-client-1.1.6

  • #25 implement closeable and add close() method the message senders
  • #29 pul up setSyslogServerHostname() and setSyslogServerPort() on AbstractSyslogMessageSender.java
  • Adopt SpotBugs

syslog-java-client-1.1.4

syslog-java-client-1.1.3

syslog-java-client-1.1.2

  • #19 NullPointerException in com.cloudbees.syslog.sender.TcpSyslogMessageSender#toString()

syslog-java-client-1.1.1

  • Fix #17 Fix the list of reserved SD-ID's.

syslog-java-client-1.1.0

  • Make it configurable to end messages with CR LF for TCPSender thanks to @​jasonparallel
tcpSyslogMessageSender. setPostfix("\r\n"); // \r\n is the default, can be overridden
  • Modified Facility to use digits 0 - 23 instead of multiplied by 8, to conform with syslog spec thanks to @​dhsmith1001

  • Add support for structured data thanks to @​bbergquist0930

        SyslogMessage message = new SyslogMessage()
                .withTimestamp(cal.getTimeInMillis())
                .withAppName("my_app")
                .withHostname("myserver.example.com")
                .withFacility(Facility.USER)
                .withSeverity(Severity.INFORMATIONAL)
                .withTimestamp(cal.getTimeInMillis())
                .withMsg("a syslog message")
                .withSDElement(
                   new SDElement(
                      "exampleSDID@32473", 
                      new SDParam("iut", "3"), 
                      new SDParam("eventSource", "Application"), 
                      new SDParam("eventID", "1011")));

syslog-java-client-1.0.8

... (truncated)

Commits
  • 8ed62dc [maven-release-plugin] prepare release syslog-java-client-1.1.7
  • 779c299 reformat
  • 4527935 Use user-provided SSLContext to create secure socket
  • 18f5923 update readme.md
  • 1876f34 [maven-release-plugin] prepare for next development iteration
  • 2955653 [maven-release-plugin] prepare release syslog-java-client-1.1.6
  • e6649f0 Refresh pom.xml
  • b133486 Bump mvn wrapper
  • 0a72fb0 Implement Closeable - fix #25
  • a5cc71e Implement Closeable - fix #25
  • 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 [com.cloudbees:syslog-java-client](https://github.com/CloudBees-community/syslog-java-client) from 1.0.6 to 1.1.7.
- [Release notes](https://github.com/CloudBees-community/syslog-java-client/releases)
- [Commits](jenkinsci/syslog-java-client@syslog-java-client-1.0.6...syslog-java-client-1.1.7)

---
updated-dependencies:
- dependency-name: com.cloudbees:syslog-java-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner August 30, 2023 17:27
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 30, 2023
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
0 participants