Skip to content

Commit

Permalink
Update GSON and slf4j-api dependencies (#16)
Browse files Browse the repository at this point in the history
* Update dependencies

* Fix date

---------

Co-authored-by: Bartosz Litwiniuk <>
  • Loading branch information
BartoszLitwiniuk authored May 24, 2023
1 parent d1d1a0f commit 37205f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Backtrace Java Release Notes

## Version 0.9.6 - 24.05.2023
- Update dependencies (GSON and slf4j-api)

## Version 0.9.5 - 03.08.2022
- Fix null attributes
- Fix gson reflection bug
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
apply from: 'publish.gradle'

group = 'com.github.backtrace.io'
version = '0.9.5'
version = '0.9.6'

repositories {
mavenCentral()
Expand All @@ -17,10 +17,10 @@ test {
}

dependencies {
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'com.google.code.gson:gson:2.10.1'
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation 'com.google.guava:guava:31.1-jre'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.7'
// Use JUnit test framework
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.powermock:powermock-core:2.0.9'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.9.5
VERSION_NAME=0.9.6

GROUP=com.github.backtrace-labs.backtrace-java

Expand Down

0 comments on commit 37205f6

Please sign in to comment.