Skip to content

Commit 2f0ee02

Browse files
author
Ryan O'Meara
committed
Update external dependencies to latest version
1 parent cdd1287 commit 2f0ee02

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGE_LOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
### Changed
9+
- Updated `com.google.code.gson:gson` from `2.8.7` to `2.8.8`
810

911
## [0.1.5]
1012
### Changed

method-analyzer-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
api 'com.google.guava:guava:30.1.1-jre'
1212
api 'org.ow2.asm:asm:9.2'
1313

14-
implementation 'com.google.code.gson:gson:2.8.7'
14+
implementation 'com.google.code.gson:gson:2.8.8'
1515
implementation 'org.slf4j:slf4j-api:1.7.32'
1616

1717
testImplementation project(':method-analyzer-test-project')

0 commit comments

Comments
 (0)