We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd1287 commit 2f0ee02Copy full SHA for 2f0ee02
CHANGE_LOG.md
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
## [Unreleased]
8
+### Changed
9
+- Updated `com.google.code.gson:gson` from `2.8.7` to `2.8.8`
10
11
## [0.1.5]
12
### Changed
method-analyzer-core/build.gradle
@@ -11,7 +11,7 @@ dependencies {
api 'com.google.guava:guava:30.1.1-jre'
api 'org.ow2.asm:asm:9.2'
13
14
- implementation 'com.google.code.gson:gson:2.8.7'
+ implementation 'com.google.code.gson:gson:2.8.8'
15
implementation 'org.slf4j:slf4j-api:1.7.32'
16
17
testImplementation project(':method-analyzer-test-project')
0 commit comments