Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.

Bump tiles-maven-plugin from 2.12 to 2.13 #54

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ The format is based on [[https://keepachangelog.com/en/1.0.0/][Keep a Changelog]

** Dependencies

- Bump mockito-core from 2.21.0 to 2.23.4
- Bump mon from 0.12.0 to 2.0.0
- Bump kemitix-parent from 5.1.1 to 5.2.0
- Bump spring-context-support from 5.0.8.RELEASE to 5.1.4.RELEASE
- Bump kemitix-checkstyle-ruleset from 4.1.1 to 5.3.2
- Bump kemitix-maven-tiles from 0.9.0 to 2.1.2
- Bump spotbugs-annotations from 3.1.8 to 3.1.11
- Bump mockito-core from 2.21.0 to 2.23.4 (#36)(#40)(#47)
- Bump mon from 0.12.0 to 2.0.0 (#38)(#41)
- Bump kemitix-parent from 5.1.1 to 5.2.0 (#39)
- Bump spring-context-support from 5.0.8.RELEASE to 5.1.4.RELEASE (#44)(#45)(#48)(#51)
- Bump kemitix-checkstyle-ruleset from 4.1.1 to 5.3.2 (#46)(#49)
- Bump kemitix-maven-tiles from 0.9.0 to 2.1.2 (#46)(#49)
- Bump spotbugs-annotations from 3.1.8 to 3.1.11 (#50)
- Bump tiles-maven-plugin from 2.12 to 2.13 (#54)

** Removed

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</scm>

<properties>
<tiles-maven-plugin.version>2.12</tiles-maven-plugin.version>
<tiles-maven-plugin.version>2.13</tiles-maven-plugin.version>
<kemitix-maven-tiles.version>2.1.2</kemitix-maven-tiles.version>
<kemitix-tiles.version>0.9.0</kemitix-tiles.version>
<kemitix-checkstyle.version>5.3.2</kemitix-checkstyle.version>
Expand Down