Compare commits

...

10 commits

Author SHA1 Message Date
dependabot[bot]
c4ddaa63a1
Bump junit-jupiter from 5.7.1 to 5.7.2 (#18)
Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-17 09:12:34 +01:00
dependabot[bot]
79f524ef1d
Bump tiles-maven-plugin from 2.20 to 2.21 (#17)
Bumps [tiles-maven-plugin](https://github.com/repaint-io/maven-tiles) from 2.20 to 2.21.
- [Release notes](https://github.com/repaint-io/maven-tiles/releases)
- [Changelog](https://github.com/repaint-io/maven-tiles/blob/master/CHANGELOG.adoc)
- [Commits](https://github.com/repaint-io/maven-tiles/compare/tiles-maven-plugin-2.20...tiles-maven-plugin-2.21)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-06 10:31:41 +01:00
dependabot-preview[bot]
4b60d788df
Upgrade to GitHub-native Dependabot (#16)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-04-30 11:12:04 +01:00
dependabot-preview[bot]
8e6687ce73
Bump tiles-maven-plugin from 2.19 to 2.20 (#15) 2021-03-29 06:41:22 +00:00
dependabot-preview[bot]
7f5fc9f0a9
Bump junit-jupiter from 5.7.0 to 5.7.1 (#14) 2021-02-05 06:14:11 +00:00
dependabot-preview[bot]
25bac7c59e
Bump assertj-core from 3.18.1 to 3.19.0 (#13) 2021-01-25 06:14:24 +00:00
dependabot-preview[bot]
689ba4fe93
Bump tiles-maven-plugin from 2.18 to 2.19 (#12) 2020-12-10 06:19:43 +00:00
dependabot-preview[bot]
8cb27589ff
Bump assertj-core from 3.18.0 to 3.18.1 (#11) 2020-11-11 06:28:47 +00:00
dependabot-preview[bot]
2b33e83070
Bump assertj-core from 3.17.2 to 3.18.0 (#10) 2020-10-26 06:37:34 +00:00
dependabot-preview[bot]
fd8c1d63c1
Bump tiles-maven-plugin from 2.17 to 2.18 (#9)
* Bump tiles-maven-plugin from 2.17 to 2.18

Bumps [tiles-maven-plugin](https://github.com/repaint-io/maven-tiles) from 2.17 to 2.18.
- [Release notes](https://github.com/repaint-io/maven-tiles/releases)
- [Changelog](https://github.com/repaint-io/maven-tiles/blob/master/CHANGELOG.adoc)
- [Commits](https://github.com/repaint-io/maven-tiles/compare/tiles-maven-plugin-2.17...tiles-maven-plugin-2.18)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Test build with JDK 15

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Paul Campbell <pcampbell@kemitix.net>
2020-10-05 11:37:22 +01:00
3 changed files with 11 additions and 4 deletions

7
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11, 14 ]
java: [ 8, 11, 15 ]
steps:
- uses: kamiazya/setup-graphviz@v1
- uses: actions/checkout@v2

View file

@ -19,7 +19,7 @@
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<tiles-maven-plugin.version>2.17</tiles-maven-plugin.version>
<tiles-maven-plugin.version>2.21</tiles-maven-plugin.version>
<kemitix-maven-tiles.version>2.5.0</kemitix-maven-tiles.version>
<kemitix-checkstyle-ruleset.version>5.4.0</kemitix-checkstyle-ruleset.version>
</properties>
@ -28,13 +28,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.7.0</version>
<version>5.7.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.17.2</version>
<version>3.19.0</version>
<scope>test</scope>
</dependency>
</dependencies>