Skip to content
This repository was archived by the owner on Apr 15, 2023. It is now read-only.

Commit 0989a3c

Browse files
Upgraded Guava version
1 parent eb0590b commit 0989a3c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## Unreleased
7+
## [2.3.2] - 2020-08-31
88
### Added
99
- Language filter with toggle button
1010
- Show preferences directory in "About" dialog
1111

1212
### Fixed
1313
- Save file in utf-8 format
1414

15+
### Changed
16+
- Upgraded Guava version to 29.0-jre
17+
1518
## [2.3.1] - 2018-01-06
1619
### Changed
1720
- Added border to QuickSearch dialog

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.tagmycode</groupId>
77
<artifactId>tagmycode-plugin-framework</artifactId>
8-
<version>2.4.0-SNAPSHOT</version>
8+
<version>2.3.2</version>
99
<name>TagMyCode IDE Plugin Framework for Java</name>
1010
<description>A framework to develop Java IDE plugins for TagMyCode</description>
1111
<url>http://tagmycode.com</url>
@@ -181,7 +181,7 @@
181181
<dependency>
182182
<groupId>com.google.guava</groupId>
183183
<artifactId>guava</artifactId>
184-
<version>23.0</version>
184+
<version>29.0-jre</version>
185185
</dependency>
186186
<dependency>
187187
<groupId>com.tagmycode</groupId>

0 commit comments

Comments
 (0)