Skip to content

Commit

Permalink
Merge pull request #27 from ocadotechnology/test-arranger-17
Browse files Browse the repository at this point in the history
test-arranger-17: dependencies update
  • Loading branch information
mjureczko authored Nov 5, 2021
2 parents d138da7 + 39c09e1 commit 81cd4ba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<kotlin.version>1.4.21</kotlin.version>
<kotlin.version>1.5.31</kotlin.version>
<easy-random.version>4.3.0</easy-random.version>
</properties>

Expand All @@ -77,7 +77,7 @@
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.98</version>
<version>4.8.129</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand All @@ -102,13 +102,13 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.18.1</version>
<version>3.21.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jeasy</groupId>
<artifactId>easy-random-bean-validation</artifactId>
<version>4.3.0</version>
<version>${easy-random.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -118,7 +118,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.7.0</version>
<version>5.8.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -213,7 +213,7 @@
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.0.rc2</version>
<version>4.1</version>
<configuration>
<licenseSets>
<licenseSet>
Expand All @@ -230,7 +230,7 @@
<properties>
<owner>Ocado</owner>
<email>marian.jureczko@ocado.com</email>
<project.inceptionYear>2020</project.inceptionYear>
<year>2020</year>
</properties>
</configuration>
<executions>
Expand Down Expand Up @@ -288,7 +288,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* Copyright © 2020 Ocado (marian.jureczko@ocado.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* Copyright © 2020 Ocado (marian.jureczko@ocado.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit 81cd4ba

Please sign in to comment.