Skip to content

Commit 4d4150f

Browse files
committed
Upgrade Guice to 5.0.1
1 parent 94d0213 commit 4d4150f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Version 3.12.0 (2021-01-31)
22

3+
* [new] Java 15 support
34
* [chg] Move main entrypoint logic from `SeedMain.main()` to `Seed.launch()`, allowing custom main methods in addition to the built-in `SeedMain`.
45
* [chg] Upgrade Shiro to 1.7.1 (fixes CVE-2020-11989, CVE-2020-17510, CVE-2020-1957, CVE-2020-13933 and CVE-2019-12422).
6+
* [chg] Upgrade Guice to 5.0.1
57
* [fix] Detection of color output under recent versions of IntelliJ.
68
* [fix] Fix configuration evaluation (macros, functions, ...) in `classes` section (see https://github.com/seedstack/seed/issues/283).
79

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<shed.version>1.1.6</shed.version>
2929
<coffig.version>3.1.6</coffig.version>
3030
<commons-cli.version>1.4</commons-cli.version>
31-
<guice.version>4.2.3</guice.version>
31+
<guice.version>5.0.1</guice.version>
3232
<guava.version>29.0-jre</guava.version>
3333
<typetools.version>0.5.0</typetools.version>
3434
<shiro.version>1.7.1</shiro.version>

0 commit comments

Comments
 (0)