Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade library dependencies. #157

Merged
merged 1 commit into from
Dec 6, 2023
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
4 changes: 2 additions & 2 deletions calendar-kata-solutions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<eclipse-collections.version>11.1.0</eclipse-collections.version>
<threeten-extra.version>1.7.2</threeten-extra.version>
<junit5.version>5.10.0</junit5.version>
<junit5.version>5.10.1</junit5.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -82,7 +82,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.2.2</version>
<configuration>
<argLine>--enable-preview</argLine>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions calendar-kata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<eclipse-collections.version>11.1.0</eclipse-collections.version>
<threeten-extra.version>1.7.2</threeten-extra.version>
<junit5.version>5.10.0</junit5.version>
<junit5.version>5.10.1</junit5.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -82,7 +82,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.2.2</version>
<configuration>
<argLine>--enable-preview</argLine>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions code-point-kata-solutions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<maven.compiler.target>17</maven.compiler.target>

<eclipse-collections.version>11.1.0</eclipse-collections.version>
<junit5.version>5.10.0</junit5.version>
<junit5.version>5.10.1</junit5.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -74,7 +74,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.2.2</version>
<configuration>
<argLine>--enable-preview</argLine>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions code-point-kata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<maven.compiler.target>17</maven.compiler.target>

<eclipse-collections.version>11.1.0</eclipse-collections.version>
<junit5.version>5.10.0</junit5.version>
<junit5.version>5.10.1</junit5.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -74,7 +74,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.2.2</version>
<configuration>
<argLine>--enable-preview</argLine>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions coffee-shop-kata-solutions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<junit5.version>5.10.0</junit5.version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Surefire plugin version needs to be upgraded in this POM too

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

<junit5.version>5.10.1</junit5.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -69,7 +69,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.2.2</version>
<configuration>
<argLine>--enable-preview</argLine>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions coffee-shop-kata/jdk21/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<junit5.version>5.10.0</junit5.version>
<junit5.version>5.10.1</junit5.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -67,7 +67,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.2.2</version>
<configuration>
<argLine>--enable-preview</argLine>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion coffee-shop-kata/jdk8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit5.version>5.10.0</junit5.version>
<junit5.version>5.10.1</junit5.version>
</properties>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions deck-of-cards-kata-solutions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@

<apache-collections.version>4.4</apache-collections.version>
<eclipse-collections.version>11.1.0</eclipse-collections.version>
<guava.version>32.1.1-jre</guava.version>
<guava.version>32.1.3-jre</guava.version>
<vavr.version>0.10.4</vavr.version>
<junit5.version>5.10.0</junit5.version>
<junit5.version>5.10.1</junit5.version>

<checkstyle.version>10.1</checkstyle.version>
<checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
Expand Down Expand Up @@ -101,7 +101,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.11.0</version>
<configuration>
<source>17</source>
<target>17</target>
Expand Down Expand Up @@ -132,7 +132,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.2.2</version>
<configuration>
<argLine>--enable-preview</argLine>
</configuration>
Expand Down
6 changes: 3 additions & 3 deletions deck-of-cards-kata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@

<apache-collections.version>4.4</apache-collections.version>
<eclipse-collections.version>11.1.0</eclipse-collections.version>
<guava.version>32.1.1-jre</guava.version>
<guava.version>32.1.3-jre</guava.version>
<vavr.version>0.10.4</vavr.version>
<junit5.version>5.10.0</junit5.version>
<junit5.version>5.10.1</junit5.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -104,7 +104,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.2.2</version>
<configuration>
<argLine>--enable-preview</argLine>
</configuration>
Expand Down
8 changes: 4 additions & 4 deletions donut-kata-solutions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<kotlin.version>1.9.0</kotlin.version>
<kotlin.version>1.9.21</kotlin.version>

<eclipse-collections.version>11.1.0</eclipse-collections.version>
<junit5.version>5.10.0</junit5.version>
<junit5.version>5.10.1</junit5.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -116,7 +116,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.11.0</version>
<configuration>
<source>17</source>
<target>17</target>
Expand Down Expand Up @@ -147,7 +147,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.2.2</version>
<configuration>
<argLine>--enable-preview</argLine>
</configuration>
Expand Down
8 changes: 4 additions & 4 deletions donut-kata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<kotlin.version>1.9.0</kotlin.version>
<kotlin.version>1.9.21</kotlin.version>

<eclipse-collections.version>11.1.0</eclipse-collections.version>
<junit5.version>5.10.0</junit5.version>
<junit5.version>5.10.1</junit5.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -117,7 +117,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.11.0</version>
<configuration>
<source>17</source>
<target>17</target>
Expand Down Expand Up @@ -148,7 +148,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.2.2</version>
<configuration>
<argLine>--enable-preview</argLine>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions java-lambda-kata-solutions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<maven.compiler.target>17</maven.compiler.target>

<eclipse-collections.version>11.1.0</eclipse-collections.version>
<junit5.version>5.10.0</junit5.version>
<junit5.version>5.10.1</junit5.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -74,7 +74,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.2.2</version>
<configuration>
<argLine>--enable-preview</argLine>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions java-lambda-kata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<maven.compiler.target>17</maven.compiler.target>

<eclipse-collections.version>11.1.0</eclipse-collections.version>
<junit5.version>5.10.0</junit5.version>
<junit5.version>5.10.1</junit5.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -75,7 +75,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.2.2</version>
<configuration>
<argLine>--enable-preview</argLine>
</configuration>
Expand Down
6 changes: 3 additions & 3 deletions jmh-kata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@

<eclipse-collections.version>11.1.0</eclipse-collections.version>
<jmh.version>1.36</jmh.version>
<junit5.version>5.10.0</junit5.version>
<junit5.version>5.10.1</junit5.version>
</properties>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.11.0</version>
<configuration>
<source>17</source>
<target>17</target>
Expand Down Expand Up @@ -89,7 +89,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.2.2</version>
<configuration>
<argLine>--enable-preview</argLine>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions kata-of-katas-solutions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<maven.compiler.target>17</maven.compiler.target>

<eclipse-collections.version>11.1.0</eclipse-collections.version>
<junit5.version>5.10.0</junit5.version>
<junit5.version>5.10.1</junit5.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -73,7 +73,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.2.2</version>
<configuration>
<argLine>--enable-preview</argLine>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions kata-of-katas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<maven.compiler.target>17</maven.compiler.target>

<eclipse-collections.version>11.1.0</eclipse-collections.version>
<junit5.version>5.10.0</junit5.version>
<junit5.version>5.10.1</junit5.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -73,7 +73,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.2.2</version>
<configuration>
<argLine>--enable-preview</argLine>
</configuration>
Expand Down
6 changes: 3 additions & 3 deletions pitest-mutation-kata-solutions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
<maven.compiler.target>17</maven.compiler.target>

<eclipse-collections.version>11.1.0</eclipse-collections.version>
<junit5.version>5.10.0</junit5.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<pitest-maven.version>1.14.2</pitest-maven.version>
<junit5.version>5.10.1</junit5.version>
<maven-surefire-plugin.version>3.2.2</maven-surefire-plugin.version>
<pitest-maven.version>1.15.3</pitest-maven.version>
</properties>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions pitest-mutation-kata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
<maven.compiler.target>17</maven.compiler.target>

<eclipse-collections.version>11.1.0</eclipse-collections.version>
<junit5.version>5.10.0</junit5.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<pitest-maven.version>1.14.2</pitest-maven.version>
<junit5.version>5.10.1</junit5.version>
<maven-surefire-plugin.version>3.2.2</maven-surefire-plugin.version>
<pitest-maven.version>1.15.3</pitest-maven.version>
</properties>
<dependencies>
<dependency>
Expand Down
Loading