From 98034fcf61330517298065ac6fbd03db5e2d3e1e Mon Sep 17 00:00:00 2001 From: bparmar-splunk Date: Thu, 31 Mar 2022 16:03:13 +0530 Subject: [PATCH] Changes with respect to v1.6.3 --- .github/workflows/release.yml | 3 +-- .github/workflows/test.yml | 4 ++-- CHANGELOG.md | 5 +++++ README.md | 4 ++-- pom.xml | 6 ++++-- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8047510..f718610d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,12 +17,11 @@ jobs: server-username: MAVEN_USERNAME server-password: MAVEN_PASSWORD server-id: splunk-artifactory - - name: build + - name: Build run: mvn -B package --file pom.xml - name: Create GitHub Release uses: softprops/action-gh-release@v1 with: - # body_path: ${{ github.workflow }}-CHANGELOG.txt files: ./target/*.jar draft: true env: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 58ccc8b2..8d7f87f9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,7 @@ name: Java CI with Maven on: - [push, pull_request] + [ push, pull_request ] jobs: unit-test: @@ -71,4 +71,4 @@ jobs: run: mvn -P AcceptanceTest -B verify --file pom.xml env: SPLUNK_PASSWORD: changed! - SPLUNK_HOST: splunk \ No newline at end of file + SPLUNK_HOST: splunk diff --git a/CHANGELOG.md b/CHANGELOG.md index 548df5e5..ebce5287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Splunk Logging for Java Changelog +## Version 1.6.3 + +### Security Update +* Log4j version has been upgraded to **v2.17.1**. + ## Version 1.6.2-0-2 ### Critical backport diff --git a/README.md b/README.md index 0edf3b38..29f31cbf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Splunk Logging for Java -#### Version 1.6.2-0-2 +#### Version 1.6.3 This project provides utilities to easily log data using Splunk's recommended best practices to any supported logger, using any of the three major Java @@ -109,7 +109,7 @@ entries. com.splunk.logging splunk-library-javalogging - 1.5.2 + 1.6.3 ``` diff --git a/pom.xml b/pom.xml index 284bf0dc..dbc660a4 100644 --- a/pom.xml +++ b/pom.xml @@ -6,13 +6,15 @@ com.splunk.logging splunk-library-javalogging - 1.6.2 + 1.6.3 jar Splunk Logging for Java http://dev.splunk.com/goto/sdk-slj - Library for structured, semantic logging of Common Information Model compliant events, meant for use with SLF4J. + Library for structured, semantic logging of Common Information Model compliant events, meant for use + with SLF4J. + true